Package org.web3d.x3d.sai.Shape

  • Interface Summary 
    Interface Description
    AcousticProperties
    AcousticProperties specifies the interaction of sound waves with characteristics of geometric objects in the scene.
    Appearance
    Appearance specifies the visual properties of geometry by containing the Material, ImageTexture/MovieTexture/PixelTexture, FillProperties, LineProperties, programmable shader nodes (ComposedShader, PackagedShader, ProgramShader) and TextureTransform nodes.
    FillProperties
    FillProperties indicates whether appearance is filled or hatched for associated geometry nodes inside the same Shape.
    LineProperties
    LineProperties allows precise fine-grained control over the rendering style of lines and edges for associated geometry nodes inside the same Shape.
    Material
    Material specifies surface rendering properties for associated geometry nodes.
    PhysicalMaterial
    PhysicalMaterial specifies surface rendering properties for associated geometry nodes.
    PointProperties
    PointProperties allows precise fine-grained control over the rendering style of PointSet node points inside the same Shape.
    Shape
    Shape can appear under any grouping node.
    TwoSidedMaterial
    TwoSidedMaterial specifies surface rendering properties for associated geometry nodes, for outer (front) and inner (back) sides of polygons.
    UnlitMaterial
    UnlitMaterial specifies surface rendering properties for associated geometry nodes.
    X3DAppearanceChildNode
    Nodes of this type can be used as child nodes for Appearance.
    X3DAppearanceNode
    Base type for all Appearance nodes.
    X3DMaterialNode
    Base type for all Material nodes.
    X3DOneSidedMaterialNode
    Base type for material nodes that describe how the shape looks like from one side.
    X3DShapeNode
    Base type for all Shape nodes.