Skip to content

Commit

Permalink
add: scene imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabolol committed May 6, 2024
1 parent fb40177 commit 13efa38
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/schema.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -244,4 +244,14 @@ scene = {
v_up = (0, 1, 0);
defocus_angle = 0.1
};
imports = (
{
id = "scene_one";
path = "path/to/scene_one.cfg"
};
{
id = "scene_two";
path = "path/to/scene_two.cfg"
};
)
};

0 comments on commit 13efa38

Please sign in to comment.