View Single Post
  #1  
Old 03-18-2010, 05:46 PM
TarkaDahl TarkaDahl is offline
Member
 
Join Date: Mar 2010
Posts: 59
Textures of wrl file

Hi All

I'm currently working on a simple program that loads up multiple wrl files which are made by the user.

The problem is that sometimes they dont have the textures in the correct place.

Is there a way to check to see it the textures have loaded correctly on a model? i want to put an error on my loading screen if they have not.

i was going to do it by using <node3d>.getTexture but i cant seem to get anything to work.

Thanks
Reply With Quote