Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 17,179 for

scene

(0.04 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 在 C# 中指定 3D 文件加载选项|Documentation

    有几个接受LoadOptions对象的Scene.Open方法重载或Scene类构造函数重载。每种加载格式都有一个相应的类,该类保存该加载格式的加载选项。...Contents [ Hide ] 概述 本文介绍如何在Scene对象内的 C# 中使用各自的加载选项类加载不同类型的 3D...有几个接受 LoadOptions 对象的 Scene.Open 方法重载或Scene类构造函数重载。这应该是从 LoadOptions...

    docs.aspose.com/3d/zh/net/specify-3d-file-load-...
  5. Rendering|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....Capture the Viewports of 3D Scene and Render to a Texture or Window...Fish-eye lens effect on 3D scene and save in an image Hardware...

    docs.aspose.com/3d/net/rendering/
  6. 为 3D 模型中的所有网格构建切线和二项式数据|Documentation

    使用 Aspose.3D for Java API,开发人员可以为任何受支持的 3D 文档中的所有网格构建切线和副法线数据。...一个方法将 Scene 类对象作为参数,另一个方法将 Mesh 类对象作为参数,如下代码示例所示:...an existing 3D file Scene scene = new Scene ( MyDir + "document...

    docs.aspose.com/3d/zh/java/build-tangent-and-bi...
  7. 在 3D 文档中添加动画属性并设置目标相机|Documentation

    Aspose.3D for Java 支持渲染动画场景。本文介绍移动对象的先决条件。...// Initialize scene object Scene scene = new Scene (); // Call...own translation Node cube1 = scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/zh/java/add-animation-proper...
  8. Changing Plane Orientation|Documentation

    Aspose.3D for Java allows changing orientation of a Scene. In order to change the orientation, getUp() and setUp() methods are introduced in Plane Class....allows changing orientation of a scene. In order to change the orientation...(); // Initialize Scene Scene scene = new Scene (); // Initialize...

    docs.aspose.com/3d/java/changing-plane-orientat...
  9. Public API Changes in Aspose.3D 1.7.0|Documenta...

    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 Aspose.ThreeD...an existing 3D scene Scene scene = new Scene ( "test.obj" );...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  10. Concatenate Quaternions and apply on 3D entitie...

    Aspose.3D for Java allows developers to combine two rotation transformation into one represented in a quaternion.... getDataDir (); Scene scene = new Scene (); Quaternion q1 =...quaternion Node cylinder = scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/java/concatenate-quaternions...