In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
127 bytes added ,  16:46, 28 August 2009
m
→‎Note on Projection Matrices: just turn on warnings to catch type mismatches...
Line 126: Line 126:  
void guOrtho(Mtx44 mt,f32 t,f32 b,f32 l,f32 r,f32 n,f32 f);
 
void guOrtho(Mtx44 mt,f32 t,f32 b,f32 l,f32 r,f32 n,f32 f);
 
</source>
 
</source>
 +
One way to catch such errors is to enable more warnings in gcc like:
 +
<source lang="bash">gcc -Wall -pedantic -std=c99</source>
    
== GX Tips ==
 
== GX Tips ==
9

edits

Navigation menu