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

mesh

(0.06 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. 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-...
  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. 为 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. 为 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-...
  6. 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/
  7. 添加节点层次结构并在 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...
  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. Working with Watermark|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....=> { var mesh = node . GetEntity < Mesh >(); if ( mesh != null...numMeshes ++; mesh = Watermark . EncodeWatermark ( mesh , "HelloWorld"...

    docs.aspose.com/3d/net/working-with-watermark/
  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/