Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 8,960 for

mesh

(0.18 sec)
  1. 添加节点层次结构并在 3D 场景的多个节点之间共享网格的几何数据|Documentation

    Aspose.3D for .NET 提供构建节点层次结构。节点是场景的基本构建块。节点层次结构定义场景的逻辑结构,并通过将几何图形、灯光和摄影机附加到节点来提供可见内容。...create mesh using polygon builder method to set mesh instance...instance Mesh mesh = Common . CreateMeshUsingPolyg (); // Point node...

    docs.aspose.com/3d/zh/net/add-node-hierarchy-an...
  2. Meshes|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....Meshes Contents [ Hide ] Create 3D Mesh and Scene MappingMode...Create Polygon In Mesh Create smoothing group for mesh Generate Normal...

    docs.aspose.com/3d/net/meshes/
  3. Set up normals or UV on the Cube and Add Materi...

    How to create normals or uv data on a Mesh in Aspose.3D.... A mesh stores the key properties for...should be unit vectors. Most mesh formats also support some form...

    docs.aspose.com/3d/net/set-up-normals-or-uv-on-...
  4. 为 3D 模型的所有网格生成正常数据|Documentation

    Aspose.3D for Java API 支持为 3D 模型的所有网格生成正常数据 (没有正常数据)。...create normal data for all meshes s . getRootNode (). accept...) { Mesh mesh = ( Mesh ) node . getEntity (); if ( mesh != null...

    docs.aspose.com/3d/zh/java/generate-normal-data...
  5. 在网格中创建多边形|Documentation

    Aspose.3D for Java 允许在网格中创建多边形。...3D-for-Java // Initialize Mesh Mesh mesh = new Mesh (); //The old CreatePolygon...for holding the face indices //mesh.createPolygon(new int[] { 0...

    docs.aspose.com/3d/zh/java/create-polygon-in-mesh/
  6. 在网格中创建多边形|Documentation

    Aspose.3D for .NET 允许在网格中创建多边形。为了使用该功能,API 提供了Mesh类的CreatePolygon方法。...为了使用该功能,API 提供了 Mesh 类的 CreatePolygon 方法。使用CreatePolygon方法,您可以创建优化的...com/aspose-3d/Aspose.3D-for-.NET Mesh mesh = new Mesh (); mesh . CreatePolygon...

    docs.aspose.com/3d/zh/net/create-polygon-in-mesh/
  7. Generate UV|Documentation

    Aspose.3D for .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....UV and associate it with the mesh. Following code snippet shows...assume we have a mesh without UV data var mesh = ( new Box ())...

    docs.aspose.com/3d/net/generate-uv/
  8. 为 3D 文件中的所有网格生成普通数据|Documentation

    使用 Aspose.3D for .NET,开发人员可以为任何 3D 模型中的所有网格生成正常数据 (没有正常数据)。...create normal data for all meshes s . RootNode . Accept ( delegate...n ) { Mesh mesh = n . GetEntity < Mesh >(); if ( mesh != null...

    docs.aspose.com/3d/zh/net/generate-normal-data-...
  9. Working with PointCloud|Documentation

    Aspose.3D for .NET allows decoding a Mesh from a Draco file directly without building a scene using the Decode method of DracoFormat class....Decode Mesh Aspose.3D for .NET allows decoding a mesh from a...Encode Mesh Aspose.3D for .NET allows encoding a sphere mesh to a...

    docs.aspose.com/3d/net/working-with-pointcloud/
  10. 添加节点层次结构并在 3D 场景的多个节点之间共享网格的几何数据|Documentation

    Aspose.3D for Java 支持构建节点层次结构。节点是 3D 场景的基本构建块,节点层次结构定义了 3D 场景的逻辑结构,并通过将几何图形、灯光和相机附加到节点来提供可见内容。...create mesh using polygon builder method to set mesh instance...instance Mesh mesh = Common . createMeshUsingPolyg (); // Point node...

    docs.aspose.com/3d/zh/java/add-node-hierarchy-a...