From Tom Jolley, Added a new enum POINT_ROT_WORLD_Z_AXIS and a new section in computeMatrix for this enum.

With a small tweak from Robert Osfield to set _cacheMode.
This commit is contained in:
Robert Osfield
2004-10-28 13:26:06 +00:00
parent 013c963a6b
commit fd327f68f6
2 changed files with 30 additions and 0 deletions

View File

@@ -112,6 +112,7 @@ class SG_EXPORT Billboard : public Geode
AXIAL_ROT_X_AXIS=AXIAL_ROT+1,
AXIAL_ROT_Y_AXIS,
AXIAL_ROT_Z_AXIS,
POINT_ROT_WORLD_Z_AXIS,
CACHE_DIRTY
};