mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
add is_from_inside property
This commit is contained in:
parent
014d339803
commit
8e3c426684
4 changed files with 64 additions and 22 deletions
|
@ -114,7 +114,7 @@ namespace sprout {
|
|||
//
|
||||
template<typename... Elements>
|
||||
inline SPROUT_CONSTEXPR sprout::tuples::tuple<Elements...>
|
||||
make_material_image(Elements const&... elems) {
|
||||
make_intersection(Elements const&... elems) {
|
||||
return sprout::tuples::make_tuple(elems...);
|
||||
}
|
||||
} // namespace intersects
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue