Sort Score
Result 10 results
Languages All
Labels All
Results 631 - 640 of 17,178 for

scene

(0.07 sec)
  1. Compress ASE File Formats via JAVA | products.a...

    Sample Java compression code for ASE file. Use this example code to compress ASE 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/ase/
  2. 捕获 3D 场景的视口并渲染到纹理或窗口|Documentation

    每个 3D 场景可以包含任意数量的视口。使用 Aspose.3D for .NET API,开发人员可以在单个屏幕截图中捕获一个或多个视口。他们可以在基于GUI的 .NET 应用程序或图像中呈现它。...existing 3D scene Scene scene = Scene . FromFile ( "scene.obj" );...Camera camera = new Camera (); scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/zh/net/capture-the-viewports...
  3. 捕获 3D 场景的视口并渲染到纹理或窗口|Documentation

    每个 3D 场景可以包含任意数量的视口。使用 Aspose.3D for Python via .NET API,开发人员可以在单个屏幕截图中捕获一个或多个视口。他们可以在基于GUI的 .NET 应用程序或图像中呈现它。...threed import Scene from aspose.threed.entities...existing 3D scene scene = Scene ( "data-dir" + "scene.obj" ) # Create...

    docs.aspose.com/3d/zh/python-net/capture-the-vi...
  4. Apply Visual Effects on Saving 3D Views|Documen...

    Using Aspose.3D for .NET API, developers may apply visual effects on 3D Views before saving in the image. These visual effects are also known as the post-processing effects or filters those are applied in real-time to everything displayed in the 3D View....existing 3D scene Scene scene = Scene . FromFile ( "scene.obj" );...Camera camera = new Camera (); scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/net/apply-visual-effects-on-...
  5. Apply Visual Effects on Saving 3D Views|Documen...

    Using Aspose.3D for Python via .NET API, developers may apply visual effects on 3D Views before saving in the image. These visual effects are also known as the post-processing effects or filters those are applied in real-time to everything displayed in the 3D View....threed import Scene from aspose.threed.entities...existing 3D scene scene = Scene ( "data-dir" + "scene.obj" ) # Create...

    docs.aspose.com/3d/python-net/apply-visual-effe...
  6. Aspose.3D Set the radius of a sphere | products...

    Learn how to set the radius of a Sphere...create two spheres in a 3D scene and modify their sizes using...We’ll start by creating a new scene using the Aspose.3D library...

    products.aspose.com/3d/tutorial/set-radius-sphere/
  7. 将场景导出为压缩的 AMF 格式|Documentation

    Aspose.3D for Node.js via Java 提供了AmfSaveOptions类,允许您根据需要设置压缩的布尔值。...格式文件的完整功能: var scene = new aspose . threed . Scene (); var box =...threed . Box (); var node = scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/zh/nodejs-java/export-scene-...
  8. Convert USD to FBX via Python | products.aspose...

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

    products.aspose.com/3d/python-net/conversion/us...
  9. Convert GLB to OBJ via Python | products.aspose...

    Sample code for GLB to OBJ Python conversion. Use API example code for batch GLB files to OBJ conversion within VB.NET, Asp.NET or any .NET based application....the from_file of Scene class Call the Scene.save method with... fast loading, complete 3D scene representation, and extensibility...

    products.aspose.com/3d/python-net/conversion/gl...
  10. Convert OBJ to JT via Java | products.aspose.com

    Sample Java conversion code for OBJ format to JT file. Use this example code to convert OBJ to JT within any Web or Desktop Java based application....the constructor of Scene class Call the Scene.save method with...directly from Maven. Java 3D Scene Manipulation Library Aspose...

    products.aspose.com/3d/java/conversion/obj-to-jt/