Sprout/sprout/darkroom.hpp

20 lines
651 B
C++
Raw Normal View History

2011-11-26 06:20:35 +00:00
#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>
#include <sprout/darkroom/textures.hpp>
2011-11-26 06:20:35 +00:00
#endif // #ifndef SPROUT_DARKROOM_HPP