Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 14,462 for

scene

(0.11 sec)
  1. Working with VRML Format|Documentation

    Aspose.3D for Node.js via Java allows working with VRML version 1.0. VRML file format has been added to the FileFormat class. Aspose.3D can auto detect VRML format, so the FileFormat is usually ignored in Open method....initialize a scene var scene = new aspose . threed . Scene (); // open...Language (VRML) file format scene . open ( "test.wrl" ); Working...

    docs.aspose.com/3d/nodejs-java/working-with-vrm...
  2. 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/
  3. C# 3D Formats Watermark | products.aspose.com

    Add Blind Watermark to 3D format 3ds 3mf amf ase att dae drc dxf fbx gltf jt obj ply rvm stl u3d usdz usd vrml x via .NET library using a few lines of C# code....file through the instance of Scene Class , and then implement the... Add Blind Watermark to 3D Scene to various formats Developers...

    products.aspose.com/3d/net/watermark/
  4. Meta data|Documentation

    Aspose.3D for .NET allows read and write meta data for Scene and objects....Add an Asset Information To Scene glTF Mesh Features Example glTF...properties of a 3D Scene Transformation Working with 3D Scene...

    docs.aspose.com/3d/net/working-with-meta-data/
  5. Export with 3D options|CAD Documentation

    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....are the examples of the 3D scene from different viewpoints: ObserverPoint...property allows to rotate the 3D scene according to specified angles...

    docs.aspose.com/cad/java/developer-guide/export...
  6. Convert USD to JT via C# | products.aspose.com

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

    Convert USD & other 3D files using .NET API...NET Core and Mono Export USD Scene as RVM 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-rvm/
  8. Installation|Documentation

    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....threed as a3d scene = a3d . Scene () scene . root_node . create_child_node...a3d . entities . Cylinder ()) scene . save ( "Cylinder.fbx" , a3d...

    docs.aspose.com/3d/python-net/installation/
  9. 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/
  10. Extract Assets from ASE File Formats via Java |...

    Sample Java extract assets code for ASE file. Use this example code to extract assets from ASE 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/ase/