- Messages
- 69
Thanx Arno for your replies. But, there is something peculiar with the following:
Node 182 works without a problem. The light is off during the daytime, but the visual distance is somewhere near 9000-10000m.
Node 183 has an individual refDistance check applied to it. This one refuses to show during day OR night.
This code was exported using the 2004 MakeMDL and cleaned up.
Both compile without error in BGLC_9 to create the MDL.
I have also tried a variation where it checked for 028ch for the whole group first and this works. But, once I go in and put an individual refDistance on a light, it quits showing.
Any thoughts?
Thanx in advance
Sean E.
Code:
; Node 182 - LIGHT_NAV_dblue11 transform:
BGL_SET_MATRIX_INDIRECT 13
IFIN1 nolights11, 028ch, 2, 6
BGL_LIGHT LIGHT_NAV, -0.337, 0.337, -0.337, 20, 0.60, 0.40, 0B206007Eh, 0.000000, 0.000000, 1.000000 ; source poly num = 11
nolights11 label word
; Node 183 - LIGHT_NAV_dblue12 transform:
BGL_SET_MATRIX_INDIRECT 14
IFIN1 nolights12, 028ch, 2, 6
IFIN1 LOD_12, 033Bh, 0,599
BGL_LIGHT LIGHT_NAV, -0.337, 0.337, -0.337, 20, 0.60, 0.40, 0B206007Eh, 0.000000, 0.000000, 1.000000 ; source poly num = 12
LOD_12 LABEL WORD
nolights12 label word
Node 182 works without a problem. The light is off during the daytime, but the visual distance is somewhere near 9000-10000m.
Node 183 has an individual refDistance check applied to it. This one refuses to show during day OR night.
This code was exported using the 2004 MakeMDL and cleaned up.
Both compile without error in BGLC_9 to create the MDL.
I have also tried a variation where it checked for 028ch for the whole group first and this works. But, once I go in and put an individual refDistance on a light, it quits showing.
Any thoughts?
Thanx in advance
Sean E.
