Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 14,298 for

scene

(0.1 sec)
  1. Extract Assets from GLTF File Formats via .NET ...

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

    products.aspose.com/3d/net/extractor/gltf/
  2. 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/
  3. 合并 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...
  4. Set up normals or UV on the Cube and Add Materi...

    How to create normals or uv data on a mesh in Aspose.3D....Mesh geometry by Creating a 3D Scene . Create Normal Vectors To have...material to 3D objects in a scene. This code example demonstrates...

    docs.aspose.com/3d/net/set-up-normals-or-uv-on-...
  5. Convert USDZ to AMF via C# | products.aspose.com

    Convert USDZ & other 3D files using .NET API...NET Core and Mono Export USDZ Scene as AMF 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-amf/
  6. Convert USDZ to DXF via C# | products.aspose.com

    Convert USDZ & other 3D files using .NET API...NET Core and Mono Export USDZ Scene as DXF 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-dxf/
  7. Convert USDZ to RVM via C# | products.aspose.com

    Convert USDZ & other 3D files using .NET API...NET Core and Mono Export USDZ Scene as RVM 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-rvm/
  8. Convert USDZ to STL via Python | products.aspos...

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

    products.aspose.com/3d/python-net/conversion/us...
  9. Extract Assets from X File Formats via Java | p...

    Sample Java extract assets code for X file. Use this example code to extract assets from X 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/x/
  10. Split Mesh|Documentation

    Developers may require to split all meshes of a Scene into several sub meshes per material. The SplitMesh method will not split a mesh of the Scene If it has been assigned a single material. Developers can now achieve this by using Aspose.3D for Python via .NET API....Hide ] Split All Meshes of a Scene Per Material Developers may...require to split all meshes of a scene into several sub meshes per...

    docs.aspose.com/3d/python-net/split-mesh/