KallistiOS
##version##
|
PVR vertex type: Non-textured, packed color, affected by modifier volume. More...
#include <dc/pvr.h>
Data Fields | |
uint32 | flags |
TA command (vertex flags) More... | |
float | x |
X coordinate. More... | |
float | y |
Y coordinate. More... | |
float | z |
Z coordinate. More... | |
uint32 | argb0 |
Vertex color (outside volume) More... | |
uint32 | argb1 |
Vertex color (inside volume) More... | |
uint32 | d1 |
Dummy value. More... | |
uint32 | d2 |
Dummy value. More... | |
PVR vertex type: Non-textured, packed color, affected by modifier volume.
This vertex type has two copies of colors. The second color is used when enclosed within a modifier volume.
uint32 pvr_vertex_pcm_t::argb0 |
Vertex color (outside volume)
uint32 pvr_vertex_pcm_t::argb1 |
Vertex color (inside volume)
uint32 pvr_vertex_pcm_t::d1 |
Dummy value.
uint32 pvr_vertex_pcm_t::d2 |
Dummy value.
uint32 pvr_vertex_pcm_t::flags |
TA command (vertex flags)
float pvr_vertex_pcm_t::x |
X coordinate.
float pvr_vertex_pcm_t::y |
Y coordinate.
float pvr_vertex_pcm_t::z |
Z coordinate.