Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 16,545 for

scene

(0.06 sec)
  1. Compress GLB File Formats via .NET | products.a...

    C# source code to load, render and Compress GLB documents on .NET Framework, .NET Core, Mono....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/net/compression/glb/
  2. 渲染 3D 场景的全景视图|Documentation

    使用 Aspose.3D for Python via .NET API,开发人员可以渲染 3D 场景的全景视图,并将该视图保存为支持的图像格式。...threed as a3d #load the scene scene = Scene . from_file ( "vc.glb"...RotationMode . FIXED_DIRECTION scene . root_node . create_child_node...

    docs.aspose.com/3d/zh/python-net/render-a-panor...
  3. 用六个面将场景渲染到立方体图中|Documentation

    使用 Aspose.3D for .NET API,开发人员可以将具有六个面的场景渲染到cubemap中,并将所有面保存为支持的图像格式。...glb" ; //load the scene Scene scene = new Scene ( path ); //create...RotationMode . FixedDirection }; scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/zh/net/render-a-scene-into-t...
  4. glTF Structural Metadata Example|Documentation

    This documentation page demonstrates how to read structural metadata from a glTF file using Aspose.3D for .NET....following C# code loads a glTF scene with structural metadata, then...glTF scene with EXT_structural_metadata from file var scene = Scene...

    docs.aspose.com/3d/net/developer-guide/meta-dat...
  5. Extract Assets from GLTF File Formats via Java ...

    Sample Java extract assets code for GLTF file. Use this example code to extract assets from GLTF file within any Web or Desktop Java based application....file via the constructor of Scene class Create zip file format...an instance of Scene Scene scene = new Scene(file); //Create...

    products.aspose.com/3d/java/extractor/gltf/
  6. Extract Assets from PLY File Formats via Java |...

    Sample Java extract assets code for PLY file. Use this example code to extract assets from PLY file within any Web or Desktop Java based application....file via the constructor of Scene class Create zip file format...instance of Scene Scene scene = new Scene(); scene.open(file,...

    products.aspose.com/3d/java/extractor/ply/
  7. Extract Assets from RVM File Formats via Java |...

    Sample Java extract assets code for RVM file. Use this example code to extract assets from RVM file within any Web or Desktop Java based application....file via the constructor of Scene class Create zip file format...an instance of Scene Scene scene = new Scene(file); //Create...

    products.aspose.com/3d/java/extractor/rvm/
  8. Aspose.3D Create cylinder with material | produ...

    Learn how to create a 3D Scene with a Cylinder object and has material definition....materials to them can make your scene more visually appealing. We’ll...We’ll start by creating a new scene using the Aspose.3D library...

    products.aspose.com/3d/tutorial/create-cylinder...
  9. 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/
  10. Add Blind Watermark Verification to 3MF File Fo...

    Sample Java blind watermark verification code for 3MF file. Use this example code to add blind watermark verification to 3MF file within any Web or Desktop Java based application....file via the constructor of Scene class Get the mesh class of...DecodeWatermark method Call the Scene.Save method with object System...

    products.aspose.com/3d/java/verify-watermark/3mf/