Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 14,578 for

scene

(0.02 sec)
  1. Convert USDZ to 3DS via C# | products.aspose.com

    Convert USDZ & other 3D files using .NET API...NET Core and Mono Export USDZ Scene as 3DS with C# Load USDZ file...using a constructor of Scene class Call Scene.Save method Pass output...

    products.aspose.com/3d/net/conversion/usdz-to-3ds/
  2. Compress VRML File Formats via JAVA | products....

    Sample Java compression code for VRML file. Use this example code to compress VRML file within any Web or Desktop Java 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/java/compression/vrml/
  3. Compress AMF File Formats via JAVA | products.a...

    Sample Java compression code for AMF file. Use this example code to compress AMF file within any Web or Desktop Java 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/java/compression/amf/
  4. Compress GLTF File Formats via JAVA | products....

    Sample Java compression code for GLTF file. Use this example code to compress GLTF file within any Web or Desktop Java 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/java/compression/gltf/
  5. Compress FBX File Formats via JAVA | products.a...

    Sample Java compression code for FBX file. Use this example code to compress FBX file within any Web or Desktop Java 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/java/compression/fbx/
  6. Save a 3D Document in different 3D Formats usin...

    The Scene class of the Aspose.3D API represents a 3D document and developers can save its object in any supported file format....using C# - Google Draco The Scene class of the Aspose.3D API represents...format. To save a 3D Scene, simply use the Scene.Save method, it accepts...

    docs.aspose.com/3d/net/save-a-3d-document/
  7. Extract Assets from 3DS File Formats via .NET |...

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

    products.aspose.com/3d/net/extractor/3ds/
  8. Extract Assets from GLB File Formats via .NET |...

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

    products.aspose.com/3d/net/extractor/glb/
  9. 合并 3D 文件中的网格|Documentation

    开发人员可以将多个网格合并为一个有效的网格。它们可能会将 3D 场景的所有网格、一个节点或一组节点转换为单个网格。为了实现这一点,在 Aspose.ThreeD.Entities.PolygonModifier类中有三个MergeMesh成员。...as a3d # load a 3D scene scene = a3d . Scene . from_file ( "LAD-TOP...PolygonModifier . merge_mesh ( scene ) # encode this mesh into the...

    docs.aspose.com/3d/zh/python-net/merge-meshes-i...
  10. Compress ASE File Formats via .NET | products.a...

    C# source code to load, render and Compress ASE 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/ase/