Hi Robert and Jan, I have added this to the Math header:
#elif defined(__ANDROID__)
inline bool isNaN(float v) { return isnan(v); }
inline bool isNaN(double v) { return isnan(v); }
I am going to send a separate submission for the osc plugin to keep the
topic in this thread.
Cheers.
--
Jordi Torres Fabra
gvSIG 3D blog
http://gvsig3d.blogspot.com
Math
Description: Binary data
_______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
