mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add darkroom light_list, parallel_light, ambient_light
fix darkroom whitted_style
This commit is contained in:
parent
6b1efc8a15
commit
dc1e85923b
7 changed files with 285 additions and 33 deletions
|
@ -2,6 +2,9 @@
|
|||
#define SPROUT_DARKROOM_LIGHTS_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/darkroom/lights/light_list.hpp>
|
||||
#include <sprout/darkroom/lights/parallel_light.hpp>
|
||||
#include <sprout/darkroom/lights/point_light.hpp>
|
||||
#include <sprout/darkroom/lights/ambient_light.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_DARKROOM_LIGHTS_HPP
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue