Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 383 for

polygonmodifier

(0.13 sec)
  1. 分割网格|Documentation

    Aspose.3D for Java API 支持将场景的所有网格拆分为每个材质的多个子网格。SplitMesh方法不会拆分场景的网格 (如果已为其指定了单个材质)。可以使用 Aspose.3D for Java API 来实现。...); // Split all meshes PolygonModifier . splitMesh ( scene , SplitMeshPolicy...information. Mesh [] planes = PolygonModifier . splitMesh ( box , SplitMeshPolicy...

    docs.aspose.com/3d/zh/java/split-mesh/
  2. 分割网格|Documentation

    开发人员可能需要将场景的所有网格拆分为每个材质的几个子网格。如果已为场景指定了单个材质,则SplitMesh方法不会拆分场景的网格。开发人员现在可以使用 Aspose.3D for .NET API 来实现此目的。...); // Split all meshes PolygonModifier . SplitMesh ( scene , SplitMeshPolicy...information. Mesh [] planes = PolygonModifier . SplitMesh ( box , SplitMeshPolicy...

    docs.aspose.com/3d/zh/net/split-mesh/
  3. Aspose.3D Generate uv data | products.aspose.com

    Learn how to generate uv data...Transform API Vector3 API PolygonModifier API Scene Go Top...

    products.aspose.com/3d/tutorial/generate-uv-data/
  4. Triangulate Mesh|Documentation

    Aspose.3D for Java API has support of triangulating mesh, which is useful for game industry because the triangle is the only supported primitive that GPU hardware supports(non-triangle data are triangulated in driver-level, which is inefficient in real-time rendering)....the mesh Mesh newMesh = PolygonModifier . triangulate ( mesh );...

    docs.aspose.com/3d/java/triangulate-mesh/
  5. 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....PolygonModifier class. The code sample...all meshes mesh = a3d . PolygonModifier . merge_mesh ( scene )...

    docs.aspose.com/3d/python-net/merge-meshes-in-3...
  6. Generate Normal Data for All Meshes in a 3D Fil...

    Using Aspose.3D for Python via .NET, developers can generate normal data for all meshes in any 3D model (without the normal data)....method exposed by the PolygonModifier class can be used to generate...

    docs.aspose.com/3d/python-net/generate-normal-d...
  7. 合并 3D 文件中的网格|Documentation

    开发人员可以将多个网格合并为一个有效的网格。它们可能会将 3D 场景的所有网格、一个节点或一组节点转换为单个网格。为了实现这一点,在 Aspose.ThreeD.Entities.Polygonmodifier类中有三个MergeMesh成员。...PolygonModifier 类中有三个 MergeMesh 成员。 定义...all meshes Mesh mesh = PolygonModifier . MergeMesh ( scene );...

    docs.aspose.com/3d/zh/net/merge-meshes-in-3d-file/
  8. 合并 3D 文件中的网格|Documentation

    开发人员可以将多个网格合并为一个有效的网格。它们可能会将 3D 场景的所有网格、一个节点或一组节点转换为单个网格。为了实现这一点,在 Aspose.ThreeD.Entities.Polygonmodifier类中有三个MergeMesh成员。...PolygonModifier 类中有几个 merge_mesh 成员。 下...all meshes mesh = a3d . PolygonModifier . merge_mesh ( scene )...

    docs.aspose.com/3d/zh/python-net/merge-meshes-i...
  9. Triangulation of a Simple Polygon|Documentation

    Using Aspose.3D for Python via .NET API, developers can triangulate a simple polygon. Any polygon can be divided into triangles. All of the operations and calculations for triangles can be piecewise applied to the polygon....Triangulate method of the PolygonModifier class, each of the form...

    docs.aspose.com/3d/python-net/triangulation-of-...
  10. Aspose.3D 16.9.0中的公共 API 更改|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....PolygonModifier类中添加三角化方法 在 Aspose.ThreeD...ThreeD.Entities.PolygonModifier类中添加两个BuildTangentBinormal方法 本文档介绍了对...

    docs.aspose.com/3d/zh/net/public-api-changes-in...