Table of Contents
This part of the documentation is auto generated from the code of the plugin to list a subset of the registry to ease accessing embedded features.
MimeType | Extension | Name | Description |
---|---|---|---|
model/x-grogra-pointcloud-graph+ply | {.ply} | PLY to graph point cloud | Each point, edge, and face of the PLY becomes a Node. |
model/x-grogra-pointcloud-graph+xyz | {.xyz} | XYZ to graph point cloud | Each point of the XYZ is imported as a Node linked to a PointCloud node. |
model/x-grogra-pointcloud-array+ply | {.ply} | PLY to list point cloud | Only the points are imported into a List held by a PointCloud node. |
model/x-grogra-pointcloud-array+xyz | {.xyz} | XYZ to list point cloud | The points from the XYZ files are imported into a List held by a PointCloud node. |
model/x-grogra-cloud-array+xyz | Internal format for serializing Clouds in the project as array. | ||
model/x-grogra-cloud-list+xyz | Internal format for serializing Clouds in the project as lists. |