#include <stdlib.h>#include <stdio.h>#include "OSGConfig.h"Go to the source code of this file.
Namespaces | |
| namespace | osg |
Functions | |
| float | osg::glShortToFloat (GLshort b) |
| GLshort | osg::glFloatToShort (float f) |
| Vec3f | osg::glShortVecToFloatVec (const Vec3s &v) |
| Vec3s | osg::glFloatVecToShortVec (const Vec3f &v) |
| float | osg::glByteToFloat (GLbyte b) |
| GLbyte | osg::glFloatToByte (float f) |
| Vec3f | osg::glByteVecToFloatVec (const Vec3b &v) |
| Vec3b | osg::glFloatVecToByteVec (const Vec3f &v) |
1.4.3