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