Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 14,379 for

scene

(0.04 sec)
  1. 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/
  2. 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/
  3. 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...
  4. 限制和 API 差异|Documentation

    Aspose.3D for Node.js via Java 限制和api差异...3D for Java Scene scene = new Scene (); Aspose.3D for Node...via Java var scene = new aspose . threed . Scene (); 初始化对象 Aspose...

    docs.aspose.com/3d/zh/nodejs-java/limitations-a...
  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. 渲染 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. 改变平面方向|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...
  8. 在 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/create-a-fisheye-lens...
  9. View 3DS File Formats via JAVA | products.aspos...

    Sample Java viewer code for 3DS file. Use this example code to view 3DS file within any Web or Desktop Java based application....file via the constructor of Scene class Create an instance of...advanced formatting Call the Scene.Save method with object of Html5SaveOptions...

    products.aspose.com/3d/java/viewer/3ds/
  10. View ASE File Formats via JAVA | products.aspos...

    Sample Java viewer code for ASE file. Use this example code to view ASE file within any Web or Desktop Java based application....file via the constructor of Scene class Create an instance of...advanced formatting Call the Scene.Save method with object of Html5SaveOptions...

    products.aspose.com/3d/java/viewer/ase/