[osg-users] question about black-out(BO) of airport runway(light control)

2013-11-01 Thread Kim JongBum
Hi, guys i m trying to develop flight simulation with osg. for the airport, i load .txp(terrain) with .flt(airport). and there are black-out(BO) at the airport runway. for more information, i attached the pciture of black-out(BO) of airport runway. so my question is is it possible to control

Re: [osg-users] question about black-out(BO) of airport runway(light control)

2013-11-01 Thread Trajce Nikolov NICK
Hi Kim, yes, it is possible. One way is to write a NodeVisitor and to launch it on each loaded tile (in readCallback). This NodeVisitor shell collect the lightPoint structures - have a look in osgSim project what is the representation of the OpenFlight lightpoints. Then you have a handle of it