diff Renderer/Engine/polygon.h @ 748:b7376415fa5f

TaskManager changeset 683, Renderer changeset 746
author hiroki
date Mon, 25 Jan 2010 18:01:19 +0900
parents 735f76483bb2
children 649e4cb84683
line wrap: on
line diff
--- a/Renderer/Engine/polygon.h	Sun Dec 06 10:23:19 2009 +0900
+++ b/Renderer/Engine/polygon.h	Mon Jan 25 18:01:19 2010 +0900
@@ -21,6 +21,7 @@
     float angle[4];   // angle
     float c_xyz[4];   // center of rotation
     float matrix[16];
+    float real_matrix[16];
     float *anim;
     int texture_id; //texture id number
     struct texture_list texture_info;