with libgs and libvux there is now excuse why people are aren't doing much on ps2.
I created this sample to show how reflection is done on the cars in Gran Turismo 1,2,... this example use Libgs and Libvux included in the ps2sdk. it should compile with no problem, you might only need to update your ps2sdk files. note: this is a 15,000 poly mesh rendering twice mostly useing the main cpu. performance can be increased by changing funtion that start with 'Vux....();' to 'Vu0...();' to use VU0 in macro mode to do 3d calculations.
I could only find Vu0ResetMatrix(), Vu0TransMatrixXYZ() and Vu0ScaleMatrixXYZ() in my libvux.h (fresh from svn trunk) to use as replacements and after doing so I could not notice any performance increase.
Am I missing something or just expecting too much?
Thanks again for the great demo, really appreciated! Looks awesome!