POINT LIGHT
The output options become visible when a POINT-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
- distance
- intensity
- color
- castshadow
Output Examples
- pca.txt
- pca.JSON
<!-- Name=Point | Type=LIGHT -->
name="Point"
type="threejslight" keep="true"
style="pointlight"
mode="point"
tx="-446.4" ty="-902.59" tz="740.89"
distance="4000.0"
intensity="1.0"
color="0xFFFFFF"
castshadow="true"
If the hotspot
checkbox is activated, the output is formatted as krpano-hotspot xml:
<!-- Name=Point | Type=LIGHT -->
<hotspot name="Point"
style="pointlight"
tx="-446.4" ty="-902.59" tz="740.89"
intensity="1.0"
color="0xFFFFFF"
/>
[
{
"name": "Point",
"style": "pointlight",
"mode": "point",
"location": [
-446.4,
-902.59,
740.89
],
"distance": 4000.0,
"intensity": 1.0,
"color": "0xFFFFFF",
"castshadow": true
}
]