Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 17,198 for

scene

(0.08 sec)
  1. 分割网格|Documentation

    开发人员可能需要将场景的所有网格拆分为每个材质的几个子网格。如果已为场景指定了单个材质,则SplitMesh方法不会拆分场景的网格。开发人员现在可以使用 Aspose.3D for .NET API 来实现此目的。...// Load a 3D file Scene scene = new Scene ( input ); // Split...PolygonModifier . SplitMesh ( scene , SplitMeshPolicy . CloneData...

    docs.aspose.com/3d/zh/net/split-mesh/
  2. 创建 3D 网格和场景|Documentation

    网格由一组控制点和根据需要的许多n边多边形定义。本文介绍了如何定义网格。...import FileFormat , Node , Scene # For complete examples and...NET # Initialize scene object scene = Scene () # Initialize Node...

    docs.aspose.com/3d/zh/python-net/create-3d-mesh...
  3. Compress USD File Formats via python-net | prod...

    Sample Python compression code for USD file. Use this example code to compress USD file within any Web based application....file via the constructor of Scene class Define the output path...instance of SaveOptions Call the Scene.Save method with object System...

    products.aspose.com/3d/python-net/compression/usd/
  4. Public API Changes in Aspose.3D 16.12.0|Documen...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....in the behavior behind the scenes in Aspose.3D. Adds Aspose.ThreeD...// load a DXF file Scene dxfFile = new Scene ( "wuson.dxf" ); Public...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  5. Extract Assets from X File Formats via Node.js ...

    Sample Node.js extract assets code for X file. Use this example code to extract assets from X file within any Web based application....file via the constructor of Scene class Create zip file format...in your project. Node.js 3D Scene Manipulation Library Aspose...

    products.aspose.com/3d/nodejs-java/extractor/x/
  6. Merge ASE File Formats via Node.js | products.a...

    Sample Node.js merger code for ASE file. Use this example code to merge ASE file within any Web based application....through the constructor of the Scene class Process usdz files and...in your project. Node.js 3D Scene Manipulation Library Aspose...

    products.aspose.com/3d/nodejs-java/merger/ase/
  7. Aspose.3D Customize PBR Material conversion in ...

    Learn how to use use MaterialConverter to customize Non-PBR material to PBR material during exporting the glTF files.... and attach the box to the scene. We will customize the material...GltfSaveOptions API Box API Scene Go Top...

    products.aspose.com/3d/tutorial/use-phong-mater...
  8. Work with XPath-Like Object Queries|Documentation

    Using Aspose.3D for Java, you can select one or more objects under the current node using XPath-Like query syntax....//Create a scene for testing Scene s = new Scene (); // Create...)); /* The hierarchy of the scene looks like: - Root - a - a1...

    docs.aspose.com/3d/java/work-with-xpath-like-ob...
  9. Convert GLTF to USD via Java | products.aspose.com

    Sample Java conversion code for GLTF format to USD file. Use this example code to convert GLTF to USD within any Web or Desktop Java based application....the constructor of Scene class Call the Scene.save method with...directly from Maven. Java 3D Scene Manipulation Library Aspose...

    products.aspose.com/3d/java/conversion/gltf-to-...
  10. Convert 3DS to GLB via Java | products.aspose.com

    Sample Java conversion code for 3DS format to GLB file. Use this example code to convert 3DS to GLB within any Web or Desktop Java based application....the constructor of Scene class Call the Scene.save method with...directly from Maven. Java 3D Scene Manipulation Library Aspose...

    products.aspose.com/3d/java/conversion/3ds-to-glb/