Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 12,886 for

ply

(0.4 sec)
  1. Generate Point Cloud to DRC File Formats via Ja...

    Sample Java generate point cloud code for DRC file. Use this example code to generate point cloud to DRC file within any Web or Desktop Java based application....ply" ; //create an instance of Scene...PlySaveOptions ply = new PlySaveOptions(); ply.setPointCloud(...

    products.aspose.com/3d/java/point-cloud/drc/
  2. Generate Point Cloud to JT File Formats via Jav...

    Sample Java generate point cloud code for JT file. Use this example code to generate point cloud to JT file within any Web or Desktop Java based application....ply" ; //create an instance of Scene...PlySaveOptions ply = new PlySaveOptions(); ply.setPointCloud(...

    products.aspose.com/3d/java/point-cloud/jt/
  3. Generate Point Cloud to ASE File Formats via Ja...

    Sample Java generate point cloud code for ASE file. Use this example code to generate point cloud to ASE file within any Web or Desktop Java based application....ply" ; //create an instance of Scene...PlySaveOptions ply = new PlySaveOptions(); ply.setPointCloud(...

    products.aspose.com/3d/java/point-cloud/ase/
  4. Generate Point Cloud to USDZ File Formats via J...

    Sample Java generate point cloud code for USDZ file. Use this example code to generate point cloud to USDZ file within any Web or Desktop Java based application....ply" ; //create an instance of Scene...PlySaveOptions ply = new PlySaveOptions(); ply.setPointCloud(...

    products.aspose.com/3d/java/point-cloud/usdz/
  5. Generate Point Cloud to USD File Formats via Ja...

    Sample Java generate point cloud code for USD file. Use this example code to generate point cloud to USD file within any Web or Desktop Java based application....ply" ; //create an instance of Scene...PlySaveOptions ply = new PlySaveOptions(); ply.setPointCloud(...

    products.aspose.com/3d/java/point-cloud/usd/
  6. API Reference|Documentation

    Learn about Aspose.3D for Java classes and methods, along with code examples and instructions on how to use them to directly view, convert, repair, and merge 3D files....DAE, OBJ, 3MF, STL, U3D, USDZ, PLY) and allows exporting 3D files...

    docs.aspose.com/3d/java/api-reference/
  7. 合并 3D 文件中的网格|Documentation

    开发人员可以将多个网格合并为一个有效的网格。它们可能会将 3D 场景的所有网格、一个节点或一组节点转换为单个网格。为了实现这一点,在 Aspose.ThreeD.Entities.PolygonModifier类中有三个MergeMesh成员。...this mesh into the PLY format FileFormat . PLY . EncodeMesh ( mesh...mesh , "LAD-TOP.ply" ); 编码 Google Draco 文件中的 3D 网格 使用类似XPath的对象查询...

    docs.aspose.com/3d/zh/net/merge-meshes-in-3d-file/
  8. Convert FBX to DRC via Java | products.aspose.com

    Sample Java conversion code for FBX format to DRC file. Use this example code to convert FBX to DRC within any Web or Desktop Java based application....(ASCII, Binary), Collada, glTF, PLY, GLB, DirectX and more formats...files and can output these as PLY or OBJ files. The compressed...

    products.aspose.com/3d/java/conversion/fbx-to-drc/
  9. Convert DRC to USD via Java | products.aspose.com

    Sample Java conversion code for DRC format to USD file. Use this example code to convert DRC to USD within any Web or Desktop Java based application....(ASCII, Binary), Collada, glTF, PLY, GLB, DirectX and more formats...files and can output these as PLY or OBJ files. The compressed...

    products.aspose.com/3d/java/conversion/drc-to-usd/
  10. Specify 3D File Load Options|Documentation

    There are several Scene.Open method overloads or Scene class constructor overloads that accept a LoadOptions object. Each load format has a corresponding class that holds load options for that load format....Texture Coordinate Use of the Ply Load Options The code below shows...load options before loading a PLY model. Use of the DirectX X Load...

    docs.aspose.com/3d/python-net/specify-3d-file-l...