Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://astro.uni-altai.ru/~aw/stellarium/api/structVertexP3T2.html
Дата изменения: Unknown Дата индексирования: Fri Feb 28 07:26:26 2014 Кодировка: Поисковые слова: earth orbit |
Stellarium 0.12.3
|
Vertex with a 3D position and a 2D texture coordinate. More...
#include <GenericVertexTypes.hpp>
Public Member Functions | |
VertexP3T2 (const Vec3f &position, const Vec2f texCoord) | |
Construct from a 3D position and 2D texture coordinate. More... | |
VertexP3T2 (const Vec2f pos, const Vec2f texCoord) | |
Construct from a 2D position, setting the z coord to 0, and 2D texture coordinate. More... | |
VERTEX_ATTRIBUTES (Vec3f Position, Vec2f TexCoord) | |
Public Attributes | |
Vec3f | position |
Vec2f | texCoord |
Vertex with a 3D position and a 2D texture coordinate.
Definition at line 40 of file GenericVertexTypes.hpp.
Construct from a 3D position and 2D texture coordinate.
Definition at line 46 of file GenericVertexTypes.hpp.
Construct from a 2D position, setting the z coord to 0, and 2D texture coordinate.
Definition at line 50 of file GenericVertexTypes.hpp.