La classe Leaf

La classe Leaf est une classe abstraite pour tous
les nuds de graphe de scène qui n'ont pas de fils. Les nuds feuilles
spécifient: 
  - des lumières,
- des objets géométriques,
- des sons,
- ...
 
  
    | Constructeur | 
  
    | Leaf(): Crée et initialise un objet Leaf. | 
Les classes filles de Leaf sont:
  - AlternateAppearance
- Background
- Behavior 
      - Billboard
- Interpolator 
          - ColorInterpolator
- KBSplinePathInterpolator 
              - KBRotPosScaleSplinePathInterpolator
 
- PathInterpolator 
              - PositionPathInterpolator
- RotationPathInterpolator
- RotPosPathInterpolator
- RotPosScalePathInterpolator
 
- PositionInterpolator
- RotationInterpolator
- ScaleInterpolator
- SwitchValueInterpolator
- TCBSplinePathInterpolator
- TransparencyInterpolator
 
- KeyNavigatorBehavior
- LOD 
      
- MouseBehavior 
          - MouseRotate
- MouseTranslate
- MouseZoom
 
- PickMouseBehavior 
          - PickRotateBehavior
- PickTranslateBehavior
- PickZoomBehavior
 
- PickMouseBehavior 
          - PickRotateBehavior
- PickTranslateBehavior
- PickZoomBehavior
 
 
- BoundingLeaf
- Clip
- Fog 
  
- Light 
      - AmbientLight
- DirectionalLight
- PointLight 
      
 
- Link
- ModelClip
- Morph
- Shape3D 
      - ColorCube
- OrientedShape3D
- Text2D
 
- Sound 
      - BackgroundSound
- PointSound 
      
 
- Soundscape
- ViewPlatform
 Retour
 Retour