Is there some free and easy to use 3D library for iOS (and Android) that simplifies Open GL ES framework. Just like there is cool WebGL library: ThreeJS for javascript.
So far I saw Unity but it’s not free and I would like something simplified.
My usage would be setting the scene, meshes, camera, rotating the camera etc…
I decided to go with Cocos3D because it has all the features I need and is similar to JS libraries. It is free and you don’t have to use any special engines with it.