- Messages
- 38
- Country
-
Question using ModelConverterX recently it converted my X-Plane.obj which had lights into a .gltf OBJECT just fine. but looking at the code and the lights they appear not to offer a STAR or maybe are just CONE lights?
Can anyone recommend a change to this light type to get Bridge Lighting?
"extensions": {
"ASOBO_macro_light": {
"color": [
1.0,
1.0,
1.0
],
"intensity": 150,
"cone_angle": 360.0,
"has_simmetry": true,
"flash_frequency": 0.0,
"flash_duration": 0.0,
"flash_phase": 0.0,
"rotation_speed": 0.0,
"day_night_cycle": true
}
}
},
I want to achieve a light type like image on XPLANE had?
Can anyone recommend a change to this light type to get Bridge Lighting?
"extensions": {
"ASOBO_macro_light": {
"color": [
1.0,
1.0,
1.0
],
"intensity": 150,
"cone_angle": 360.0,
"has_simmetry": true,
"flash_frequency": 0.0,
"flash_duration": 0.0,
"flash_phase": 0.0,
"rotation_speed": 0.0,
"day_night_cycle": true
}
}
},
I want to achieve a light type like image on XPLANE had?