Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 572 for

sphere

(0.13 sec)
  1. 使用点云|Documentation

    Aspose.3D for Python via .NET 允许直接从 Draco 文件解码网格,而无需使用DracoFormat类的Decode方法构建场景。...entities import Sphere # For complete examples and...DRACO . encode ( Sphere (), "data-dir" + "sphere.drc" ) 将球体编码为点云...

    docs.aspose.com/3d/zh/python-net/working-with-p...
  2. 编码 Google Draco 文件中的 3D 网格|Documentation

    Aspose.3D for Java API 支持在 Google Draco 文件中导入 3D 模型、检索网格,然后对网格进行编码。...(); // Create a sphere Sphere sphere = new Sphere (); // Encode...Encode the sphere to Google Draco raw data using optimal compression...

    docs.aspose.com/3d/zh/java/encoding-3d-mesh-in-...
  3. Encoding 3D Mesh in the Google Draco File|Docum...

    Aspose.3D for .NET API allows developers to import a 3D model, and then encode meshes in the Google Draco files. Developers can also specify the position, texture coordinates, color and normal bits as well as the compression level before encoding a mesh....example retrieves a Mesh of Sphere , and then encode in the Google...NET // Create a sphere var sphere = new Sphere (); // Encode the...

    docs.aspose.com/3d/net/encoding-3d-mesh-in-the-...
  4. Working with PointCloud|Documentation

    Aspose.3D for Java allows decoding a mesh from a Draco file directly without building a scene using the decode method of DracoFormat class....for Java allows encoding a sphere mesh to a Draco file directly...( new Sphere (), RunExamples . getDataDir () + "sphere.drc" );...

    docs.aspose.com/3d/java/working-with-pointcloud/
  5. 编码 Google Draco 文件中的 3D 网格|Documentation

    Aspose.3D for Python via .NET API 允许开发人员导入 3D 模型,然后在 Google Draco 文件中对网格进行编码。开发人员还可以在编码网格之前指定位置,纹理坐标,颜色和正常位以及压缩级别。...entities import Sphere from aspose.threed.formats...3D-for-.NET # Create a sphere sphere = Sphere () options = DracoSaveOptions...

    docs.aspose.com/3d/zh/python-net/encoding-3d-me...
  6. Working with PointCloud|Documentation

    Aspose.3D for .NET allows decoding a mesh from a Draco file directly without building a scene using the Decode method of DracoFormat class....NET allows encoding a sphere mesh to a Draco file directly...Encode ( new Sphere (), "sphere.drc" ); Encode Sphere as PointCloud...

    docs.aspose.com/3d/net/working-with-pointcloud/
  7. 以球体半径工作|Documentation

    使用 Aspose.3D for .NET,您可以设置球体的获取半径。为了获取或设置半径,您可以使用Sphere类的半径属性。以下是设置球体半径的代码示例。...为了获取或设置半径,您可以使用 Sphere 类的 Radius 属性。以下是设置球体半径的代码示例。...scene = new Scene (); // Set Sphere Radius (Using Radius property...

    docs.aspose.com/3d/zh/net/working-with-radius-o...
  8. Convert Mesh to Triangle Mesh and Primitive Sha...

    Aspose.3D for Python via .NET API allows developers to convert any mesh object to triangle mesh with custom memory layout of the vertex. The custom memory layout of the Vertex is defined using the Struct or dynamically by VertexDeclaration class in the code examples....creates meshes from the box and sphere to keep the code comprehensive...examples show how to: Convert a Sphere to Triangle Mesh with custom...

    docs.aspose.com/3d/python-net/convert-mesh-to-t...
  9. Aspose.3D Get geometric transformations | produ...

    Learn how to get geometric transformations... We’ll use the Sphere class to initialize the IMeshConvertible...the node object, and add the sphere to the scene. We use the GeometricTranslation...

    products.aspose.com/3d/tutorial/get-geometric-t...
  10. Convert Mesh to Triangle Mesh and Primitive Sha...

    Aspose.3D for Java API has support to convert mesh to triangle mesh with custom memory layout of the vertex. The custom memory layout of the Vertex is defined dynamically by VertexDeclaration class in the code examples....creates meshes from the box and sphere to keep the code comprehensive...and used objects like box, sphere, plane, cylinder, and torus...

    docs.aspose.com/3d/java/convert-mesh-to-triangl...