![]() |
Stellarium 0.12.4
|
3D vertex with position and a texture coordinate. More...
#include <StelSphereGeometry.hpp>
Public Member Functions | |
TexturedVertex (const Vec3f &position, const Vec2f &texCoord) | |
TexturedVertex (const Vec3d &pos, const Vec2f &texCoord) | |
Public Attributes | |
Vec3f | position |
Vec2f | texCoord |
3D vertex with position and a texture coordinate.
Definition at line 258 of file StelSphereGeometry.hpp.