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

mesh

(0.06 sec)
  1. 向节点添加转换|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...
  2. 产生紫外线|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/
  3. 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/
  4. 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...
  5. 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-...
  6. 添加节点层次结构并在 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...
  7. 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...
  8. 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...
  9. 添加节点层次结构并在 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...
  10. 在网格中创建多边形|Documentation

    Aspose.3D for Java 允许在网格中创建多边形。...3D-for-Java // Initialize Mesh Mesh mesh = new Mesh (); //The old CreatePolygon...for holding the face indices //mesh.createPolygon(new int[] { 0...

    docs.aspose.com/3d/zh/java/create-polygon-in-mesh/