Oh, the fix is an addition of a OB_NEG_SCALE flag in ob->transflag, which

is calculated in where_is_object.
Negative scale is found by a cross product of first 2 rows in matrix, and
comparing that (dot product) with third row.
This commit is contained in:
Ton Roosendaal 2004-05-29 16:22:07 +00:00
parent 6b51c684f1
commit dbfe3daec3
1 changed files with 0 additions and 1 deletions

View File

@ -293,7 +293,6 @@ extern Object workob;
#define BA_DISP_UPDATE 16
#define BA_DO_IPO 32
#define OB_GONNA_MOVE 32
#define BA_FROMSET 128
#define OB_DO_IMAT 256
#define OB_FROMDUPLI 512