Public Member Functions | Public Attributes
OVR::Render::Vertex Struct Reference

#include <Render_Device.h>

List of all members.

Public Member Functions

bool operator== (const Vertex &b) const
 Vertex (const Vector3f &p, const Color &c=Color(64, 0, 0, 255), float u=0, float v=0, Vector3f n=Vector3f(1, 0, 0))
 Vertex (float x, float y, float z, const Color &c=Color(64, 0, 0, 255), float u=0, float v=0)
 Vertex (const Vector3f &p, const Color &c, float u, float v, float u2, float v2, Vector3f n)

Public Attributes

Color C
Vector3f Norm
Vector3f Pos
float U
float U2
float V
float V2

Detailed Description

Definition at line 392 of file Render_Device.h.


Constructor & Destructor Documentation

OVR::Render::Vertex::Vertex ( const Vector3f p,
const Color c = Color(64,0,0,255),
float  u = 0,
float  v = 0,
Vector3f  n = Vector3f(1,0,0) 
) [inline]

Definition at line 400 of file Render_Device.h.

OVR::Render::Vertex::Vertex ( float  x,
float  y,
float  z,
const Color c = Color(64,0,0,255),
float  u = 0,
float  v = 0 
) [inline]

Definition at line 403 of file Render_Device.h.

OVR::Render::Vertex::Vertex ( const Vector3f p,
const Color c,
float  u,
float  v,
float  u2,
float  v2,
Vector3f  n 
) [inline]

Definition at line 407 of file Render_Device.h.


Member Function Documentation

bool OVR::Render::Vertex::operator== ( const Vertex b) const [inline]

Definition at line 410 of file Render_Device.h.


Member Data Documentation

Definition at line 395 of file Render_Device.h.

Definition at line 398 of file Render_Device.h.

Definition at line 394 of file Render_Device.h.

Definition at line 396 of file Render_Device.h.

Definition at line 397 of file Render_Device.h.

Definition at line 396 of file Render_Device.h.

Definition at line 397 of file Render_Device.h.


The documentation for this struct was generated from the following file:


oculus_sdk
Author(s):
autogenerated on Mon Oct 6 2014 03:01:21