开发者

vector / matrix library for OpenGL ES 2.x app

开发者 https://www.devze.com 2023-01-24 02:36 出处:网络
I\'m looking for a free 3D vector / matrix library that handles canonical operations ala the OpenGL specification and GLU (dot,开发者_如何转开发 cross, rotations, translations, inversions, look at, et

I'm looking for a free 3D vector / matrix library that handles canonical operations ala the OpenGL specification and GLU (dot,开发者_如何转开发 cross, rotations, translations, inversions, look at, etc). This will be used with ES 2.x+ apps. GLU and GLUT are not available.

Platform is iphone OS 4.1 sdk.

Seems like a waste of time to write one of these from scratch but will if necessary.

Thanks.


you can get the source to GLU and port it yourself. it's really just a matter of changing double to float and including it in your project.

0

精彩评论

暂无评论...
验证码 换一张
取 消