Package X3dForWebAuthors.Chapter02GeometryPrimitives
package X3dForWebAuthors.Chapter02GeometryPrimitives
Chapter 2 Geometry Primitives: Shape nodes can contain one geometry node and one Appearance node. Geometry primitives include the Box, Cone, Cylinder, Sphere and Text nodes. Each is placed individually inside a Shape node. Text nodes are further configured by FontStyle nodes.
The X3D Java Scene Access Interface (x3djsail) package provides concrete classes for each X3D node and statement.
Online: X3D Java Scene Access Interface Library (X3DJSAIL) and X3DJSAIL Javadoc
- See Also:
-
ClassDescriptionBox geometric primitive node.Cone geometric primitive node.Cylinder geometric primitive node.Geometry Primitive Nodes: Shape, Box, Cone, Cylinder, Sphere, Text, FontStyle.Geometry Primitive Nodes: Shape, Box, Cone, Cylinder, Sphere, Text, FontStyle.Substitute IndexedFaceSet mesh versions of Geometry Primitive Nodes: Shape, Box, Cone, Cylinder, Sphere.Sphere geometric primitive node.Simple smiley-face example illustrating an emoticon character entity, used within an MFString Text.Simple Text node, illustrating length array and maxExtent field.Text node demonstration of quotation, apostrophe, ampersand and backslash characters using X3D MFString escaping for XML character entities.