Home > Mobile3D

Mobile3D

Mobile3D is a project mainly written in C++ and JAVA, it's free.

Mobile3D is an OpenGL ES toolkit. It wrap OpenGL ES API and provide frequently-used 3D effect control/widget. Its value is to "Ease embedded 3D Development".

Mobile3D is an OpenGL ES toolkit to ease embedded 3D development. Main features include:

  • Wrap OpenGL ES API
  • Provide frequently-used 3D effect control/widget

Mobile3D is open source based on GPL.

Mobile3D arch is as following:


| APP |

| Mobile3D |

| OpenGL ES API |

| Kernel |

| Hardware |

Mobile3D include: World, Camera, Mesh, Model, Image, Texture.

Mobile3D 1.0.1

  • Fix bugs
  • Port Mobile3D to android NDK
  • Add M3DQuad
  • Add demos for Android: androidgldemos, AndMii, photo3d

Mobile3D 1.0

  • Initial version.
  • Core modules include World, Camera, Mesh, Model, Model_am, Image, Texture.
  • Some demos: triangle, rectangle, texture, blending, caustics, model_am
Previous:Compress