SUN LIGHT
The output options become visible when a SUN-LIGHT is selected.
Select the variables you want to output and click on the Print Light Hotspots
button.
Output Options
- comment object-name and type
- hotspot to output as krpano hotspot xml
- name the object name
- basic-settings can be defined in the add-on preferences
- style user input
- mode light mode (SUN, POINT, SPOT)
- location ath/atv
- intensity
- color
- castshadow
Output Examples
- pca.txt
- pca.JSON
<!-- Name=Sun | Type=LIGHT -->
name="Sun"
type="threejslight" keep="true"
style="sunlight"
mode="sun"
ath="200.1" atv="-51.07"
intensity="0.5"
color="0xFFFEC6"
castshadow="true"
If the hotspot
checkbox is activated, the output is formatted as krpano-hotspot xml:
<!-- Name=Sun | Type=LIGHT -->
<hotspot name="Sun"
style="sunlight"
ath="200.1" atv="-51.07"
/>
[
{
"name": "Sun",
"style": "sunlight",
"mode": "sun",
"position": [
200.1,
-51.07
],
"intensity": 0.5,
"color": "0xFFFEC6",
"castshadow": true
}
]