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

mesh

(0.49 sec)
  1. 合并 3D 文件中的网格|Documentation

    开发人员可以将多个网格合并为一个有效的网格。它们可能会将 3D 场景的所有网格、一个节点或一组节点转换为单个网格。为了实现这一点,在 Aspose.ThreeD.Entities.PolygonModifier类中有三个MergeMesh成员。...node to a single transformed mesh // Vertex elements like normal/texture...<returns>Merged mesh</returns> public static Mesh MergeMesh ( Node...

    docs.aspose.com/3d/zh/net/merge-meshes-in-3d-file/
  2. Public API Changes in Aspose.3D 1.5.0|Documenta...

    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....Summary Convert the Primitive to a Mesh and Create a Scene from Primitive...3D Models Convert a Mesh to Triangle Mesh with Custom Memory Layout...

    docs.aspose.com/3d/net/public-api-changes-in-as...
  3. 向节点添加转换|Documentation

    Aspose。3D for Java API 支持在 3D 空间中旋转对象。有三种方法来定义对象在 3D 空间中的旋转,欧拉角,四元数和自定义矩阵,所有这些都由Transform类支持。...仿射变换包括: 翻译 缩放 旋转 剪切映射 挤压映射 代码中正在使用 Mesh 类对象。我们可以 创建一个网格类对象,如在那里叙述 。...create mesh using polygon builder method to set mesh instance...

    docs.aspose.com/3d/zh/java/adding-transformatio...
  4. Adding Transformation to the Node|Documentation

    TSR (Translation/Scaling/Rotation) are most commonly used in 3D scenario, we provided a class Transform to access these in Aspose.3D....mapping Squeeze mapping The Mesh class object is being used in...in the code. We can create a Mesh class object as narrated there...

    docs.aspose.com/3d/python-net/adding-transforma...
  5. 三角网格|Documentation

    Aspose.3D for Java API 支持三角网格,这对游戏行业很有用,因为三角形是GPU硬件支持的唯一受支持的图元 (非三角形数据在驱动程序级别进行三角化,这在实时渲染中效率低下)。...) { Mesh mesh = ( Mesh ) node . getEntity (); if ( mesh != null...null ) { // Triangulate the mesh Mesh newMesh = PolygonModifier...

    docs.aspose.com/3d/zh/java/triangulate-mesh/
  6. 创建 3D 网格和场景|Documentation

    网格由一组控制点和根据需要的许多n边多边形定义。本文介绍了如何定义网格。...Contents [ Hide ] 创建 3D 立方体网格 Mesh 由一组控制点和所需的许多n边多边形定义。本文介绍如何定义网格。...aspose.threed.entities import Mesh # For complete examples and...

    docs.aspose.com/3d/zh/python-net/create-3d-mesh...
  7. 产生紫外线|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/
  8. 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/
  9. 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/
  10. 向节点添加转换|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...