Reputation: 127
The texture works well on another .obj:
Upvotes: 1
Views: 47
Reputation: 1
Try setting the color to white before setting the texture, it worked for me. However, if it's a button then it won't highlight when you hover over it if it's white. Example:
entity = Entity(model='models/model.obj', color=color.white, texture='textures/texture.png')
Upvotes: 0