#include <Render_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) | |
| 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 |
Definition at line 392 of file Render_Device.h.
| 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.
| bool OVR::Render::Vertex::operator== | ( | const Vertex & | b | ) | const [inline] |
Definition at line 410 of file Render_Device.h.
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.
| float OVR::Render::Vertex::U |
Definition at line 396 of file Render_Device.h.
| float OVR::Render::Vertex::U2 |
Definition at line 397 of file Render_Device.h.
| float OVR::Render::Vertex::V |
Definition at line 396 of file Render_Device.h.
| float OVR::Render::Vertex::V2 |
Definition at line 397 of file Render_Device.h.