diff Renderer/Engine/viewer.h @ 1035:ff0e6d00c060

bledenr script
author tkaito
date Mon, 29 Nov 2010 18:27:06 +0900
parents 431936c0cc96
children
line wrap: on
line diff
--- a/Renderer/Engine/viewer.h	Fri Nov 26 04:35:34 2010 +0900
+++ b/Renderer/Engine/viewer.h	Mon Nov 29 18:27:06 2010 +0900
@@ -16,6 +16,27 @@
 
 class Application;
 
+typedef struct sg_pp {
+  //13088
+    float *coord_xyz; // (361*3) * 4
+    float *coord_tex;
+    float *normal; 
+
+  //8 * 16 
+    float *matrix; // 4 * 16
+    float *real_matrix; // 4 * 12
+    uint32 pixels; // addr
+
+    int sg_size; // 4
+    int width; // 4
+    int height; // 4
+    int scale_max; // 4
+
+    int length; // 4
+    int start;  // 4
+
+} SceneGraph2PolygonPack ;
+
 typedef struct rendering_data {
     PolygonPack *ppack;
     SpanPackPtr spackList;