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. tesselatablePluginsMethods in org.sunflow with parameters of type Tesselatable Modifier and Type Method Description (package private) voidRenderObjectMap. 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 TesselatableGeometry. tesselatableConstructors 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 classBezierMeshclassFileMeshclassGumboclassTeapot
-