OSDN Git Service

Support Android.
authorAtsuo Igarashi <atsuoigarashi@gmail.com>
Wed, 24 Feb 2010 03:55:28 +0000 (12:55 +0900)
committerAtsuo Igarashi <atsuoigarashi@gmail.com>
Wed, 24 Feb 2010 03:55:28 +0000 (12:55 +0900)
commite541af2dc1bbec4e21a3ab9dc0582da4ca62e295
tree70d529b2500b527c92e76c3f83be067e3c4ceaad
parent847751689f81136802e0aa93fd6af97ccd0e2eae
Support Android.

Implemented at NyARToolkit-2.2.0 by noritsuna.

Signed-off-by: noritsuna <noritsuna@users.sourceforge.jp>
37 files changed:
.classpath [new file with mode: 0644]
.project [new file with mode: 0644]
.settings/org.eclipse.jdt.core.prefs [new file with mode: 0644]
AndroidManifest.xml [new file with mode: 0644]
assets/chair01.mqo [new file with mode: 0644]
assets/miku.jpg [new file with mode: 0644]
assets/miku01.mqo [new file with mode: 0644]
assets/miku_alpha.tga [new file with mode: 0644]
default.properties [new file with mode: 0644]
gen/jp/android_group/artoolkit/R.java [new file with mode: 0644]
lib/MetasequoiaLib.jar [new file with mode: 0644]
res/drawable/icon.png [new file with mode: 0644]
res/layout/camera.xml [new file with mode: 0644]
res/layout/devonecamera.xml [new file with mode: 0644]
res/layout/main.xml [new file with mode: 0644]
res/raw/camera_para.dat [new file with mode: 0644]
res/raw/marker.jpg [new file with mode: 0644]
res/raw/miku_voice.mp3 [new file with mode: 0644]
res/raw/patt.hiro [new file with mode: 0644]
res/values/strings.xml [new file with mode: 0644]
src/jp/android_group/artoolkit/ARToolkitDrawer.java [new file with mode: 0644]
src/jp/android_group/artoolkit/GLLib/ColorABGR.java [new file with mode: 0644]
src/jp/android_group/artoolkit/GLLib/ColorFloat.java [new file with mode: 0644]
src/jp/android_group/artoolkit/GLLib/ColorHSV.java [new file with mode: 0644]
src/jp/android_group/artoolkit/GLLib/ColorHSVDialog.java [new file with mode: 0644]
src/jp/android_group/artoolkit/ModelRenderer.java [new file with mode: 0644]
src/jp/android_group/artoolkit/NyARToolkitAndroidActivity.java [new file with mode: 0644]
src/jp/android_group/artoolkit/R.java [new file with mode: 0644]
src/jp/android_group/artoolkit/hardware/AttachedCamera.java [new file with mode: 0644]
src/jp/android_group/artoolkit/hardware/CameraIF.java [new file with mode: 0644]
src/jp/android_group/artoolkit/hardware/Dev1Camera.java [new file with mode: 0644]
src/jp/android_group/artoolkit/hardware/SocketCamera.java [new file with mode: 0644]
src/jp/android_group/artoolkit/hardware/StaticCamera.java [new file with mode: 0644]
src/jp/android_group/artoolkit/model/ARModel.java [new file with mode: 0644]
src/jp/android_group/artoolkit/model/VoicePlayer.java [new file with mode: 0644]
src/jp/android_group/artoolkit/view/GLBg.java [new file with mode: 0644]
src/jp/android_group/artoolkit/view/GLSurfaceView.java [new file with mode: 0644]