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

mesh

(0.07 sec)
  1. Merge Meshes in 3D file|Documentation

    Developers can merge multiple Meshes into a single valid Mesh. They might convert all Meshes of a 3D scene, a node or a set of nodes into a single Mesh. In order to achieve this, there are three MergeMesh members in the Aspose.ThreeD.Entities.PolygonModifier class....Merge Meshes in 3D file Contents [ Hide ] Merge Meshes into a...single valid Mesh Developers can merge multiple meshes into a single...

    docs.aspose.com/3d/python-net/merge-meshes-in-3...
  2. Adding Transformation to the Node|Documentation

    Aspose.3D for Java API has support to rotate objects in 3D space. There are three ways to define object’s rotation in 3D space, Euler angles, Quaternion and Custom Matrix, all of them are supported by the Transform class....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/java/adding-transformation-t...
  3. 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/net/adding-transformation-to...
  4. 向节点添加转换|Documentation

    TSR (平移/缩放/旋转) 在 3D 场景中最常用,我们在 Aspose.3D 中提供了一个类转换来访问这些。...仿射变换包括: 翻译 缩放 旋转 剪切映射 挤压映射 代码中正在使用 Mesh 类对象。我们可以 创建一个网格类对象,如在那里叙述 。...create mesh using polygon builder method to set mesh instance...

    docs.aspose.com/3d/zh/net/adding-transformation...
  5. 将网格转换为三角形网格,将原始形状转换为网格|Documentation

    Aspose.3D for .NET API 允许开发人员使用顶点的自定义内存布局将任何网格对象转换为三角形网格。在代码示例中,使用Struct或dynamic by VertexDeclaration类定义顶点的自定义内存布局。...cubeNode = new Node ( "sphere" ); Mesh sphere = ( new Sphere ()). ToMesh...ToMesh (); // Convert any mesh into typed TriMesh var myMesh...

    docs.aspose.com/3d/zh/net/convert-mesh-to-trian...
  6. Geometry|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....and Share Geometric data of Mesh among Multiple Nodes of 3D Scene...apply on 3D entities Create 3D Mesh and Scene Expose Geometric Transformation...

    docs.aspose.com/3d/java/geometry/
  7. 合并 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/
  8. 向节点添加转换|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...
  9. 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...
  10. 三角网格|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/