ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
vux.h File Reference
#include <libvux.h>
+ Include dependency graph for vux.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

float vu_projection
 
int vu_projection_type
 
unsigned short vu_offset_x
 
unsigned short vu_offset_y
 
VU_FCVECTOR vu_light_ambient
 
float vu_fog_near
 
float vu_fog_far
 
float vu_near_plane_w
 
float vu_near_plane_h
 

Variable Documentation

◆ vu_fog_far

float vu_fog_far
extern

Definition at line 59 of file vux.c.

◆ vu_fog_near

float vu_fog_near
extern

Definition at line 58 of file vux.c.

◆ vu_light_ambient

VU_FCVECTOR vu_light_ambient
extern

Definition at line 57 of file vux.c.

Referenced by VuSetAmbientLight(), and VuxLightNormal().

◆ vu_near_plane_h

float vu_near_plane_h
extern

Definition at line 61 of file vux.c.

Referenced by VuSetProjectionNearPlaneWH(), VuxPers(), VuxPers3(), and VuxPersClip3().

◆ vu_near_plane_w

float vu_near_plane_w
extern

Definition at line 60 of file vux.c.

Referenced by VuSetProjectionNearPlaneWH(), VuxPers(), VuxPers3(), and VuxPersClip3().

◆ vu_offset_x

unsigned short vu_offset_x
extern

Definition at line 55 of file vux.c.

Referenced by VuSetGeometryXYOffset(), VuxPers(), VuxPers3(), and VuxPersClip3().

◆ vu_offset_y

unsigned short vu_offset_y
extern

Definition at line 56 of file vux.c.

Referenced by VuSetGeometryXYOffset(), VuxPers(), VuxPers3(), and VuxPersClip3().

◆ vu_projection

float vu_projection
extern

Definition at line 53 of file vux.c.

Referenced by VuSetProjection(), VuxPers(), VuxPers3(), and VuxPersClip3().

◆ vu_projection_type

int vu_projection_type
extern