Matrix support for core profiles?

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Matrix support for core profiles?

brownrigg
What are people who are programming to modern core profiles using for matrix support, in terms of constructing ModelView matrices, etc?  In the C++ realm, GLM seems to be one popular/reasonable solution.  In browsing through the Jogl javadoc, its not clear there's comparable functionality (please correct if wrong);  methods in FixedFunc seem intended for compatibility profiles;  FloatUtil perhaps?

Thanks,
Rick
Reply | Threaded
Open this post in threaded view
|

Re: Matrix support for core profiles?

gouessej
Administrator
Hi

Look at PMVMatrix.

JMonkeyEngine 3 has a shader based architecture with a JOGL renderer, I advise you to look at it.

Edit.: Maybe this might interest you too.
Julien Gouesse | Personal blog | Website