Interface Billboard

All Superinterfaces:
X3DBoundedObject, X3DChildNode, X3DGroupingNode, X3DNode
All Known Implementing Classes:
Billboard

public interface Billboard extends X3DGroupingNode
Billboard is a Grouping node that can contain most nodes.

Warning: this is an abstract interface that cannot be instantiated as a concrete object. Java programmers typically only need to use concrete objects provided by the org.web3d.x3d.jsail classes. Billboard node tooltip: [X3DGroupingNode,X3DVisibleObject] Billboard is a Grouping node that can contain most nodes. Contained child geometry faces the user, rotating about the specified axis. Set axisOfRotation=0 0 0 to fully face the user's camera.
  • Hint: Put Billboard as close to the geometry as possible, nested inside Transform for local coordinate system.
  • Warning: don't put Viewpoint inside a Billboard.
  • Hint: insert a Shape node before adding geometry or Appearance.

Package hint: This interface is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
See Also: