Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2008-12-18 20:38:21 +0300
committerTon Roosendaal <ton@blender.org>2008-12-18 20:38:21 +0300
commitc7f6f25a9d20464fe58b2b3b7e1de3300369d085 (patch)
treefdea0563369d99ce6ee96637ded723a41f4ef07b /source/blender/makesdna
parente8e903cd534e8c644dd8e2ceeadab0236fa94f00 (diff)
2.5
Drawing and viewing code for view3d back (no not objects :). Quick test: converted 2250 ugly lines of code in 2.5 hours. With about 300k lines todo, this will be 333 hours = 30 days? Whoa!
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_view3d_types.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/blender/makesdna/DNA_view3d_types.h b/source/blender/makesdna/DNA_view3d_types.h
index d281c1e5213..d28a74a9f5c 100644
--- a/source/blender/makesdna/DNA_view3d_types.h
+++ b/source/blender/makesdna/DNA_view3d_types.h
@@ -78,14 +78,12 @@ typedef struct View3D {
short blockhandler[8];
+ float winmat[4][4];
float viewmat[4][4];
float viewinv[4][4];
float persmat[4][4];
float persinv[4][4];
- float winmat1[4][4]; // persp(1) storage, for swap matrices
- float viewmat1[4][4];
-
float viewquat[4], dist, zfac; /* zfac is initgrabz() result */
int lay_used; /* used while drawing */