The VG Resource
How to color vertices? - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: The Resources (https://www.vg-resource.com/forum-109.html)
+--- Forum: The Models Resource (https://www.vg-resource.com/forum-111.html)
+---- Forum: Ripping Help (https://www.vg-resource.com/forum-115.html)
+---- Thread: How to color vertices? (/thread-34794.html)



How to color vertices? - NARbluebear - 12-15-2018

I am ripping some Sonic Mania stage models, and I am confused at how to color the vertices correctly. I already have converted the models to both STL and OBJ formats, yet they appear colorless.


RE: How to color vertices? - FabDelb - 12-15-2018

None of those format supports vertex colors (at least in their standard implementation).

You'd need FBX for example, or PLY, which is the simplest format that still manages vertex colors that I know of, nice if you're writing your exporter yourself (Blender imports/exports natively PLY files).