Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 17,178 for

scene

(0.05 sec)
  1. 创建带有基本 3D 形状的场景|Documentation

    Aspose.3D for Node.js 通过 Java API 具有对基本 3D 形状的支持。所有参数化基本体在保存到任何受支持的输出文件格式时,都将自动转换为网格。... Build Scene from Primitive 3D Shapes Modeling...3D API supports creating a scene with primitive 3D shapes. Programming...

    docs.aspose.com/3d/zh/nodejs-java/create-scene-...
  2. 缩放 3D 场景的几何图形|Documentation

    开发人员只能缩放 3D 节点或 3D 场景的所有节点的几何图形。为了实现这一点,开发人员可以调用PolygonModifier类实例的多个Scale成员。...threed import Scene # scale the model in huge-scene.obj by 0.01...another file: scene = Scene . from_file ( "huge-scene.obj" ) # create...

    docs.aspose.com/3d/zh/python-net/scale-geometri...
  3. 指定 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...
  4. 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...
  5. 将 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...
  6. 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...
  7. 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...
  8. Merge DRC File Formats via Java | products.aspo...

    Sample Java merge DRC file. Use this example code to merge DRC file within any Web or Desktop Java based application....through the constructor of the Scene class Process usdz files and...generate usdz file Scene scene = new Scene(); int i = 0 ; for...

    products.aspose.com/3d/java/merger/drc/
  9. Merge U3D File Formats via Java | products.aspo...

    Sample Java merge U3D file. Use this example code to merge U3D file within any Web or Desktop Java based application....through the constructor of the Scene class Process usdz files and...generate usdz file Scene scene = new Scene(); int i = 0 ; for...

    products.aspose.com/3d/java/merger/u3d/
  10. Merge DXF File Formats via Java | products.aspo...

    Sample Java merge DXF file. Use this example code to merge DXF file within any Web or Desktop Java based application....through the constructor of the Scene class Process usdz files and...generate usdz file Scene scene = new Scene(); int i = 0 ; for...

    products.aspose.com/3d/java/merger/dxf/