From Tree, addition of ; after MACRO_'s to help with Java port.

From Tree + Robert, Addition of LEFT_BASE_LINE,RIGHT_BASE_LINE,CENTER_BASE_LINE
Alignment options in Text.
This commit is contained in:
Robert Osfield
2003-04-27 10:58:39 +00:00
parent 9fb98c0107
commit c1b1a091fa
7 changed files with 49 additions and 17 deletions

View File

@@ -37,7 +37,7 @@ class SG_EXPORT AnimationPath : public virtual osg::Object
_timeControlPointMap(ap._timeControlPointMap),
_loopMode(ap._loopMode) {}
META_Object(osg,AnimationPath)
META_Object(osg,AnimationPath);
struct ControlPoint
{
@@ -162,7 +162,7 @@ class SG_EXPORT AnimationPathCallback : public NodeCallback
_animationTime(apc._animationTime) {}
META_Object(osg,AnimationPathCallback)
META_Object(osg,AnimationPathCallback);
AnimationPathCallback(AnimationPath* ap,double timeOffset=0.0f,double timeMultiplier=1.0f):
_animationPath(ap),