diff --git a/tools/openpgl-viewer/example/LivingRoom/LivingRoom.cam b/tools/openpgl-viewer/example/LivingRoom/LivingRoom.cam new file mode 100755 index 0000000..f8bffc5 --- /dev/null +++ b/tools/openpgl-viewer/example/LivingRoom/LivingRoom.cam @@ -0,0 +1,9 @@ +{ + "camera": { + "up": [0.0119487, 0.99939, -0.0328285], + "origin": [789.533, 888.289, -2743.32], + "target": [789.191, 888.324, -2742.38], + "fov": 73.0, + "sensitivitySpatial": 500.0 + } +} diff --git a/tools/openpgl-viewer/example/LivingRoom/LivingRoom.opglv b/tools/openpgl-viewer/example/LivingRoom/LivingRoom.opglv new file mode 100644 index 0000000..356df5f --- /dev/null +++ b/tools/openpgl-viewer/example/LivingRoom/LivingRoom.opglv @@ -0,0 +1,5 @@ +{ + "camera": "./LivingRoom.cam", + "field" : "./LivingRoom.gfield", + "samples": "./LivingRoom-32.gsamples" +}