Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 17,177 for

scene

(0.13 sec)
  1. Declaration|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....the template file Scene scene = new Scene ( "test.obj" ); //...// Save the OBJ file scene . Save ( "dest.obj" , FileFormat . WavefrontOBJ...

    docs.aspose.com/3d/net/declaration/
  2. How to Run Aspose.3D for Java in Docker|Documen...

    Run Aspose.3D for Java in a Docker container for Linux. ...to create a plane in the 3d scene and set the vector and then...(); // Initialize Scene Scene scene = new Scene (); // Initialize...

    docs.aspose.com/3d/java/how-to-run-aspose-3d-in...
  3. 合并 3D 文件中的网格|Documentation

    开发人员可以将多个网格合并为一个有效的网格。它们可能会将 3D 场景的所有网格、一个节点或一组节点转换为单个网格。为了实现这一点,在 Aspose.ThreeD.Entities.PolygonModifier类中有三个MergeMesh成员。...as a3d # load a 3D scene scene = a3d . Scene . from_file ( "LAD-TOP...PolygonModifier . merge_mesh ( scene ) # encode this mesh into the...

    docs.aspose.com/3d/zh/python-net/merge-meshes-i...
  4. Compress OBJ File Formats via JAVA | products.a...

    Sample Java compression code for OBJ file. Use this example code to compress OBJ 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/obj/
  5. 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/
  6. 捕获 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...
  7. 捕获 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...
  8. 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-...
  9. 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...
  10. Extract Assets from USDZ File Formats via Java ...

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