Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 16,637 for

scene

(0.06 sec)
  1. scene.png

    nonpremultipled deflate 349 8 8 8 8 PixelInterleaved width=478, height=349, bitDepth=8, colorType=RGBAlpha, compressionMethod=deflate, filterMethod=adaptive, interlaceMethod=none RGB 8 8 8 8 349 ke......keyword=plantuml, value=@startuml scene caption Scene Hierarchy !theme bluegray...abstract Entity abstract Material Scene o-- Node Node o-- Material Node...

    docs.aspose.com/3d/es/python-net/aspose-3d-docu...
  2. 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/
  3. 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/
  4. Specify 3D File Load Options|Documentation

    There are several Scene.Open method overloads or Scene class constructor overloads that accept a LoadOptions object. Each load format has a corresponding class that holds load options for that load format....are several Scene.open method overloads or Scene class constructor...load options of RVM scene = a3d . Scene () opt = a3d . formats...

    docs.aspose.com/3d/python-net/specify-3d-file-l...
  5. 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#?... Here’s how: Load your 3D scene. Identify the specific nodes...for export. Save the scene using Scene.Save() with the configured...

    forum.aspose.com/t/how-to-add-extras-to-gtlf-wi...
  6. Convert USD to FBX via C# | products.aspose.com

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

    products.aspose.com/3d/net/conversion/usd-to-fbx/
  7. Compress GLTF File Formats via .NET | products....

    C# source code to load, render and Compress GLTF 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/gltf/
  8. 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/
  9. 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/
  10. 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/