- Timestamp:
- 10/22/04 21:26:45 (9 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/examples/osgparticle/osgparticle.cpp
r1949 r3516 51 51 // or it's absolute; in the first case, we must transform the vectors 52 52 // from local to world space. 53 if (prg->getReferenceFrame() == osgParticle::Program::RELATIVE _TO_PARENTS) {53 if (prg->getReferenceFrame() == osgParticle::Program::RELATIVE) { 54 54 // transform the center point (full transformation) 55 55 xf_center_ = prg->transformLocalToWorld(center_);
