- Messages
- 49
My task is to create REIL strobes, visible only from the approach side, like the PAPI lights, and activated by tuning a special frequency. I've made it strobing like i need by animating a light and it works just fine. Frequency activation also works just fine. But somehow I just can't get the separation plane to work fine. I use the same data string for the separation plane as i used for both PAPI lights and green/red runway threshold lights and it worked just fine there. In this case I just can't get it to work right. The strobes are disappearing from some certain angles but way not those angles i want to achieve.
Here's an excerpt of my asm file:
Here's an excerpt of my asm file:
Code:
BGL_ZBIAS 1
SEPARATION_PLANE WrongSide, -32473, 0, -4385, 32768
IFIN1 nolight, 07C2h, 1175h, 1175h
BGL_LIGHT LIGHT_NAV, -0.183, 0.183, 0.000, 20, 0.60, 0.40, 0FFFFFFFFh, 0.000000, 0.000000, 1.000000 ; source poly num = 37
ril9_anim_3 label BGLCODE
BGL_SET_MATRIX_INDIRECT 6
VAR_BASE_32 VAR_BASE_PARAMS
; Node 11 - Tick18 transform:
BGL_SET_MATRIX_INDIRECT 7
BGL_LIGHT LIGHT_NAV, -0.183, 0.183, 0.000, 20, 0.60, 0.40, 0FFFFFFFFh, 0.000000, 0.000000, 1.000000 ; source poly num = 92
nolight label word
WrongSide label BGLCODE
BGL_RETURN