Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 25,679 for

scene

(0.05 sec)
  1. Merge ASE File Formats via .NET | products.aspo...

    C# source code to load, render and Merge ASE documents on .NET Framework, .NET Core, Mono....through the constructor of the Scene class Process usdz files and...generate usdz file Scene scene = new Scene(); int i = 0 ; foreach...

    products.aspose.com/3d/net/merger/ase/
  2. Merge DAE File Formats via .NET | products.aspo...

    C# source code to load, render and Merge DAE documents on .NET Framework, .NET Core, Mono....through the constructor of the Scene class Process usdz files and...generate usdz file Scene scene = new Scene(); int i = 0 ; foreach...

    products.aspose.com/3d/net/merger/dae/
  3. 在深度中使用全景模式渲染 3D 场景|Documentation

    使用 Aspose.3D for .NET API,开发人员可以使用全景模式以深度而不是颜色来渲染 3D 场景。...(); //load the scene Scene scene = new Scene ( dataDir + "skybox...1 ; cam . FarPlane = 200 ; scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/zh/net/render-3d-scene-with-...
  4. Extract Assets from U3D File Formats via .NET |...

    C# source code to load, render and add extract assets from U3D documents on .NET Framework, .NET Core, Mono....file via the constructor of Scene class Create zip file format...= "template.u3d" ; Scene scene = new Scene(file); //The output...

    products.aspose.com/3d/net/extractor/u3d/
  5. Extract Assets from STL File Formats via .NET |...

    C# source code to load, render and add extract assets from STL documents on .NET Framework, .NET Core, Mono....file via the constructor of Scene class Create zip file format...= "template.stl" ; Scene scene = new Scene(file); //The output...

    products.aspose.com/3d/net/extractor/stl/
  6. Extract Assets from AMF File Formats via .NET |...

    C# source code to load, render and add extract assets from AMF documents on .NET Framework, .NET Core, Mono....file via the constructor of Scene class Create zip file format...= "template.amf" ; Scene scene = new Scene(file); //The output...

    products.aspose.com/3d/net/extractor/amf/
  7. Extract Assets from DAE File Formats via .NET |...

    C# source code to load, render and add extract assets from DAE documents on .NET Framework, .NET Core, Mono....file via the constructor of Scene class Create zip file format...= "template.dae" ; Scene scene = new Scene(file); //The output...

    products.aspose.com/3d/net/extractor/dae/
  8. Generate Point Cloud to 3MF File Formats via Ja...

    Sample Java generate point cloud code for 3MF file. Use this example code to generate point cloud to 3MF file within any Web or Desktop Java based application....file via the constructor of Scene class Get pointcloud object...using Merge method Call the Scene.Save method with object System...

    products.aspose.com/3d/java/point-cloud/3mf/
  9. Generate Point Cloud to PLY File Formats via Ja...

    Sample Java generate point cloud code for PLY file. Use this example code to generate point cloud to PLY file within any Web or Desktop Java based application....file via the constructor of Scene class Get pointcloud object...using Merge method Call the Scene.Save method with object System...

    products.aspose.com/3d/java/point-cloud/ply/
  10. Aspose.3D for Java 18.10 - October 2018|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....val ); Sample Code: Scene scene = new Scene ( "test.fbx" ); FBXSaveOptions...setEnableCompression ( false ); scene . save ( "test.fbx" , opts );...

    docs.aspose.com/3d/java/aspose-3d-for-java-18-1...