obj model loader for android opengl es.
android-objdemo is hosted in the following web site
https://github.com/lithium/android-objdemo
If you think the Android project android-objdemo listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of android-objdemo.
Item | Value |
---|---|
Java File Count | 5 |
Activity Count | 1 |
Asset File Names | assets\textures\mat1_dice.jpg assets\textures\tex1_eschercubefish.jpg |
Raw File Names | res\raw\axis_die.obj res\raw\core.obj res\raw\cube.obj res\raw\dice.obj res\raw\eschercube.obj res\raw\icosphere.obj res\raw\ship.obj |
android-objdemo has the following Java source files.
com.hlidskialf.android.game.models.ObjModel .java com.hlidskialf.android.game.util.MathHelper .java com.hlidskialf.android.game.util.Point3.java com.hlidskialf.android.objdemo.DemoActivity.java com.hlidskialf.android.objdemo.DemoRendererView.java