KallistiOS  2.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
pvr_vertex_pcm_t Struct Reference

PVR vertex type: Non-textured, packed color, affected by modifier volume. More...

#include <dc/pvr.h>

Data Fields

uint32 flags
 TA command (vertex flags)
float x
 X coordinate.
float y
 Y coordinate.
float z
 Z coordinate.
uint32 argb0
 Vertex color (outside volume)
uint32 argb1
 Vertex color (inside volume)
uint32 d1
 Dummy value.
uint32 d2
 Dummy value.

Detailed Description

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.


Field Documentation

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.


The documentation for this struct was generated from the following file: