mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
darkroom/objects/aa_plane.hpp 追加
darkroom/tracers/raytracer.hpp で、uv座標への変換で上下が反転していた問題を修正。
This commit is contained in:
parent
034bd6f7e4
commit
c86fa430c1
4 changed files with 214 additions and 2 deletions
|
@ -56,7 +56,7 @@ namespace sprout {
|
|||
sprout::darkroom::coords::scale(sprout::darkroom::rays::direction(ray), dist)
|
||||
);
|
||||
}
|
||||
} // namespace ray
|
||||
} // namespace rays
|
||||
} // namespace darkroom
|
||||
} // namespace sprout
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue