Hi,I got the answer for my question.In the compass node creation sample code 
two errors are there.

First one: replace Compass(); with 
compass(void)
{
} 
second one: Replace virtual ~Compass() with 
Compass::~Compass(void)
{
}

... 

Thank you!

Cheers,
Rambabu

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=69395#69395





_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to