Uses of Class
com.aspose.threed.Scene
-
-
Uses of Scene in com.aspose.threed
Methods in com.aspose.threed that return Scene Modifier and Type Method Description static Scene
PolygonModifier. scale(Scene scene, Vector3 scale)
Scale all geometries(Scale the control points not the transformation matrix) in this sceneMethods in com.aspose.threed that return types with arguments of type Scene Modifier and Type Method Description java.util.List<Scene>
Scene. getSubScenes()
Gets all sub-scenesMethods in com.aspose.threed with parameters of type Scene Modifier and Type Method 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 yetstatic Scene
PolygonModifier. scale(Scene scene, Vector3 scale)
Scale all geometries(Scale the control points not the transformation matrix) in this scenestatic void
PolygonModifier. splitMesh(Scene scene, SplitMeshPolicy policy)
Split mesh into sub-meshes byVertexElementMaterial
.static void
PolygonModifier. splitMesh(Scene scene, SplitMeshPolicy policy, boolean removeOldMesh)
Split mesh into sub-meshes byVertexElementMaterial
.static void
PolygonModifier. triangulate(Scene scene)
Convert all polygon-based meshes into full triangle meshConstructors in com.aspose.threed with parameters of type Scene Constructor Description CurveMapping(Scene scene, Property prop)
Initializes a new instance of theCurveMapping
class.Scene(Scene parentScene, java.lang.String name)
Initializes a new instance of theScene
class as a sub-scene.
-