PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
vux.h
1/*
2# _____ ___ ____ ___ ____
3# ____| | ____| | | |____|
4# | ___| |____ ___| ____| | \ PS2DEV Open Source Project.
5#-----------------------------------------------------------------------
6# (c) 2009 Lion
7# Licenced under Academic Free License version 2.0
8# Review ps2sdk README & LICENSE files for further details.
9*/
10
11#include <libvux.h>
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32extern float vu_projection;
33extern int vu_projection_type; //0=vu_projection , 1=VuPrjectionMatrix
34extern unsigned short vu_offset_x;
35extern unsigned short vu_offset_y;
36extern VU_FCVECTOR vu_light_ambient;
37extern float vu_fog_near;
38extern float vu_fog_far;
39extern float vu_near_plane_w;
40extern float vu_near_plane_h;
41
42