Skip to content

Commit

Permalink
[viewer] Adding example .opglv and .cam file
Browse files Browse the repository at this point in the history
  • Loading branch information
sherholz-intel committed Sep 18, 2024
1 parent 8b0e9e4 commit a447d4d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tools/openpgl-viewer/example/LivingRoom/LivingRoom.cam
Original file line number Diff line number Diff line change
@@ -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
}
}
5 changes: 5 additions & 0 deletions tools/openpgl-viewer/example/LivingRoom/LivingRoom.opglv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"camera": "./LivingRoom.cam",
"field" : "./LivingRoom.gfield",
"samples": "./LivingRoom-32.gsamples"
}

0 comments on commit a447d4d

Please sign in to comment.