Skip to content

Commit

Permalink
Make GUI panel transparent, add axis test
Browse files Browse the repository at this point in the history
  • Loading branch information
kvark committed Oct 23, 2023
1 parent 8f4845b commit 863fb2f
Show file tree
Hide file tree
Showing 4 changed files with 634 additions and 10 deletions.
8 changes: 4 additions & 4 deletions examples/scene/data/scene.ron
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
(
camera: (
position: (2.7, 1.6, 2.1),
orientation: (-0.04, 0.92, -0.05, -0.37),
position: (7.85955, -2.43252, 4.10049),
orientation: (0.438921, 0.290618, 0.458832, 0.715795),
fov_y: 1.0,
max_depth: 100.0,
speed: 1000.0,
speed: 3000.0,
),
average_luminocity: 0.3,
models: [
(
path: "monkey.gltf",
path: "uvtest.gltf",
),
],
)
Binary file added examples/scene/data/uvtest.bin
Binary file not shown.
Loading

0 comments on commit 863fb2f

Please sign in to comment.