Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 17,179 for

scene

(0.16 sec)
  1. 向节点添加转换|Documentation

    TSR (平移/缩放/旋转) 在 3D 场景中最常用,我们在 Aspose.3D 中提供了一个类转换来访问这些。...// Initialize scene object Scene scene = new Scene (); // Initialize...20 ); // Add cube to the scene scene . RootNode . ChildNodes ...

    docs.aspose.com/3d/zh/net/adding-transformation...
  2. 将 3D 模型中的所有多边形转换为三角形|Documentation

    使用 Aspose.3D for Python via .NET API,开发人员可以在任何受支持的 3D 文件中将所有多边形转换为三角形。...类中添加了另一个 triangulate 方法的重载,它将 Scene 类对象作为参数,如下面的代码示例所示: from aspose...threed import FileFormat , Scene from aspose.threed.entities...

    docs.aspose.com/3d/zh/python-net/convert-all-po...
  3. Convert all Polygons to Triangles in 3D Model|D...

    Using Aspose.3D for Python via .NET API, developers can convert all polygons to triangles in any supported 3D file....PolygonModifier class which takes a Scene class object as a parameter...threed import FileFormat , Scene from aspose.threed.entities...

    docs.aspose.com/3d/python-net/convert-all-polyg...
  4. Changing Plane Orientation|Documentation

    Aspose.3D for .NET allows changing orientation of a Scene. In order to change the orientation, Up vector property is introduced in Plane Class....allows changing orientation of a scene. In order to change the orientation...// Initialize scene object Scene scene = new Scene (); // Set Vector...

    docs.aspose.com/3d/net/changing-plane-orientation/
  5. Specify 3D File Save Options|Documentation

    There are several Scene.save method overloads that accept a SaveOptions instance....Save Options There are several Scene.save method overloads that accept...// Initialize Scene object Scene scene = new Scene (); // Create...

    docs.aspose.com/3d/java/specify-3d-file-save-op...
  6. Build Tangent and Binormal data for all Meshes ...

    With Aspose.3D for Java API, developers can build tangent and binormal data for all meshes in any supported 3D document.... One method takes the Scene class object as a parameter...an existing 3D file Scene scene = new Scene ( MyDir + "document...

    docs.aspose.com/3d/java/build-tangent-and-binor...
  7. Changing Plane Orientation|Documentation

    Aspose.3D for Python via .NET allows changing orientation of a Scene. In order to change the orientation, Up vector property is introduced in Plane Class....allows changing orientation of a scene. In order to change the orientation...threed import FileFormat , Scene from aspose.threed.entities...

    docs.aspose.com/3d/python-net/changing-plane-or...
  8. Convert all Polygons to Triangles in 3D Model|D...

    Using Aspose.3D for .NET API, developers can convert all polygons to triangles in any supported 3D file....PolygonModifier class which takes a Scene class object as a parameter...an existing 3D file Scene scene = Scene . FromFile ( "document...

    docs.aspose.com/3d/net/convert-all-polygons-to-...
  9. 以球体半径工作|Documentation

    使用 Aspose.3D for Node.js via Java,你可以设置得到一个球体的半径。...initialize a scene var scene = new aspose . threed . Scene (); // initialize...); // add sphere to the scene scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/zh/nodejs-java/working-with-...
  10. 在 C# 中指定 3D 文件保存选项|Documentation

    有几个场景。保存方法重载接受一个SaveOptions对象。每种保存格式都有一个相应的类,该类保存该保存格式的保存选项。...文件保存选项 有几个接受SaveOptions对象的 Scene.Save 方法重载。这应该是从 SaveOptions...3D Scene scene = Scene . FromFile "document.fbx" ); scene . Save...

    docs.aspose.com/3d/zh/net/specify-3d-file-save-...