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

polygonmodifier

(0.07 sec)
  1. Scale geometries of a 3D Scene|Documentation

    Developers can scale only geometries of a 3D node or all nodes of 3D Scene. In order to achieve this, developers can call multiple Scale members of the Polygonmodifier class instance....multiple Scale members of the PolygonModifier class instance. This is...geometries of a single node PolygonModifier . Scale ( box , new Vector3...

    docs.aspose.com/3d/net/scale-geometries-of-a-3d...
  2. Convert all Polygons to Triangles in 3D Model|D...

    Using Aspose.3D for Python via .NET API, developers can convert all polygons to triangles in any supported 3D file....triangulate method in the PolygonModifier class which takes a Scene...threed.entities import PolygonModifier # For complete examples...

    docs.aspose.com/3d/python-net/convert-all-polyg...
  3. 缩放 3D 场景的几何图形|Documentation

    开发人员只能缩放 3D 节点或 3D 场景的所有节点的几何图形。为了实现这一点,开发人员可以调用Polygonmodifier类实例的多个Scale成员。...为了实现这一点,开发人员可以调用 PolygonModifier 类实例的多个Scale成员。这是缩放所有节点或单个节点的代码示例:...geometries of a single node PolygonModifier . Scale ( box , new Vector3...

    docs.aspose.com/3d/zh/net/scale-geometries-of-a...
  4. 缩放 3D 场景的几何图形|Documentation

    开发人员只能缩放 3D 节点或 3D 场景的所有节点的几何图形。为了实现这一点,开发人员可以调用Polygonmodifier类实例的多个Scale成员。...为了实现这一点,开发人员可以调用 PolygonModifier 类实例的多个Scale成员。这是缩放所有节点或单个节点的代码示例:...threed.entities import PolygonModifier , Box from aspose.threed...

    docs.aspose.com/3d/zh/python-net/scale-geometri...
  5. Scale geometries of a 3D Scene|Documentation

    Developers can scale only geometries of a 3D node or all nodes of 3D Scene. In order to achieve this, developers can call multiple Scale members of the Polygonmodifier class instance....multiple Scale members of the PolygonModifier class instance. This is...threed.entities import PolygonModifier , Box from aspose.threed...

    docs.aspose.com/3d/python-net/scale-geometries-...
  6. 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....BuildTangentBinormal methods in the PolygonModifier class. One method takes...threed.entities import PolygonModifier # For complete examples...

    docs.aspose.com/3d/python-net/build-tangent-and...
  7. Generate UV|Documentation

    Aspose.3D for Python via .NET offers Polygonmodifier class which exposes GenerateUV method, with which you can manually generate UV and associate it with the mesh. Following code snippet shows complete functionality to generate and associate it....NET offers PolygonModifier class which exposes generate_uv...entities import Box , PolygonModifier , VertexElementType # For...

    docs.aspose.com/3d/python-net/generate-uv/
  8. Build Tangent and Binormal data for all Meshes ...

    With Aspose.3D for Java API, developers can build tangent and binormal data for all meshes in any supported 3D document....buildTangentBinormal methods in the PolygonModifier class. One method takes...// Triangulate a scene PolygonModifier . buildTangentBinormal...

    docs.aspose.com/3d/java/build-tangent-and-binor...
  9. 为 3D 模型中的所有网格构建切线和二项式数据|Documentation

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

    docs.aspose.com/3d/zh/python-net/build-tangent-...
  10. 产生紫外线|Documentation

    Aspose.3D for Python via .NET 提供了公开GenerateUV方法的Polygonmodifier类,您可以使用该方法手动生成UV并将其与网格关联。下面的代码片段显示了生成和关联它的完整功能。...NET 提供了 PolygonModifier 类,该类公开了 generate_uv 方法...entities import Box , PolygonModifier , VertexElementType # For...

    docs.aspose.com/3d/zh/python-net/generate-uv/