Face Colours for PLY #321
stellarpower
started this conversation in
General
Replies: 1 comment 1 reply
-
Hello @stellarpower |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Looking at exporting face (and possibly point) colours for PLY, or perhaps STL. I am exporting things from Blender in GLB and finding every tool out there is dropping the colours/textures when exporting to these formats. Obviously won't be able to have raster pixmaps on faces but I think an average colour or something will be fine for the models I'm working with. I'll try to contribute back depending on how messy it gets.
Any pointers on how I might handle? IMeshAccess::nodeColour() is {1,1,1} on every face when visiting (nice clean code layout and good commenting by the way! Lamentably rare to see), so will dig a bit and see if I can get a handle to the raster form.
Thakns
Beta Was this translation helpful? Give feedback.
All reactions