Files
filament/libs
Mathias Agopian beb2f74bdc Better frustum/box intersection, make code more robust
- switched the frustum/box intersection code to double. With large 
scenes, we were getting very wrong intersection points (up to 1m off).
This doesn't seem to happen with doubles. 

- reject points that end-up outside the frustum

- made LiSPSM code more robust against the problem above. When points
were falsely placed behind the near plane (due to bad intersections),
we could end-up with NaN (sqrt of negative numbers).
2019-04-17 18:12:31 -07:00
..
2019-04-16 10:27:06 -07:00
2019-04-01 12:04:27 -07:00
2019-03-15 17:07:29 -07:00
2019-02-07 09:23:07 -08:00
2019-02-07 09:23:07 -08:00