Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 25,679 for

scene

(0.04 sec)
  1. View GLTF File Formats via .NET | products.aspo...

    C# source code to load, render and display GLTF documents on .NET Framework, .NET Core, Mono....file via the constructor of Scene class Create an instance of...advanced formatting Call the Scene.Save method with object of Html5SaveOptions...

    products.aspose.com/3d/net/viewer/gltf/
  2. View JT File Formats via .NET | products.aspose...

    C# source code to load, render and display JT documents on .NET Framework, .NET Core, Mono....file via the constructor of Scene class Create an instance of...advanced formatting Call the Scene.Save method with object of Html5SaveOptions...

    products.aspose.com/3d/net/viewer/jt/
  3. View PLY File Formats via .NET | products.aspos...

    C# source code to load, render and display PLY documents on .NET Framework, .NET Core, Mono....file via the constructor of Scene class Create an instance of...advanced formatting Call the Scene.Save method with object of Html5SaveOptions...

    products.aspose.com/3d/net/viewer/ply/
  4. Discreet3dsSaveOptions - Aspose.3D for Java - A...

    Aspose.3D for Java offers a high performance library to create, load, modify, and save 3D documents programmatically...RvmSaveOptions SaveOptions Scene SceneObject ShaderMaterial ShaderProgram...whether export all cameras in the scene. boolean getExportLight () Gets...

    reference.aspose.com/3d/java/com.aspose.threed/...
  5. Convert USDZ to U3D via Python | products.aspos...

    Sample code for USDZ to U3D Python conversion. Use API example code for batch USDZ files to U3D conversion within VB.NET, Asp.NET or any .NET based application....the from_file of Scene class Call the Scene.save method with...archive for the USD (Universal scene description) file format that...

    products.aspose.com/3d/python-net/conversion/us...
  6. Aspose.3D for Java 18.10-2018年10月|Documentation

    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....boolean val ); 示例代码: Scene scene = new Scene ( "test.fbx" ); FBXSaveOptions...setEnableCompression ( false ); scene . save ( "test.fbx" , opts );...

    docs.aspose.com/3d/zh/java/aspose-3d-for-java-1...
  7. Generate Point Cloud to GLTF File Formats via ....

    C# source code to load, render and add generate point cloud to GLTF documents on .NET Framework, .NET Core, Mono....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/net/point-cloud/gltf/
  8. Supported File Formats|Documentation

    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....format ASE 3D Studio Max’s ASCII Scene Exporter format RVM AVEVA Plant...USD Universal Scene Description USDZ Universal Scene Description...

    docs.aspose.com/3d/python-net/supported-file-fo...
  9. Declaration|Documentation

    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....the template file Scene scene = new Scene ( "test.obj" ); //...// Save the OBJ file scene . Save ( "dest.obj" , FileFormat . WavefrontOBJ...

    docs.aspose.com/3d/net/declaration/
  10. How do I create a Frustum as a node? - Free Sup...

    How do I create a Frustum as a node that I can add to a Scene? For example: var frustum = new Frustum(); var tr = Scene.RootNode.CreateChildNode(frustum).Transform; tr.Scale = new Vector3(obj.Width, obj.Height, 3); //…...a node that I can add to a scene? For example: var frustum =...= new Frustum(); var tr = scene.RootNode.CreateChildNode(frustum)...

    forum.aspose.com/t/how-do-i-create-a-frustum-as...