Stykka / glTF-Bin

[Deprecated See https://github.com/mcneel/glTF-IO] glTF exporter for Rhinoceros. Supports: mode-text, mode-binary, binary-draco, materials, and textures.
MIT License
31 stars 18 forks source link

Export/Import point clouds #72

Open jrz371 opened 3 years ago

jrz371 commented 3 years ago

glTF supports multiple primitive modes. Point clouds could be imported/exported with the points mode.

https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/README.md#primitivemode

Polylines could also be imported with the lines mode but I'm not sure how useful this would be.