HelpMePlease
HelpMePlease

Reputation: 127

why and how to fix ursina texture doesn't work and model pure dark black?

enter image description here

The texture works well on another .obj:

enter image description here

Upvotes: 1

Views: 47

Answers (1)

LimeSpeedCrystal
LimeSpeedCrystal

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

Related Questions