mcvine / acc

Accelerated mcvine engine
0 stars 1 forks source link

Add CSG box geometry #82

Closed ckendrick closed 2 years ago

ckendrick commented 2 years ago

This implements a Box shape to be used in CSG shapes. The onBox methods were implemented in both the locate.py and arrow_intersect.py factory classes.

yxqd commented 2 years ago

Looks good!