medfall

A super great game engine
Log | Files | Refs

commit 5fa078bf0b01af35c117546dd9139ec372d1cb16
parent 97e9c80741e4dfadb706e0c0b8572236dfb7d9eb
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Thu Aug  3 13:54:30 -0700

Note to self

Diffstat:
immediate.cc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/immediate.cc b/immediate.cc @@ -123,6 +123,7 @@ static m3 about_with_sin_cos( v3 axis, float s, float c ) { } static m3 rotation_between( v3 from, v3 to ) { + // TODO: http://www.iquilezles.org/www/articles/noacos/noacos.htm if( from == to ) return m3_identity(); if( from == -to ) return -m3_identity();