Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 9,907 for

mesh

(0.04 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. 向节点添加转换|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...
  3. 为 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...
  4. 为 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-...
  5. 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/
  6. 在网格中创建多边形|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/
  7. 在网格中创建多边形|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/
  8. Set up normals or UV on Cube and Add Material t...

    Aspose.3D for Java offers to manage normals and UV on the geometric shapes. A Mesh stores the key properties for every vertex, position in space, and its normal, known as a vector perpendicular to the original surface. The normal is major to shading counts and should be a unit vector. Most Mesh formats also support some form of UV coordinates which are a separate 2D representation of the Mesh "unfolded" to show what portion of a 2-dimensional texture map to apply to different polygons of the Mesh.... A mesh stores the key properties for...should be a unit vector. Most mesh formats also support some form...

    docs.aspose.com/3d/java/set-up-normals-or-uv-on...
  9. 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-...
  10. Add Blind Watermark to DRC File Formats via Jav...

    Sample Java blind watermark code for DRC file. Use this example code to add blind watermark to DRC file within any Web or Desktop Java based application....constructor of Scene class Get the mesh class of Aspose.3D Add watermark...node)-> { Entity mesh =node.getEntity(); if (mesh != null ) { numMeshes...

    products.aspose.com/3d/java/watermark/drc/