08-27-2010, 05:46 PM
Thanks that worked great! I did some digging and found that if i use:
it works great. however if i skip the model3dgroup and just use:
it no longer displays the textures.
Thanks again,
Bryan
Code:
modelGroup = _battleship.ReadFile("C:/Documents and Settings/p00009656/Desktop/3d Models/battleship.3DS", Viewport1);Code:
_battleship.ReadFile("C:/Documents and Settings/p00009656/Desktop/3d Models/battleship.3DS", Viewport1);Thanks again,
Bryan

