#include <SVertex3d.h>
Public Member Functions | |
SVertex3d () | |
SVertex3d (const SVertex3d ©) | |
Public Attributes | |
struct { | |
void | set (float a, float b, float c) |
float x | |
float y | |
float z | |
} | pos |
struct { | |
void | set (float a, float b) |
float u | |
float v | |
} | uv |
struct { | |
void | set (float a, float b, float c) |
float x | |
float y | |
float z | |
} | normal |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|