Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 383 for

polygonmodifier

(0.2 sec)
  1. 为 3D 模型中的所有网格构建切线和二项式数据|Documentation

    使用 Aspose.3D for Java API,开发人员可以为任何受支持的 3D 文档中的所有网格构建切线和副法线数据。... 为网格构建切线和双正数据 我们在 PolygonModifier 类中添加了两个 buildTangentBinormal...// Triangulate a scene PolygonModifier . buildTangentBinormal...

    docs.aspose.com/3d/zh/java/build-tangent-and-bi...
  2. 产生紫外线|Documentation

    Aspose.3D for .NET 提供了用于公开GenerateUV方法的Polygonmodifier类,您可以使用该类手动生成UV并将其与网格关联。下面的代码片段显示了生成和关联它的完整功能。...NET 提供 PolygonModifier 类,该类公开 GenerateUV 方法,您...generate UV for it var uv = PolygonModifier . GenerateUV ( mesh );...

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

    使用 Aspose.3D for .NET API,开发人员可以为任何受支持的 3D 文件中的所有网格构建切线和二项式数据。... 为网格构建切线和双正数据 我们在 PolygonModifier 类中添加了两个BuildTangentBinormal方法。一个方法将...// Triangulate a scene PolygonModifier . BuildTangentBinormal...

    docs.aspose.com/3d/zh/net/build-tangent-and-bin...
  4. 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....PolygonModifier Class Adds two BuildTangentBinormal...Aspose.ThreeD.Entities.PolygonModifier Class This document describes...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  5. Generate Normal Data for All Meshes in a 3D Fil...

    Using Aspose.3D for .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...VertexElementNormal normals = PolygonModifier . GenerateNormal ( mesh...

    docs.aspose.com/3d/net/generate-normal-data-for...
  6. Generate Normal Data for All Meshes of 3D Model...

    Aspose.3D for Java API has support of generating normal data for all meshes of 3D model (without the normal data)....method exposed by the PolygonModifier class can be used to generate...VertexElementNormal normals = PolygonModifier . generateNormal ( mesh...

    docs.aspose.com/3d/java/generate-normal-data-fo...
  7. 三角网格|Documentation

    Aspose.3D for Java API 支持三角网格,这对游戏行业很有用,因为三角形是GPU硬件支持的唯一受支持的图元 (非三角形数据在驱动程序级别进行三角化,这在实时渲染中效率低下)。...the mesh Mesh newMesh = PolygonModifier . triangulate ( mesh );...

    docs.aspose.com/3d/zh/java/triangulate-mesh/
  8. Split Mesh|Documentation

    Developers may require to split all meshes of a scene into several sub meshes per material. The SplitMesh method will not split a mesh of the scene If it has been assigned a single material. Developers can now achieve this by using Aspose.3D for .NET API....); // Split all meshes PolygonModifier . SplitMesh ( scene , SplitMeshPolicy...information. Mesh [] planes = PolygonModifier . SplitMesh ( box , SplitMeshPolicy...

    docs.aspose.com/3d/net/split-mesh/
  9. Split Mesh|Documentation

    Aspose.3D for Java API has support to split all meshes of a scene into several sub meshes per material. The SplitMesh method will not split a mesh of the scene, if it has been assigned a single material. It can be achieved by using Aspose.3D for Java API....); // Split all meshes PolygonModifier . splitMesh ( scene , SplitMeshPolicy...information. Mesh [] planes = PolygonModifier . splitMesh ( box , SplitMeshPolicy...

    docs.aspose.com/3d/java/split-mesh/
  10. 为 3D 模型的所有网格生成正常数据|Documentation

    Aspose.3D for Java API 支持为 3D 模型的所有网格生成正常数据 (没有正常数据)。... 为 3DS 模型的所有网格生成正常数据 PolygonModifier 类公开的generateNormal方法可用于为...VertexElementNormal normals = PolygonModifier . generateNormal ( mesh...

    docs.aspose.com/3d/zh/java/generate-normal-data...