Hi,
Again, this is not an OSG-related question. You should really train your
C++ skills before moving on to advanced topics.
Hi,What is the equivalent function for std::max in osg 3.4.0
deltaMax = std::max(deltaMax, delta);
showing error not a member of std.
Without context (compiler, code, version ) it is impossible to help you.
std::max is defined in <algorithm>, so chances a missing include cuases
the error are high. You could have gotten this information by using a
search machine of your choice btw.
This hive-mind is supposed to help with more OSG-related stuff... so
please try harder to solve the C++/programming problems before asking
them here.
Cheers
Sebastian
...
Thank you!
Cheers,
Rambabu
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=69489#69489
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org