Class SceneTreeWithShaderAndCategory

java.lang.Object
de.grogra.imp3d.objects.SceneTree
de.grogra.imp3d.objects.SceneTreeWithShader
de.grogra.categorizedExporter.SceneTreeWithShaderAndCategory
All Implemented Interfaces:
Visitor, TreeModel

public abstract class SceneTreeWithShaderAndCategory extends SceneTreeWithShader
  • Constructor Details

    • SceneTreeWithShaderAndCategory

      public SceneTreeWithShaderAndCategory(View3D scene)
  • Method Details

    • init

      protected void init(SceneTree.Leaf leaf)
      Description copied from class: SceneTree
      This method has to be invoked whenever a new SceneTree.Leaf is created as a leaf of this tree. The tree may perform some initialization tasks on the leaf.
      Overrides:
      init in class SceneTreeWithShader
      Parameters:
      leaf - a newly created Leaf to be initialized