Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 17,176 for

scene

(0.14 sec)
  1. Changing Plane Orientation|Documentation

    Aspose.3D for Python via .NET allows changing orientation of a Scene. In order to change the orientation, Up vector property is introduced in Plane Class....allows changing orientation of a scene. In order to change the orientation...threed import FileFormat , Scene from aspose.threed.entities...

    docs.aspose.com/3d/python-net/changing-plane-or...
  2. Import 3D Scenes and Contents from a PDF|Docume...

    The Scene class of the Aspose.3D API represents a 3D Scene. Developers can extract 3D Scenes and contents from a PDF file....Import 3D Scenes and Contents from a PDF Contents [ Hide ] The...The Scene class of the Aspose.3D API represents a 3D scene. Developers...

    docs.aspose.com/3d/python-net/import-3d-scenes-...
  3. 保存 3D 文档|Documentation

    Aspose.3D for Java API 支持将 3D 场景保存在各种类型的 3D 文档中。...3D Scene scene = new Scene (); // Open an existing...existing 3D scene scene . open ( MyDir + "document.fbx" ); // Save...

    docs.aspose.com/3d/zh/java/save-3d-document/
  4. 将场景导出为压缩的 AMF 格式|Documentation

    Aspose.3D for Java 提供AmfSaveOptions类,允许您根据需要设置压缩的布尔值。... getDataDir (); Scene scene = new Scene (); Box box = new Box...Box (); Transform tr = scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/zh/java/export-scene-to-comp...
  5. 将场景导出为压缩的 AMF 格式|Documentation

    Aspose.3D for .NET 提供AmfSaveOptions类,允许您根据需要设置压缩的bool值。默认情况下,该值设置为true。...NET // Load a scene Scene scene = new Scene (); var box = new...new Box (); var tr = scene . RootNode . CreateChildNode ( box...

    docs.aspose.com/3d/zh/net/export-scene-to-compr...
  6. 创建并读取现有 3D 场景|Documentation

    Aspose。3D API 支持从头开始创建新的 3D 场景,然后以任何支持的文件格式保存。开发人员还可以加载现有的 3D 场景以进行修改、添加或处理。...3D 场景文档的 Scene 类的实例。 通过调用Scene类对象的 Save 方法生成 3D Scene文档。 // For...object of the Scene class Scene scene = new Scene (); // Save 3D...

    docs.aspose.com/3d/zh/net/create-and-read-an-ex...
  7. Customize Non-PBR to PBR Materials Conversion b...

    The Scene class of the Aspose.3D API represents a 3D Scene. Developers can already build a 3D Scene by adding various entities. GLTF 2.0 only supports PBR (Physically Based Rendering) materials, Aspose.3D API internally converts non-PBR materials into PBR materials before exporting into GLTF 2.0....Conversion before Saving 3D Scenes to GLTF 2.0 Format in C# Contents...The Scene class of the Aspose.3D API represents a 3D scene. Developers...

    docs.aspose.com/3d/net/customize-non-pbr-to-pbr...
  8. Working with Radius of Sphere|Documentation

    Using Aspose.3D for Node.js via Java, you can set of get radius of a sphere....initialize a scene var scene = new aspose . threed . Scene (); // initialize...); // add sphere to the scene scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/nodejs-java/working-with-rad...
  9. Save 3D Meshes in Custom Binary Format|Document...

    Using Aspose.3D for Python via .NET API, developers can open any supported 3D file, and then write meshes in the custom binary file....exposed by root_node member in Scene class allows to visit each sub... from aspose.threed import Scene from aspose.threed.entities...

    docs.aspose.com/3d/python-net/save-3d-meshes-in...
  10. Merge Meshes in 3D file|Documentation

    Developers can merge multiple meshes into a single valid mesh. They might convert all meshes of a 3D Scene, a node or a set of nodes into a single mesh. In order to achieve this, there are three MergeMesh members in the Aspose.ThreeD.Entities.PolygonModifier class....convert all meshes of a 3D scene, a node or a set of nodes into...below merge all meshes of a scene in a single valid mesh. Python...

    docs.aspose.com/3d/python-net/merge-meshes-in-3...