Changed the ReferenceFrame enums to be RELEATIVE and ABSOLUTE, and
deprecated the RELATIVE_TO_ABSOLUTE and RELATIVE_TO_PARENTS.
This commit is contained in:
@@ -39,8 +39,13 @@ namespace osgParticle
|
||||
public:
|
||||
|
||||
enum ReferenceFrame {
|
||||
RELATIVE_TO_PARENTS,
|
||||
RELATIVE_TO_ABSOLUTE
|
||||
RELATIVE,
|
||||
ABSOLUTE
|
||||
#ifdef USE_DEPRECATED_API
|
||||
,
|
||||
RELATIVE_TO_PARENTS=RELATIVE,
|
||||
RELATIVE_TO_ABSOLUTE=ABSOLUTE,
|
||||
#endif
|
||||
};
|
||||
|
||||
ParticleProcessor();
|
||||
|
||||
Reference in New Issue
Block a user