aboutsummaryrefslogtreecommitdiff
path: root/dep/g3dlite/include/G3D/Ray.h
diff options
context:
space:
mode:
Diffstat (limited to 'dep/g3dlite/include/G3D/Ray.h')
-rw-r--r--dep/g3dlite/include/G3D/Ray.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/g3dlite/include/G3D/Ray.h b/dep/g3dlite/include/G3D/Ray.h
index 1ca77c242d2..79afc7616ea 100644
--- a/dep/g3dlite/include/G3D/Ray.h
+++ b/dep/g3dlite/include/G3D/Ray.h
@@ -36,7 +36,7 @@ private:
/** The following are for the "ray slope" optimization from
"Fast Ray / Axis-Aligned Bounding Box Overlap Tests using Ray Slopes"
- by Martin Eisemann, Thorsten Grosch, Stefan Mller and Marcus Magnor
+ by Martin Eisemann, Thorsten Grosch, Stefan Müller and Marcus Magnor
Computer Graphics Lab, TU Braunschweig, Germany and
University of Koblenz-Landau, Germany */
enum Classification {MMM, MMP, MPM, MPP, PMM, PMP, PPM, PPP, POO, MOO, OPO, OMO, OOP, OOM, OMM, OMP, OPM, OPP, MOM, MOP, POM, POP, MMO, MPO, PMO, PPO};