Sort Score
Result 10 results
Languages All
Labels All
Results 1,531 - 1,540 of 17,283 for

scene

(0.24 sec)
  1. 在 Python 中将 OBJ 转换为 GLB

    本简短指南演示如何在 Python 中将 OBJ 转换为 GLB。它突出显示了关键步骤、环境要求,并包含一个用于在 Python 中开发 OBJ 到 GLB 转换器的示例代码。...3D 通过 Scene 类加载源 OBJ 文件 实例化 GltfSaveOptions...中将 OBJ 转换为 GLB 。OBJ 文件首先通过 Scene 类导入,该类会自动检测其格式。然后,打开场景,初始化 GltfSaveOptions,并使用...

    kb.aspose.com/zh/3d/python/convert-obj-to-glb-i...
  2. Convert 3MF File to STL in C#

    Follow this blog post to learn about a powerful 3D modeling SDK. We will run through how to convert 3MF to STL in C# using Aspose.3D for .NET....below: Create an instance of the Scene class. Invoke the Open method...access the options for exporting scene as STL file. Call the Save method...

    blog.aspose.com/3d/convert-3mf-file-to-stl-in-c...
  3. Create and Apply WordArt Effects in Python|Aspo...

    Learn how to create and customize WordArt effects in Aspose.Slides for Python via .NET. This step-by-step guide helps developers enhance presentations with stylish, professional text in Python.... Consider a scene for a text and the shape containing...the scene on which the object got placed. When the scene is set...

    docs.aspose.com/slides/python-net/wordart/
  4. 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...
  5. Convert OBJ to 3DS via Java | products.aspose.com

    Sample Java conversion code for OBJ format to 3DS file. Use this example code to convert OBJ to 3DS within any Web or Desktop Java based application....file via the constructor of Scene class Create an instance of...for advanced conversion Call Scene.save method Pass the output...

    products.aspose.com/3d/java/conversion/obj-to-3ds/
  6. Convert 3DS to U3D via Java | products.aspose.com

    Sample Java conversion code for 3DS format to U3D file. Use this example code to convert 3DS to U3D within any Web or Desktop Java based application....file via the constructor of Scene class Create an instance of...for advanced conversion Call Scene.save method Pass the output...

    products.aspose.com/3d/java/conversion/3ds-to-u3d/
  7. Convert JT to OBJ via Java | products.aspose.com

    Sample Java conversion code for JT format to OBJ file. Use this example code to convert JT to OBJ within any Web or Desktop Java based application....file via the constructor of Scene class Create an instance of...for advanced conversion Call Scene.save method Pass the output...

    products.aspose.com/3d/java/conversion/jt-to-obj/
  8. Convert MA to USDZ File Programmatically in Jav...

    Convert MA File to USDZ File in Java. Export Maya MA ASCII File to USDZ in Java applications....project files containing a scene’s animation, rendering, lighting...to create animations or 3D scenes for video games and movies...

    blog.aspose.com/3d/convert-ma-to-usdz-in-java/
  9. How to Convert GLB to FBX using Python

    This article guides on how to convert GLB to FBX using Python. It has the details to set the IDE, a list of steps, and a runnable sample code to develop a GLB to FBX converter using Python....the source GLB file into the Scene class object via the from_file()...file on the disk using the Scene.save() method These steps summarize...

    kb.aspose.com/3d/python/how-to-convert-glb-to-f...
  10. 在 Java 中将 USDZ 转换为 STL

    本指南介绍如何在 Java 中将 USDZ 转换为 STL。它提供了有序的步骤、设置要求以及一个用于创建 USDZ 到 STL 转换器的示例代码。...3D 通过创建 Scene 类的实例导入 USDZ 文件 使用 open 方法打开已加载的场景...在 Java 中将 USDZ 转换为 STL 。它使用 Scene 类加载 USDZ 文件,该类会自动识别文件类型。然后从加载的文件打开场景,并应用...

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