ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
VU_FCVECTOR Struct Reference

#include <libvux.h>

Data Fields

float r
 
float g
 
float b
 
float a
 

Detailed Description

float version of color vector(128)

Definition at line 87 of file libvux.h.

Field Documentation

◆ a

float VU_FCVECTOR::a

Definition at line 92 of file libvux.h.

Referenced by VuSetAmbientLight().

◆ b

float VU_FCVECTOR::b

Definition at line 91 of file libvux.h.

Referenced by VuSetAmbientLight(), and VuxLightNormal().

◆ g

float VU_FCVECTOR::g

Definition at line 90 of file libvux.h.

Referenced by VuSetAmbientLight(), and VuxLightNormal().

◆ r

float VU_FCVECTOR::r

Definition at line 89 of file libvux.h.

Referenced by VuSetAmbientLight(), and VuxLightNormal().


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