Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 16,177 for

scene

(0.03 sec)
  1. glTF Structural Metadata Example|Documentation

    This documentation page demonstrates how to read structural metadata from a glTF file using Aspose.3D for .NET....following C# code loads a glTF scene with structural metadata, then...glTF scene with EXT_structural_metadata from file var scene = Scene...

    docs.aspose.com/3d/net/developer-guide/meta-dat...
  2. 改变平面方向|Documentation

    Aspose.3D for Node.js via Java 允许更改场景的方向。为了改变方向,在Plane类中引入了getUp() 和setUp() 方法。...Initialize Scene var scene = new aspose . threed . Scene (); // Initialize...threed . Vector3 ( 1 , 1 , 3 )); scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/zh/nodejs-java/changing-plan...
  3. Convert USD to DXF via C# | products.aspose.com

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

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

    products.aspose.com/3d/net/conversion/usd-to-x/
  5. 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...
  6. 渲染 3D 场景的全景视图|Documentation

    使用 Aspose.3D for .NET API,开发人员可以渲染 3D 场景的全景视图,并将该视图保存为支持的图像格式。...glb" ; //load the scene Scene scene = new Scene ( path ); //create...RotationMode . FixedDirection }; scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/zh/net/render-a-panorama-vie...
  7. Extract Assets from USD File Formats via .NET |...

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

    products.aspose.com/3d/net/extractor/usd/
  8. 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/
  9. 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/
  10. Extract Assets from DRC File Formats via Java |...

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