You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
New primitive: Box of arbitrary size -> can be constructed by 6 planes, but would be beneficial to have this kind of setup in order to speed up traversal. Furthermore, setting up a box via planes is cumbersome if done every time a box is needed.
Describe a possible solution.
Create 6 planes which construct the box
call intersect for such a contsruct
Describe alternatives you've considered
Setting up 6 individual planes, which is error prone.
**Needed: **
box blazeRT primitive
box as embree primitive
testing for blazeRT box
testing for embree box
support in blazertscene
support in EmbreeScene
testing of scene functions
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
New primitive: Box of arbitrary size -> can be constructed by 6 planes, but would be beneficial to have this kind of setup in order to speed up traversal. Furthermore, setting up a box via planes is cumbersome if done every time a box is needed.
Describe a possible solution.
Describe alternatives you've considered
Setting up 6 individual planes, which is error prone.
**Needed: **
box blazeRT primitive
box as embree primitive
testing for blazeRT box
testing for embree box
support in blazertscene
support in EmbreeScene
testing of scene functions
The text was updated successfully, but these errors were encountered: