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

scene

(0.38 sec)
  1. 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...
  2. Working with Radius of Sphere|Documentation

    Using Aspose.3D for .NET, you can set of get radius of a sphere. In order to get or set radius, you can use Radius property of Sphere class. The following is the code sample to set radius of a sphere.  ...NET // Create a Scene Scene scene = new Scene (); // Set Sphere...get or set radius of Sphere) scene . RootNode . CreateChildNode...

    docs.aspose.com/3d/net/working-with-radius-of-s...
  3. Render 3D View in Image format from Camera|Docu...

    Using Aspose.3D for Python via .NET, developers can render an image to view a realistic image of 3D model, with or without the enhanced background, textures, shadows and also adjust the image size....Render method exposed by the Scene class can be used to take a...position the camera in the scene. In this code example, we create...

    docs.aspose.com/3d/python-net/render-3d-view-in...
  4. Working with Linear Extrusion|Documentation

    Aspose.3D for Node.js via Java offers LinearExtrusion class, which takes a 2D shape as an input and extends the shape in the 3rd dimension....Create a scene var scene = new aspose . threed . Scene (); // Create...child node by passing extrusion scene . getRootNode (). createChildNode...

    docs.aspose.com/3d/nodejs-java/working-with-lin...
  5. Your First Aspose.3D Application|Documentation

    Create, edit and save your first 3d file in any supported formats using Aspose.3D for Java to experience its simplicity and power in Java....a 3d file in a specified 3D scene. How to Create the Application...API: Create an instance of the Scene class. If you have a license...

    docs.aspose.com/3d/java/your-first-aspose-3d-ap...
  6. 在 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-...
  7. 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/
  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. 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...
  10. 为 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...