mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
sprout/darkroom/* 追加
This commit is contained in:
parent
1c898f8b93
commit
212e9ea652
27 changed files with 1692 additions and 4 deletions
18
sprout/darkroom.hpp
Normal file
18
sprout/darkroom.hpp
Normal file
|
@ -0,0 +1,18 @@
|
|||
#ifndef SPROUT_DARKROOM_HPP
|
||||
#define SPROUT_DARKROOM_HPP
|
||||
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/darkroom/access.hpp>
|
||||
#include <sprout/darkroom/colors.hpp>
|
||||
#include <sprout/darkroom/coords.hpp>
|
||||
#include <sprout/darkroom/rays.hpp>
|
||||
#include <sprout/darkroom/materials.hpp>
|
||||
#include <sprout/darkroom/intersects.hpp>
|
||||
#include <sprout/darkroom/objects.hpp>
|
||||
#include <sprout/darkroom/lights.hpp>
|
||||
#include <sprout/darkroom/cameras.hpp>
|
||||
#include <sprout/darkroom/renderers.hpp>
|
||||
#include <sprout/darkroom/tracers.hpp>
|
||||
#include <sprout/darkroom/pixels.hpp>
|
||||
|
||||
#endif // #ifndef SPROUT_DARKROOM_HPP
|
Loading…
Add table
Add a link
Reference in a new issue