Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 9,907 for

mesh

(0.12 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/net/merge-meshes-in-3d-file/
  2. Generate Normal Data for All Meshes in a 3D Fil...

    Using Aspose.3D for .NET, developers can generate normal data for all Meshes in any 3D model (without the normal data)....Generate Normal Data for All Meshes in a 3D File Contents [ Hide...generate normal data for all meshes in any 3D model (without the...

    docs.aspose.com/3d/net/generate-normal-data-for...
  3. Generate Normal Data for All Meshes of 3D Model...

    Aspose.3D for Java API has support of generating normal data for all Meshes of 3D model (without the normal data)....Generate Normal Data for All Meshes of 3D Model Contents [ Hide...generating normal data for all meshes of 3D model (without the normal...

    docs.aspose.com/3d/java/generate-normal-data-fo...
  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. 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...
  6. 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...
  7. 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...
  8. 创建 3D 网格和场景|Documentation

    网格由一组控制点和根据需要的许多n边多边形定义。本文介绍了如何定义网格。...立方体网格 Mesh 由一组控制点和所需的许多n边多边形定义。本文介绍如何定义 Mesh 。 为了创建 Mesh 曲面,我们需要定义控制点和多边形,如下所示:...// Initialize mesh object Mesh mesh = new Mesh (); // Add control...

    docs.aspose.com/3d/zh/net/create-3d-mesh-and-sc...
  9. Generate UV|Documentation

    Aspose.3D for Java offers PolygonModifier class which exposes GenerateUV method, with which you can manually generate UV and associate it with the Mesh. ...UV and associate it with the mesh. Following code snippet shows...assume we have a mesh without UV data Mesh mesh = ( new Box ())...

    docs.aspose.com/3d/java/generate-uv/
  10. 创建 3D 网格和场景|Documentation

    网格由一组控制点和根据需要的许多n边多边形定义。本文介绍了如何定义网格。...立方体网格 Mesh 由一组控制点和所需的许多n边多边形定义。本文介绍如何定义 Mesh 。 为了创建 Mesh 曲面,我们需要定义控制点和多边形,如下所示:...// Initialize mesh object Mesh mesh = new Mesh (); // Add control...

    docs.aspose.com/3d/zh/java/create-3d-mesh-and-s...