repo.or.cz
/
kurok.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
git-svn-id: http://bladebattles.com/kurok/SVN@11 20cd92bb-ff49-0410-b73e-96a06e42c3b9
[kurok.git]
/
psp
/
video_hardware_vertexlights.h
blob
6139bbdbe9ab711bfc064bd8f8e76fa4a0d8bb12
1
extern
byte anorm_pitch
[
162
];
2
3
extern
byte anorm_yaw
[
162
];
4
5
extern
byte vlighttable
[
256
][
256
];
6
7
float
VLight_LerpLight
(
int
index1
,
int
index2
,
float
ilerp
,
float
apitch
,
float
ayaw
);