Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 25,679 for

scene

(0.04 sec)
  1. 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/
  2. 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" ); 3D Objects...

    docs.aspose.com/3d/nodejs-java/working-with-vrm...
  3. Compress USDZ File Formats via JAVA | products....

    Sample Java compression code for USDZ file. Use this example code to compress USDZ 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/usdz/
  4. Convert ASE to JT via Python | products.aspose.com

    Sample code for ASE to JT Python conversion. Use API example code for batch ASE files to JT conversion within VB.NET, Asp.NET or any .NET based application....the from_file of Scene class Call the Scene.save method with...extension is an Autodesk ASCII Scene Export file format that is an...

    products.aspose.com/3d/python-net/conversion/as...
  5. A3dwSaveOptions - Aspose.3D for Java - API Refe...

    Aspose.3D for Java offers a high performance library to create, load, modify, and save 3D documents programmatically...RvmSaveOptions SaveOptions Scene SceneObject ShaderMaterial ShaderProgram...Export meta data associated with Scene/Node to client Default value...

    reference.aspose.com/3d/java/com.aspose.threed/...
  6. Render | Aspose.CAD for .NET API Reference

    Render Contents [ Hide ] Render class The evaluate Scene render. Describes one effect pass to evaluate a Scene. publi......] Render class The evaluate scene render. Describes one effect...effect pass to evaluate a scene. public class Render : ColladaElement...

    reference.aspose.com/cad/net/aspose.cad.filefor...
  7. Meta data|Documentation

    Aspose.3D for .NET allows read and write meta data for Scene and objects....Information To Scene Manipulate custom properties of a 3D Scene Transformation...Transformation Working with 3D Scene...

    docs.aspose.com/3d/net/working-with-meta-data/
  8. Extract Assets from VRML File Formats via .NET ...

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

    products.aspose.com/3d/net/extractor/vrml/
  9. 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/
  10. Convert ASE to USDZ via C# | products.aspose.com

    Sample code for ASE to USDZ C# conversion. Use API example code for batch ASE files to USDZ conversion within VB.NET, Asp.NET or any .NET based application....the constructor of Scene class Call the Scene.Save method with...extension is an Autodesk ASCII Scene Export file format that is an...

    products.aspose.com/3d/net/conversion/ase-to-usdz/