EastsidePreparatorySchool / FusorComputationalModeling

Eastside Prep Fusor project electrostatic field modeling and deuteron simulation
2 stars 3 forks source link

Check if ray intersects circumsphere of block before finding the minimum distance #38

Open jacksonfellows opened 6 years ago

jacksonfellows commented 6 years ago

Right now, it takes more than three hundred million ray-triangle intersection checks to move the 50 blocks that make up the igloo together. This seems excessive, and makes the program take a while to load. Hopefully, doing this check will avoid unneeded comparisons.