Commit e9db2b9
fix: initialize cameraFov observer to match actual camera FOV in LOD streaming example (#8510)
The FOV slider defaulted to its minimum (10) because the cameraFov observer
value was never set, while the camera was created with fov: 75.
Made-with: Cursor
Co-authored-by: Martin Valigursky <mvaligursky@snapchat.com>1 parent f113dc1 commit e9db2b9
File tree
1 file changed
+1
-0
lines changed- examples/src/examples/gaussian-splatting
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
152 | 153 | | |
153 | 154 | | |
154 | 155 | | |
| |||
0 commit comments