[Plib-users] Newbie question
Brought to you by:
sjbaker
From: Marco B. <F1...@so...> - 2002-10-11 00:18:09
|
Hi! I started using PLIB two days ago and I'm porting my space combat game from the Panard Vision to PLIB because of many reasons. I like very much PLIB, but I can't still understand something. Ok my big problem now is this... My game is a space sim, so I have to draw the Sun and the other planets, but they MUST NOT be culled! They must be seen from any distance, so no frustum has to be applied. How do I get this effect? I tried with ssgEntity::setTraversalMask(0) but the Sun is not drawn at all! Have I use some callback? Please help! Thanks in advance! Bye Bye Marco |