Class ShayDPixelBobbleHeadBoxSiggraph2017
java.lang.Object
X3dForAdvancedModeling.ShayDPixel.ShayDPixelBobbleHeadBoxSiggraph2017
BobbleHead Box for Shay D Pixel from SIGGRAPH 2017. Box measures 3.75 x 3.75 x 6.5 cubic inches overall. Thanks Mario for signature!.
Related links: Catalog page ShayDPixelBobbleHeadBoxSiggraph2017, source ShayDPixelBobbleHeadBoxSiggraph2017.java, X3D Resources, X3D Scene Authoring Hints, and X3D Tooltips.
meta tags | Document Metadata |
title | ShayDPixelBobbleHeadBoxSiggraph2017.x3d |
warning | Some X3D players may still have difficulty with the unit element and need to be upgraded. |
description | BobbleHead Box for Shay D Pixel from SIGGRAPH 2017. Box measures 3.75 x 3.75 x 6.5 cubic inches overall. Thanks Mario for signature! |
creator | Don Brutzman |
artist | Mario Nagamura |
created | 11 October 2017 |
modified | 22 March 2020 |
Image | images/BobbleHeadAtopBox.jpg |
Image | images/BobbleHeadOblique.jpg |
Image | images/Siggraph2017GoldenTicketInHand.jpg |
Video | https://www.youtube.com/embed/vzkaKhrQk60 |
reference | http://blog.siggraph.org/2017/07/3-siggraph-2017-mug-hacks.html |
reference | ../GeometricShapes/CubeWithLabeledSides.x3d |
TODO | X3DOM Player Issue, Viewpoint PgDn/PgUp/Home/End https://github.com/x3dom/x3dom/issues/777 |
identifier | https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/ShayDPixel/ShayDPixelBobbleHeadBoxSiggraph2017.x3d |
generator | X3D-Edit 3.3, https://savage.nps.edu/X3D-Edit |
license | Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0) https://creativecommons.org/licenses/by-nc-sa/4.0 |
This program uses the
X3D Java Scene Access Interface Library (X3DJSAIL).
It has been produced using the
X3dToJava.xslt
stylesheet
(version control)
which is used to create Java source code from an original .x3d
model.
-
Constructor Summary
ConstructorDescriptionDefault constructor to create this object. -
Method Summary
Modifier and TypeMethodDescriptionorg.web3d.x3d.jsail.Core.X3D
Provide a shallow copy of the X3D model.final void
Create and initialize the X3D model for this object.static void
Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.
-
Constructor Details
-
ShayDPixelBobbleHeadBoxSiggraph2017
public ShayDPixelBobbleHeadBoxSiggraph2017()Default constructor to create this object.
-
-
Method Details
-
initialize
public final void initialize()Create and initialize the X3D model for this object. -
getX3dModel
public org.web3d.x3d.jsail.Core.X3D getX3dModel()Provide a shallow copy of the X3D model.- Returns:
- ShayDPixelBobbleHeadBoxSiggraph2017 model
- See Also:
-
main
Default main() method provided for test purposes, uses CommandLine to set global ConfigurationProperties for this object.- Parameters:
args
- array of input parameters, provided as arguments- See Also:
-