does anyone have java snippet of creating projection matrix

Started by madeinsoviets, February 22, 2011, 12:59:49

Previous topic - Next topic

madeinsoviets

Guys, does anyone have java snippet of creating projection matrix without using glu? Or maybe someone can suggest me some good java math library?


ryanm

You might want to wait for more than 1 hour and twenty minutes, especially at 5 in the morning, before assuming no-one can help you.

Here is a version of Android's GLU class that allows you to retrieve the projection matrix that results from a call to gluPerspective - just give it a float[16] as the final argument.