j3d.org Aviatrix3D

Uses of Class
org.j3d.aviatrix3d.Shape3D

Packages that use Shape3D
org.j3d.aviatrix3d A lightweight Object Oriented wrapper for OpenGL. 
 

Uses of Shape3D in org.j3d.aviatrix3d
 

Methods in org.j3d.aviatrix3d that return Shape3D
 Shape3D ShapeBackground.removeShape(int idx)
          Remove the shape at the given index position.
 Shape3D ShapeBackground.getShape(int idx)
          Get the current the shape and the given index position.
 

Methods in org.j3d.aviatrix3d with parameters of type Shape3D
 void ShapeBackground.addShape(Shape3D shape)
          Add a shape to be rendered to the end of the listing.
 void ShapeBackground.setShape(Shape3D shape, int idx)
          Change the shape at the given index.
 


j3d.org Aviatrix3D

Latest Info from http://aviatrix3d.j3d.org/
Copyright © 2003 - j3d.org