diff --git a/include/osgText/Text b/include/osgText/Text index ecd4eea7e..e657401be 100644 --- a/include/osgText/Text +++ b/include/osgText/Text @@ -169,8 +169,11 @@ public: enum AxisAlignment { XY_PLANE, + REVERSED_XY_PLANE, XZ_PLANE, + REVERSED_XZ_PLANE, YZ_PLANE, + REVERSED_YZ_PLANE, SCREEN };