Class Leaf

Direct Known Subclasses:
AlternateAppearance, Background, Behavior, BoundingLeaf, Clip, Fog, Light, Link, ModelClip, Morph, Shape3D, Sound, Soundscape, ViewPlatform

public abstract class Leaf extends Node
The Leaf node is an abstract class for all scene graph nodes that have no children. Leaf nodes specify lights, geometry, and sounds. They specify special linking and instancing capabilities for sharing scene graphs and provide a view platform for positioning and orienting a view in the virtual world.

NOTE: Applications should not extend this class directly.

  • Constructor Details

    • Leaf

      public Leaf()
      Construct and initialize the Leaf object.