M
mutant
Guest
Hi.
When im trying to put my own mesh into that tutorial i keep getting an error on this line:
It says that path cannot be null.
I have my own texture too. This happens both in VB and C++.Do I need to change any paramters in that function so it loads my mesh?
Thanks in advance!
When im trying to put my own mesh into that tutorial i keep getting an error on this line:
Code:
meshTextures(i) = TextureLoader.FromFile(dev, materials(i).TextureFilename)
I have my own texture too. This happens both in VB and C++.Do I need to change any paramters in that function so it loads my mesh?
Thanks in advance!