Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 17,178 for

scene

(0.13 sec)
  1. Save a 3D Document|Documentation

    The Scene class of the Aspose.3D API represents a 3D document and developers can save its object in any supported file format....Document Contents [ Hide ] The Scene class of the Aspose.3D API represents...format. To save a 3D Scene, simply use the Scene.save method, it accepts...

    docs.aspose.com/3d/python-net/save-a-3d-document/
  2. Build Tangent and Binormal Data for all Meshes ...

    Using Aspose.3D for Python via .NET API, developers can build tangent and binormal data for all meshes in any supported 3D file.... One method takes a Scene class object as a parameter...threed import FileFormat , Scene from aspose.threed.entities...

    docs.aspose.com/3d/python-net/build-tangent-and...
  3. Public API Changes in Aspose.3D 16.9.0|Document...

    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....Contents Summary Import 3D Scene from the Source PDF Adds Aspose...Formats.PdfFormat Class Save a 3D Scene in the PDF Format Adds Aspose...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  4. Public API Changes in Aspose.3D 16.11.0|Documen...

    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....in the behavior behind the scenes in Aspose.3D. Adds AddEntity...initialize a Scene class object Scene scene = new Scene (); // create...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  5. 保存 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/
  6. 将场景导出为压缩的 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...
  7. 创建并读取现有 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...
  8. Add Asset Information to 3D document|Documentation

    Metadata is structured information that describes, explains, locates or makes it easier to retrieve, use or manage an information resource. Aspose.3D for Node.js via Java API has support to define Metadata for the Scene....Metadata for the scene. Define a Metadata for the scene 3D shows produce...show. Initialize a 3D Scene using Scene class. Set application/tool...

    docs.aspose.com/3d/nodejs-java/add-asset-inform...
  9. Aspose 中的公共 API 更改。3D 16.11.0|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....initialize a Scene class object Scene scene = new Scene (); // create...create a node Node sphere = scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/zh/net/public-api-changes-in...
  10. 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...