Page 2 of 2

Re: texturing a model?

Posted: Tue May 26, 2020 10:45 pm
by oreopa
Blender is really all you need to model and texture stuff for Ogre. I went with the obj/mtl export route since it seemed easy to learn to make own parser/loader. When I actually get the texturing working I will post it in the forum.

.mesh is a format I don't understand (non human readable), so I skipped using this. It's an extra step you really don't need in dev, especially for beginners (like me) IMO.