Skip to content

Commit

Permalink
fix test scenes
Browse files Browse the repository at this point in the history
  • Loading branch information
FROL256 committed Aug 7, 2019
1 parent e42f753 commit 09225c1
Show file tree
Hide file tree
Showing 16 changed files with 22 additions and 808 deletions.
7 changes: 3 additions & 4 deletions hydra_app/input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,17 @@ Input::Input()

//noWindow = false; ///< run 'console_main', else run 'window_main'
inLibraryPath = "tests/test_42"; ///< cornell box with teapot
//inLibraryPath = "/home/frol/temp3/shadow_bug/01_0";
//inLibraryPath = "/home/frol/PROG/HydraRepos/HydraAPI-tests/tests_f/test_162";
//inLibraryPath = "tests/test_42_with_mirror";
//inLibraryPath = "tests/test_223_small"; ///< cornell box with sphere
//inLibraryPath = "tests/test_224";
//inLibraryPath = "tests/test_224_sphere";
//inLibraryPath = "tests/test_224_sphere_microfacet";
//inLibraryPath = "tests/test_pool";
//inLibraryPath = "/home/frol/PROG/CLSP_gitlab/database/temp";

inDevelopment = false; ///< recompile shaders each time; note that nvidia have their own shader cache!
inDevelopment = true; ///< recompile shaders each time; note that nvidia have their own shader cache!
inDeviceId = 0; ///< opencl device id
cpuFB = false; ///< store frame buffer on CPU. Automaticly enabled if
cpuFB = true; ///< store frame buffer on CPU. Automaticly enabled if
enableMLT = false; ///< if use MMLT, you MUST enable it early, when render process just started (here or via command line).
boxMode = false; ///< special 'in the box' mode when render don't react to any commands

Expand Down
171 changes: 0 additions & 171 deletions hydra_app/tests/test_223_small/change_00000.xml

This file was deleted.

8 changes: 0 additions & 8 deletions hydra_app/tests/test_223_small/statex_00000.xml

This file was deleted.

4 changes: 2 additions & 2 deletions hydra_app/tests/test_223_small/statex_00001.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
</material>
<material id="10" name="my_area_light_material" type="hydra_material" light_id="0" visible="1">
<emission>
<color val="100 100 100" />
<color val="314 314 314" />
</emission>
</material>
</materials_lib>
Expand All @@ -80,7 +80,7 @@
<size half_length="0.25" half_width="0.5" />
<intensity>
<color val="1 1 1" />
<multiplier val="100.0" />
<multiplier val="314.0" />
</intensity>
</light>
</lights_lib>
Expand Down
171 changes: 0 additions & 171 deletions hydra_app/tests/test_224/change_00000.xml

This file was deleted.

Loading

0 comments on commit 09225c1

Please sign in to comment.