Tagged Questions
2
votes
1answer
57 views
Getting an instance of KX_PolygonMaterial in Blender
I've got a question concerning using Python in Blender's Game Engine.
Before I start I want to state that I'm trying to change the color of an object in Blender's game engine. To do this, I'm ...
4
votes
2answers
2k views
How can I include vertex color information in .OBJ files?
The .obj files I export are missing data for vertex colors. Is there a way to include color information in the .obj file? If not, what are the alternatives?