Problem with b3d and chidl

Blitz3D Forums/Blitz3D Programming/Problem with b3d and chidl

msx123(Posted 2005) [#1]
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.


msx123(Posted 2005) [#2]
My code;

Texture = LoadTexture("c:\Texture_Ball.png")

Mesh = LoadAnimMesh("c:\Monigote.b3d")

Child = FindChild(Mesh,"Ball")

EntityTexture Child,Texture


John Pickford(Posted 2005) [#3]
http://www.blitzbasic.co.nz/Community/posts.php?topic=52306