darkroom/objects/aa_plane.hpp 追加

darkroom/tracers/raytracer.hpp で、uv座標への変換で上下が反転していた問題を修正。
This commit is contained in:
bolero-MURAKAMI 2011-12-12 01:18:01 +09:00
parent 034bd6f7e4
commit c86fa430c1
4 changed files with 214 additions and 2 deletions

View file

@ -4,5 +4,6 @@
#include <sprout/config.hpp>
#include <sprout/darkroom/objects/intersect.hpp>
#include <sprout/darkroom/objects/sphere.hpp>
#include <sprout/darkroom/objects/aa_plane.hpp>
#endif // #ifndef SPROUT_DARKROOM_OBJECTS_HPP