Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 17,176 for

scene

(0.43 sec)
  1. Adding Transformation to the Node|Documentation

    Aspose.3D for Java API has support to rotate objects in 3D space. There are three ways to define object’s rotation in 3D space, Euler angles, Quaternion and Custom Matrix, all of them are supported by the Transform class....// Initialize scene object Scene scene = new Scene (); // Initialize...20 )); // Add cube to the scene scene . getRootNode (). getChildNodes...

    docs.aspose.com/3d/java/adding-transformation-t...
  2. Working with VRML Format|Documentation

    Aspose.3D for .NET allows working with VRML version 1.0. VRML file format has been added to the FileFormat class. Aspose.3D can auto detect the format, so the FileFormat is usually ignored in Open method. The following code snippet shows how open VRML file format....NET // Create a Scene Scene scene = new Scene (); // Open Virtual...Language (VRML) file format scene . Open ( "test.wrl" ); // Work...

    docs.aspose.com/3d/net/working-with-vrml-format/
  3. Changing Plane Orientation|Documentation

    Aspose.3D for Node.js via Java allows changing orientation of a Scene. In order to change the orientation, getUp() and setUp() methods are introduced in Plane Class....allows changing orientation of a scene. In order to change the orientation...Initialize Scene var scene = new aspose . threed . Scene (); // Initialize...

    docs.aspose.com/3d/nodejs-java/changing-plane-o...
  4. 在 3D 文档中添加动画属性并设置目标相机|Documentation

    在 Aspose.3D 中,对象动画实际上是对属性进行动画处理的关键帧动画。要对属性进行动画处理,您需要一个将属性的组件映射到不同曲线的CurveMapping实例,例如,Vector3属性可以有3个组件X/Y/Z,这将在CurveMapping中设置三个通道,每个通道都可以有一组曲线。...// Initialize scene object Scene scene = new Scene (); // Call...own translation Node cube1 = scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/zh/net/add-animation-propert...
  5. Build Tangent and Binormal Data for all Meshes ...

    Using Aspose.3D for .NET API, developers can build tangent and binormal data for all meshes in any supported 3D file.... One method takes the Scene class object as a parameter...an existing 3D file Scene scene = new Scene ( RunExamples . GetDataFilePath...

    docs.aspose.com/3d/net/build-tangent-and-binorm...
  6. 将 3D 模型中的所有多边形转换为三角形|Documentation

    Aspose.3D for Java API 支持在任何受支持的 3D 文档中将所有多边形转换为三角形。...类中添加了另一个triangulate方法的重载,它将 Scene 类对象作为参数,如下代码示例所示: // The path...an existing 3D file Scene scene = new Scene ( MyDir + "document...

    docs.aspose.com/3d/zh/java/convert-all-polygons...
  7. Adding Transformation to the Node|Documentation

    TSR (Translation/Scaling/Rotation) are most commonly used in 3D scenario, we provided a class Transform to access these in Aspose.3D....import FileFormat , Node , Scene from aspose.threed.utilities...NET # Initialize scene object scene = Scene () # Initialize Node...

    docs.aspose.com/3d/python-net/adding-transforma...
  8. Specify 3D File Load Options|Documentation

    There are several Scene.open method overloads or Scene class constructor overloads that accept LoadOptions instance....are several Scene.open method overloads or Scene class constructor...Initialize Scene class object Scene scene = new Scene (); // Set...

    docs.aspose.com/3d/java/specify-3d-file-load-op...
  9. 指定 3D 文件保存选项|Documentation

    有几个场景。保存方法重载接受一个SaveOptions实例...// Initialize Scene object Scene scene = new Scene (); // Create...Create a child node scene . getRootNode (). createChildNode ( "sphere"...

    docs.aspose.com/3d/zh/java/specify-3d-file-save...
  10. 改变平面方向|Documentation

    Aspose.3D for .NET 允许更改场景的方向。为了改变方向,在Plane类中引入了向上向量属性。...// Initialize scene object Scene scene = new Scene (); // Set Vector...Vector scene . RootNode . CreateChildNode ( new Plane () { Up...

    docs.aspose.com/3d/zh/net/changing-plane-orient...