GLFX::Scene::DefaultVertex Struct Reference

#include <glfxscene.h>

List of all members.

Public Types

typedef VertexFormat< VC_VERTEX_3F,
VC_NORMAL_3F, VC_TEXTURE0_2F
Format

Public Attributes

Vec3 position
Vec3 normal
Vec2 texture


Member Typedef Documentation

typedef VertexFormat<VC_VERTEX_3F, VC_NORMAL_3F, VC_TEXTURE0_2F> GLFX::Scene::DefaultVertex::Format

Vertex format definition.


Member Data Documentation

Vec3 GLFX::Scene::DefaultVertex::position

Vertex position.

Vec3 GLFX::Scene::DefaultVertex::normal

Vertex normal.

Vec2 GLFX::Scene::DefaultVertex::texture

Vertex texture coordinate.


The documentation for this struct was generated from the following file:
SourceForge.net Logo