Uses of Interface
org.sunflow.core.Tesselatable

Packages that use Tesselatable
org.sunflow   
org.sunflow.core   
org.sunflow.core.tesselatable   
 

Uses of Tesselatable in org.sunflow
 

Methods in org.sunflow with parameters of type Tesselatable
 void SunflowAPI.geometry(java.lang.String name, Tesselatable tesselatable)
          Defines a geometry with a given name.
 

Uses of Tesselatable in org.sunflow.core
 

Constructors in org.sunflow.core with parameters of type Tesselatable
Geometry(Tesselatable tesselatable)
          Create a geometry from the specified tesselatable object.
 

Uses of Tesselatable in org.sunflow.core.tesselatable
 

Classes in org.sunflow.core.tesselatable that implement Tesselatable
 class BezierMesh
           
 class FileMesh
           
 class Gumbo
           
 class Teapot