Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 9,904 for

mesh

(0.11 sec)
  1. 产生紫外线|Documentation

    Aspose.3D for .NET 提供了用于公开GenerateUV方法的PolygonModifier类,您可以使用该类手动生成UV并将其与网格关联。下面的代码片段显示了生成和关联它的完整功能。...assume we have a mesh without UV data var mesh = ( new Box ())...ToMesh (); mesh . VertexElements . Remove ( mesh . GetElement...

    docs.aspose.com/3d/zh/net/generate-uv/
  2. 3D Objects|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....for all Meshes in 3D Model Convert Mesh to Triangle Mesh and Primitive...Primitive Shape to Mesh Encoding 3D Mesh in the Google Draco File...

    docs.aspose.com/3d/java/3d-objects/
  3. 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....Tangent and Binormal data for all Meshes in 3D Model Contents [ Hide...tangent and binormal data for all meshes in any supported 3D document...

    docs.aspose.com/3d/java/build-tangent-and-binor...
  4. 向节点添加转换|Documentation

    TSR (平移/缩放/旋转) 在 3D 场景中最常用,我们在 Aspose.3D 中提供了一个类转换来访问这些。...剪切映射 挤压映射 代码中正在使用 Mesh 类对象。我们可以 在此处创建一个 Mesh 类对象 。 按四元数旋转 from...create mesh using polygon builder method to set mesh instance...

    docs.aspose.com/3d/zh/python-net/adding-transfo...
  5. 添加节点层次结构并在 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...
  6. 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-...
  7. 在网格中创建多边形|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/
  8. 在网格中创建多边形|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/
  9. 为 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...
  10. 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/