one quick question - automatic mapping ala reflection

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
User avatar
outtony
Posts: 26
Joined: Thu Oct 13, 2005 2:46 am
Location: Slovakia
Contact:

one quick question - automatic mapping ala reflection

Post by outtony »

automatic mapping ala reflection
EYE_LINEAR or OBJECT_LINEAR
is it possible?

i cant find it in .H files

thanks
-----------------------------
Tony

www.n3.sk
User avatar
outtony
Posts: 26
Joined: Thu Oct 13, 2005 2:46 am
Location: Slovakia
Contact:

envmap

Post by outtony »

ok, found example envmap.c

sceGuTexMapMode(
GU_ENVIRONMENT_MAP, // envmap mode on
2, // use 2nd light position as an envmap matrix 1st column
3 // use 3rd light position as an envmap matrix 2nd column
);
-----------------------------
Tony

www.n3.sk
Post Reply