Uses of Interface
org.sunflow.core.Tesselatable
-
Packages that use Tesselatable Package Description org.sunflow org.sunflow.core org.sunflow.core.tesselatable -
-
Uses of Tesselatable in org.sunflow
Fields in org.sunflow with type parameters of type Tesselatable Modifier and Type Field Description static Plugins<Tesselatable>
PluginRegistry. tesselatablePlugins
Methods in org.sunflow with parameters of type Tesselatable Modifier and Type Method Description (package private) void
RenderObjectMap. put(java.lang.String name, Tesselatable tesselatable)
Constructors in org.sunflow with parameters of type Tesselatable Constructor Description RenderObjectHandle(Tesselatable tesselatable)
-
Uses of Tesselatable in org.sunflow.core
Fields in org.sunflow.core declared as Tesselatable Modifier and Type Field Description private Tesselatable
Geometry. tesselatable
Constructors in org.sunflow.core with parameters of type Tesselatable Constructor Description 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 Modifier and Type Class Description class
BezierMesh
class
ColladaGeometry
class
FileMesh
class
Gumbo
class
Teapot
-