AddBillboardTextSceneNode issue

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
grantkrieger
Posts: 25
Joined: Fri Jul 27, 2007 10:02 am

AddBillboardTextSceneNode issue

Post by grantkrieger »

Hello,

Does anyone know how to only show a BillboardTextSceneNode when it is in direct line of sight of the camera. I am finding that if I have a model in front of it it can still be seen through the model in front of it.

EG

BillboardTextSceneNode <- Model 1 <- Camera

Camera sees BillboardTextSceneNode through model 1.

If this is not possible is it possible to set the visible distance from the BillboardTextSceneNode to the camera. Like a farvalue but set on the node ?

I dont want to reduce my camera far value as this will not show all objects which I dont want.

Otherwise does anyone know of any other way I can do the above ?

Many thanks

Grant
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

Post by MasterGod »

I'm not sure but I think you'll get your answer in tutorial #7.
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Sounds like zbuffer testing is disabled. Check your material settings.
Post Reply