Camera/View Values
The output options become visible when a CAMERA is selected.
Select the variables you want to output and click on the Print
button.
Output Options
- comment object-name and type
- hlookat
- vlookat
- fov
- tx ty tz
- ox oy oz
- origin
Output Examples
- pca.txt
- pca.JSON
<!-- Name=Camera | Type=CAMERA -->
hlookat="-11.13"
vlookat="85.84"
fov="39.6"
tx="-5066.72" ty="-143.86" tz="1483.76"
ox="-5066.72" oy="-143.86" oz="1483.76"
origin="50.67, 1.44, -14.84"
[
{
"name": "Camera",
"scene": "scene_Camera",
"hlookat": -11.13,
"vlookat": 85.84,
"fov": 39.6,
"location": [
-5066.72,
-143.86,
1483.76
],
"origin": [
50.67,
1.44,
-14.84
]
}
]