Sort Score
Result 10 results
Languages All
Labels All
Results 4,041 - 4,050 of 11,708 for

glb format

(0.58 sec)
  1. Specify 3D File Save Options|Documentation

    There are several Scene.save method overloads that accept a SaveOptions instance.... Each save format has a corresponding class that...save options for that save format, for example there is ColladaSaveOptions...

    docs.aspose.com/3d/java/specify-3d-file-save-op...
  2. Specify 3D File Save Options|Documentation

    There are several Scene.Save method overloads that accept a SaveOptions object. Each save Format has a corresponding class that holds save options for that save Format.... Each save format has a corresponding class that...save options for that save format, for example, there is ColladaSaveOptions...

    docs.aspose.com/3d/python-net/specify-3d-file-s...
  3. Specify 3D File Save Options in C#|Documentation

    There are several Scene.Save method overloads that accept a SaveOptions object. Each save Format has a corresponding class that holds save options for that save Format....save 3D files into different formats after loading them in Scene...SaveOptions class. Each save format has a corresponding class that...

    docs.aspose.com/3d/net/specify-3d-file-save-opt...
  4. Render a scene into the cubemap with six faces|...

    Using Aspose.3D for .NET API, developers can render a scene into the cubemap with six faces and save all faces into the supported image Formats....faces into the supported image formats. Capture a cubemap with six...export into the supported image format. Programming Sample This code...

    docs.aspose.com/3d/net/render-a-scene-into-the-...
  5. Public API Changes in Aspose.3D 16.11.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....Formats.GLTFLoadOptions Class Adds...ThreeD.Formats.GLTFSaveOptions Class Adds glTF Format Entry in...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  6. Render a Panorama view of 3D scene|Documentation

    Using Aspose.3D for Python via .NET API, developers can render a panorama view of 3D scene and save that view into the supported image Formats....view into the supported image formats. Create a Panorama view In...scene and save into the image format. Python from aspose.pydrawing...

    docs.aspose.com/3d/python-net/render-a-panorama...
  7. Render a Panorama view of 3D scene|Documentation

    Using Aspose.3D for .NET API, developers can render a panorama view of 3D scene and save that view into the supported image Formats....view into the supported image formats. Create a Panorama view In...scene and save into the image format. C# string path = @ "D:\Pr...

    docs.aspose.com/3d/net/render-a-panorama-view-o...
  8. Create a Fish-eye lens effect on 3D scene and s...

    Using Aspose.3D for .NET API, developers can create a Fisheye lens effect on 3D scene and save that view into the supported image Formats....view into the supported image formats. Create a Fisheye lens effect...scene and save into the image format. C# string path = @ "D:\Pr...

    docs.aspose.com/3d/net/create-a-fisheye-lens-ef...
  9. Create a Fish-eye lens effect on 3D scene and s...

    Using Aspose.3D for Python via .NET API, developers can create a Fisheye lens effect on 3D scene and save that view into the supported image Formats....view into the supported image formats. Create a Fisheye lens effect...scene and save into the image format. Python import aspose.threed...

    docs.aspose.com/3d/python-net/create-a-fisheye-...
  10. How to add "extras" to GTLF with C# - Free Supp...

    I’m using C# SDK to manipulate 3D model and would like to convert it to GLTF. However, I’m also looking to add “extras” attribute to some specific nodes. How can I do this with C#?...glb", new GltfSaveOptions(format) { SaveExtras...scene = Scene.FromFile("test.glb"); node = scene.RootNode.GetChild("box");...

    forum.aspose.com/t/how-to-add-extras-to-gtlf-wi...