Problem with b3d and chidl
Blitz3D Forums/Blitz3D Programming/Problem with b3d and chidl| 
 | ||
| Hello, First, Sorry for my Bad English. My problem: I need texturize a child of any b3d file. I get the handle of child with FindChild. But the problem: I can't texturize this object. Some ideas? Thanks in advance. | 
| 
 | ||
| My code; Texture = LoadTexture("c:\Texture_Ball.png") Mesh = LoadAnimMesh("c:\Monigote.b3d") Child = FindChild(Mesh,"Ball") EntityTexture Child,Texture | 
| 
 | ||
| http://www.blitzbasic.co.nz/Community/posts.php?topic=52306 |