#include <builderVertex.h>
Inheritance diagram for BuilderVertex:
Public Types | |
typedef BuilderAttrib | Attrib |
Public Member Functions | |
BuilderVertex () | |
BuilderVertex (const BuilderV &c) | |
INLINE void | set_coord_value (const BuilderV *array, ushort index) |
INLINE void | set_normal_value (const BuilderN *array, ushort index) |
INLINE void | set_texcoord_value (const BuilderTC *array, ushort index) |
INLINE void | set_color_value (const BuilderC *array, ushort index) |
INLINE BuilderV | get_coord_value (const BuilderBucket &bucket) const |
INLINE BuilderN | get_normal_value (const BuilderBucket &bucket) const |
INLINE BuilderTC | get_texcoord_value (const BuilderBucket &bucket) const |
INLINE BuilderC | get_color_value (const BuilderBucket &bucket) const |
|
Definition at line 75 of file builderVertex.h. |
|
Definition at line 77 of file builderVertex.h. |
|
Definition at line 78 of file builderVertex.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|