bbTextureName

Archives Forums/Blitz3D SDK Programming/bbTextureName

Thareh(Posted 2008) [#1]
Hi :)

It seems like bbTextureName gets stuck on the first name it returns, and can't be changed :S
Does anyone else experience the same problem?


Leon Drake(Posted 2008) [#2]
i just use types to hold information like that.


Thareh(Posted 2008) [#3]
I'm using BBLoadMesh, and I'm not using the BBEntityTexture command to texture the mesh, but it get's textured as I load the mesh.
So how would I be able to get the TextureName of a specific brush then? >.<
(I'm using BBEntityPick to pick the Surface beneath my "player" mesh, and I need to get the name of the texture he's standing on)