Sort Score
Result 10 results
Languages All
Labels All
Results 1,391 - 1,400 of 16,167 for

scene

(0.09 sec)
  1. 使用 Python 将 3MF 转换为 STL

    本快速指南介绍了如何使用 Python 将 3MF 文件转换为 STL。包括操作步骤、环境配置说明以及示例代码,用于构建 3MF 转 STL 的 Python 转换器。...NET 用于将 3MF 文件导出为 STL 格式 使用 Scene 类对象加载输入的 3MF 文件 创建 StlSaveOptions...Python 中导出 3MF 文件为 STL 。使用 Scene 类打开 3MF 文件(可自动识别格式),然后初始化 StlSaveOptions...

    kb.aspose.com/zh/3d/python/convert-3mf-to-stl-i...
  2. 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....Capture the Viewports of 3D Scene and Render to a Texture or Window...

    docs.aspose.com/3d/net/apply-visual-effects-on-...
  3. Concatenate Quaternions and apply on 3D entitie...

    Aspose.3D for Python via .NET allows developers to combine two rotation transformation into one represented in a quaternion....among Multiple Nodes of 3D Scene Simplify the creation of transformation...

    docs.aspose.com/3d/python-net/concatenate-quate...
  4. 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....Capture the Viewports of 3D Scene and Render to a Texture or Window...

    docs.aspose.com/3d/python-net/apply-visual-effe...
  5. How to Convert OBJ to FBX using Java

    This short guide describes how to convert OBJ to FBX using Java. It presents IDE settings, a list of steps, and a runnable sample code to develop a 3D Object to FBX converter using Java....Load the sample OBJ file in a Scene class object Instantiate a FbxSaveOptions...the source OBJ file into the Scene class as it contains the basic...

    kb.aspose.com/3d/java/how-to-convert-obj-to-fbx...
  6. 使用 C# 将 USDZ 转换为 GLB

    本快速指南提供了使用 C# 将 USDZ 转换为 GLB 的说明。它包括按顺序的步骤、设置要求以及用于实现 USDZ 转 GLB 转换器的实用代码片段。...3D 使用 Scene 类的构造函数加载 USDZ 文件 使用 Open 方法打开场景...上面的代码片段展示了如何在 C# 中将 USDZ 转换为 GLB 。它通过 Scene 类读取 USDZ 文件,自动识别格式,打开场景后调用 Save...

    kb.aspose.com/zh/3d/net/convert-usdz-to-glb-in-...
  7. Convert RVM to 3DS via Python | products.aspose...

    Sample code for RVM to 3DS Python conversion. Use API example code for batch RVM files to 3DS conversion within VB.NET, Asp.NET or any .NET based application....RVM file via the from_file of Scene class Create an instance of...advanced conversion Call the Scene.save method Pass the output...

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

    Sample code for OBJ to GLB Python conversion. Use API example code for batch OBJ files to GLB conversion within VB.NET, Asp.NET or any .NET based application....OBJ file via the from_file of Scene class Create an instance of...advanced conversion Call the Scene.save method Pass the output...

    products.aspose.com/3d/python-net/conversion/ob...
  9. Set up normals or UV on Cube and Add Material t...

    Aspose.3D for Java offers to manage normals and UV on the geometric shapes. A mesh stores the key properties for every vertex, position in space, and its normal, known as a vector perpendicular to the original surface. The normal is major to shading counts and should be a unit vector. Most mesh formats also support some form of UV coordinates which are a separate 2D representation of the mesh "unfolded" to show what portion of a 2-dimensional texture map to apply to different polygons of the mesh....Mesh geometry by creating a 3D Scene. Create Normal Vectors In order...material to 3D objects in a scene. This code example demonstrates...

    docs.aspose.com/3d/java/set-up-normals-or-uv-on...
  10. 在 Java 中将 3MF 转换为 STL

    本简明教程讲解如何在 Java 中将 3MF 文件转换为 STL。包含逐步操作流程、开发环境配置说明以及用于构建 3MF 到 STL 转换器的示例代码。...for Java 以进行 3MF 到 STL 的转换 使用 Scene 类对象读取输入的 3MF 文件 创建 StlSaveOptions...在 Java 中将 3MF 文件导出为 STL 。使用 Scene 类自动识别并打开 3MF 文件格式,随后创建 StlSaveOptions...

    kb.aspose.com/zh/3d/java/convert-3mf-to-stl-in-...