.3DS models white?

Blitz3D Forums/Blitz3D Beginners Area/.3DS models white?

Killsgaurd(Posted 2014) [#1]
when i have my .3DS models they're white, but i have texture files and i am wondering how do I implement the textures the .3ds came with from the files so that its not so white. Like i said the models i downloaded came with texture files but i don't know why it wont show up and how do i command it to have the textures. can you guys help me in making my models colorful like their textures please :D? i already looked at the help menu in Blitz3D and it was no help to me.


RemiD(Posted 2014) [#2]
For simple issues like this, you can read the blitz3d manual, and search in the forum...

to texture a mesh (all surfaces) with one texture :
http://www.blitzbasic.com/b3ddocs/command.php?name=EntityTexture&ref=3d_a-z

to texture one surface with one texture :
http://www.blitzbasic.com/b3ddocs/command.php?name=BrushTexture&ref=3d_a-z
http://www.blitzbasic.com/b3ddocs/command.php?name=PaintSurface&ref=3d_a-z

https://www.google.fr/?gws_rd=ssl#q=how+to+texture+a+mesh+site:blitzbasic.com
https://www.google.fr/?gws_rd=ssl#q=how+to+texture+a+surface+site:blitzbasic.com


Killsgaurd(Posted 2014) [#3]
@RemID I read the manual that came with blitz3D but it didnt say anything thanks :D for the link