#include <RenderTiny_Device.h>
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) | |
Public Attributes | |
Color | C |
Vector3f | Norm |
Vector3f | Pos |
float | U |
float | V |
Definition at line 350 of file RenderTiny_Device.h.
OVR::RenderTiny::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 357 of file RenderTiny_Device.h.
OVR::RenderTiny::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 361 of file RenderTiny_Device.h.
bool OVR::RenderTiny::Vertex::operator== | ( | const Vertex & | b | ) | const [inline] |
Definition at line 365 of file RenderTiny_Device.h.
Definition at line 353 of file RenderTiny_Device.h.
Definition at line 355 of file RenderTiny_Device.h.
Definition at line 352 of file RenderTiny_Device.h.
Definition at line 354 of file RenderTiny_Device.h.
Definition at line 354 of file RenderTiny_Device.h.