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

mesh

(0.39 sec)
  1. 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...
  2. 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...
  3. 向节点添加转换|Documentation

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

    docs.aspose.com/3d/zh/net/adding-transformation...
  4. 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/
  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. Generate UV|Documentation

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

    docs.aspose.com/3d/net/generate-uv/
  7. 添加节点层次结构并在 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...
  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. 创建 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...
  10. 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/