osg::Vec2 Vec3 Vec4

osg::Vec2可以用于保存2D纹理坐标。
osg::Vec3是一个三维浮点数数组。
osg::Vec4用于保存颜色数据。

原文地址:https://www.cnblogs.com/huahai/p/7270934.html