Changeset 3935


Ignore:
Timestamp:
11/18/09 14:45:01 (4 years ago)
Author:
jylam
Message:
  • Compile normal computation again without D_HAVE_TEXTURED_TRIANGLE
File:
1 edited

Legend:

Unmodified
Added
Removed
  • neercs/trunk/src/wm.c

    r3934 r3935  
    422422} 
    423423 
    424 #if defined HAVE_CACA_TRIANGLE_TEXTURING 
     424 
    425425static float 
    426426get_direction(float p1x, float p1y, float p2x, float p2y, float p3x, float p3y) 
     
    434434    return (d1x * d2y) - (d1y * d2x); 
    435435} 
    436 #endif 
     436 
    437437 
    438438/* 3D Cube. Yeah I know, it's a mess. Just look anywhere else. */ 
Note: See TracChangeset for help on using the changeset viewer.