i was searching the code but i was not able to find the part for the struct...
(possibly its not pspsdk stuff?)
so could anyone tell me what type it is?
is it "unsigned long" cause that would be 32-bit...?
thanks in advance
greets
lumo
"Good artists copy, great artists steal." Pablo Picasso go2lumo.com
Some of the samples have been changed to use the declarations in samples/gu/common/geometry.h to remove things that are really redundant for those samples, but the simple ones like cube still have the declaration inlined in the source-file. However, those structures are HIGHLY dependant on which vertexformat you pass to the render-functions, so I recommend you read the available documentation (generate using doxygen) on the subject.