- Messages
- 180
- Country
Hi all
I'm trying to place some single lights over my gmax ground poly using the scasm light() command.
Unfortunately I have next to none experience with scasm and the online doc isn't really helping me out on why my single light doesn't show. neither can I finf an example file which shows the code for a single light placement...
So my question, is there any scasm guru around that could help me out on this and tell me what I am doing wrong in the code below?
Thx in advance
I'm trying to place some single lights over my gmax ground poly using the scasm light() command.
Unfortunately I have next to none experience with scasm and the online doc isn't really helping me out on why my single light doesn't show. neither can I finf an example file which shows the code for a single light placement...
So my question, is there any scasm guru around that could help me out on this and tell me what I am doing wrong in the code below?
Code:
Header( 1 51.32492 51.07492 2.99984 2.74984 )
LatRange( 51.07492 51.32492 )
ObjID( 1 2 3 4 )
LibObj(
PWR 0
SIZE 6
SCALE 0.500
TYPE 1024
NAME "Light Test" )
Light( m 4 0.00 0.00 0.00
20 0.00 0.00 DC 165 255 239
0.00 0.00 0.00 )
Return
EndObj
Thx in advance