Changeset 3935
- Timestamp:
- 11/18/09 14:45:01 (4 years ago)
- File:
-
- 1 edited
-
neercs/trunk/src/wm.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
neercs/trunk/src/wm.c
r3934 r3935 422 422 } 423 423 424 #if defined HAVE_CACA_TRIANGLE_TEXTURING 424 425 425 static float 426 426 get_direction(float p1x, float p1y, float p2x, float p2y, float p3x, float p3y) … … 434 434 return (d1x * d2y) - (d1y * d2x); 435 435 } 436 #endif 436 437 437 438 438 /* 3D Cube. Yeah I know, it's a mess. Just look anywhere else. */
Note: See TracChangeset
for help on using the changeset viewer.
