7 Commits

Author SHA1 Message Date
neuromancer d782923a3d MATH: added const qualifier to AABB collision function 2024-05-06 22:57:08 +02:00
neuromancer 2c67f90d4b MATH: added distance function from point to AABB 2024-05-06 22:57:08 +02:00
neuromancer 0589fe0912 MATH: added generic collision code for AABB class 2023-05-06 14:03:04 +02:00
Paweł Kołodziejski 20cb0ae228 ALL: Cleanup ResidualVM -> ScummVM 2021-12-26 21:19:38 +01:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Pawel Kolodziejski 5fed6150a0 JANITORIAL: formatting headers 2014-07-08 23:10:17 +02:00
Joni Vähämäki b5cdd1240f EMI: Only draw models for actors inside the view frustum.
This adds math classes for doing frustum culling in software. These could be used for optimizing performance in many other places as well. For example, if an actor is outside the view frustum, it may not be necessary to do expensive keyframe animation and vertex skinning calculations for that actor.
2014-06-16 15:42:18 +03:00