Changeset 3935 for neercs/trunk
- Timestamp:
- Nov 18, 2009, 2:45:01 PM (11 years ago)
- File:
-
- 1 edited
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.