Modifier and Type | Method and Description |
---|---|
static Scene |
PolygonModifier.scale(Scene scene,
Vector3 scale)
Scale all geometries(Scale the control points not the transformation matrix) in this scene
|
Modifier and Type | Method and Description |
---|---|
List<Scene> |
Scene.getSubScenes()
Gets all sub-scenes
|
Modifier and Type | Method and Description |
---|---|
static void |
PolygonModifier.buildTangentBinormal(Scene scene)
This will create tangent and binormal on all meshes of the scene
Normal is required, if normal is not existing on the mesh, it will also create the normal data from position.
|
static Mesh |
PolygonModifier.mergeMesh(Scene scene)
Convert a whole scene to a single transformed mesh
Vertex elements like normal/texture coordinates are not supported yet
|
static Scene |
PolygonModifier.scale(Scene scene,
Vector3 scale)
Scale all geometries(Scale the control points not the transformation matrix) in this scene
|
static void |
PolygonModifier.splitMesh(Scene scene,
SplitMeshPolicy policy)
Split mesh into sub-meshes by
VertexElementMaterial . |
static void |
PolygonModifier.splitMesh(Scene scene,
SplitMeshPolicy policy,
boolean removeOldMesh)
Split mesh into sub-meshes by
VertexElementMaterial . |
static void |
PolygonModifier.triangulate(Scene scene)
Convert all polygon-based meshes into full triangle mesh
|
Constructor and Description |
---|
CurveMapping(Scene scene,
Property prop)
Initializes a new instance of the
CurveMapping class. |
Scene(Scene parentScene,
String name)
Initializes a new instance of the
Scene class as a sub-scene. |
Copyright © 2019. All rights reserved.