tutorials:pointcloud-io
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tutorials:pointcloud-io [2024/11/13 11:20] – gaetan | tutorials:pointcloud-io [2024/12/06 12:09] (current) – [As array] gaetan | ||
---|---|---|---|
Line 59: | Line 59: | ||
<code java> | <code java> | ||
- | import de.grogra.pointcloud.groimp.PointCloud; | ||
[pc: | [pc: | ||
[pc: | [pc: | ||
Line 85: | Line 84: | ||
The given example import a XYZ file, which only contains Points. So the graph created is of the structure: | The given example import a XYZ file, which only contains Points. So the graph created is of the structure: | ||
- | {{:groimp-platform: | + | {{:tutorials: |
Line 91: | Line 90: | ||
Each of these point cloud nodes are added under a // | Each of these point cloud nodes are added under a // | ||
- | {{:groimp-platform: | + | {{:tutorials: |
This very simple example of a PLY file with 3 vertices and one face show that the face is imported as a LeafMeshImpl (which extends MeshNode - the default mesh node of GroIMP). The LeafMesh is linked to the points that defines it by // | This very simple example of a PLY file with 3 vertices and one face show that the face is imported as a LeafMeshImpl (which extends MeshNode - the default mesh node of GroIMP). The LeafMesh is linked to the points that defines it by // | ||
Line 98: | Line 97: | ||
<code java> | <code java> | ||
- | import de.grogra.pointcloud.groimp.PointCloud; | ||
[pc: | [pc: | ||
[pc: | [pc: |
tutorials/pointcloud-io.1731493233.txt.gz · Last modified: 2024/11/13 11:20 by gaetan