mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
[desuructive changes] container traits new interface [破壊的変更]
This commit is contained in:
parent
52a2178ac1
commit
ad60c8c530
356 changed files with 3183 additions and 3251 deletions
|
@ -47,7 +47,7 @@ namespace sprout {
|
|||
camera,
|
||||
objs,
|
||||
lights,
|
||||
sprout::tuples::remake_clone<Ray>(
|
||||
sprout::tuples::remake<Ray>(
|
||||
ray,
|
||||
sprout::darkroom::coords::add(
|
||||
sprout::darkroom::intersects::point_of_intersection(inter),
|
||||
|
@ -106,7 +106,7 @@ namespace sprout {
|
|||
sprout::darkroom::intersects::normal(inter)
|
||||
)
|
||||
)
|
||||
: sprout::tuples::make_clone<Color>(0, 0, 0)
|
||||
: sprout::tuples::make<Color>(0, 0, 0)
|
||||
;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue