Poll

I am trying to load an obj file with multiple 3d objects and edit some of these objects individually but I am having issues with doing this.

I tried adding each object one by one to the world by merging it into one object first and then adding it to the world but i noticed my edits on the individual objects would not be preserved in this case. No crashes here; just not getting desired behavior
0 (0%)
I tried adding each object separately into the world and the edits would be applied successfully but i get a crash at line world.renderScene(fb); attached below is the error log
0 (0%)

Total Members Voted: 0

Author Topic: IndexOutofBoundsException at world.renderScene(fb)  (Read 1710 times)

Offline haeinlee

  • byte
  • *
  • Posts: 1
    • View Profile
IndexOutofBoundsException at world.renderScene(fb)
« on: September 23, 2017, 04:30:45 am »
Goal: trying to add 3d objects from an obj file and be able to edit these objects individually

option 1: merging objects into one and then adding this to the world
- issues: undesired behavior observed. desired edits are ignored and not observed.

option 2: adding each object into the world
- issues: desired behavior observed, but shortly thereafter it crashes. @world.renderScene(fb)

09-23 11:29:41.820 17897-17897/? I/art: Late-enabling -Xcheck:jni
09-23 11:29:41.892 17897-17897/? D/ActivityManager: default service binder = android.os.BinderProxy@27b0929e
09-23 11:29:41.892 17897-17897/? D/ActivityManager: default service = android.app.ActivityManagerProxy@370ec17f
09-23 11:29:42.116 17897-17897/? D/VendorDisplayManagerGlobalCallback: callGetInstance: nil
09-23 11:29:42.506 17897-17897/com.example.angellee.myteethandroid I/ContextImpl: com.amazon.client.metrics.api registered service at i = 70
09-23 11:29:42.509 17897-17897/com.example.angellee.myteethandroid D/ProfileManager: Create ProfileManager instance
09-23 11:29:42.514 17897-17897/com.example.angellee.myteethandroid I/InstantRun: starting instant run server: is main process
09-23 11:29:58.286 17897-17907/com.example.angellee.myteethandroid W/art: Suspending all threads took: 73.665ms
09-23 11:29:58.391 17897-17897/com.example.angellee.myteethandroid I/FrameworkJumpTable: Successfully loaded all classes
09-23 11:29:58.422 17897-17897/com.example.angellee.myteethandroid I/FrameworkJumpTable: Successfully loaded all methods
09-23 11:29:58.423 17897-17897/com.example.angellee.myteethandroid I/FrameworkJumpTable: Successfully loaded all fields
09-23 11:29:58.513 17897-17912/com.example.angellee.myteethandroid W/art: Suspending all threads took: 7.216ms
09-23 11:29:58.527 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Loading file from InputStream
09-23 11:29:58.580 17897-17912/com.example.angellee.myteethandroid I/Kernel: [14029.729591].(0)[17912:GCDaemon]name:Log.amazon_main_1491 unmap vm_start a3ae0000  end: a3ae5000
09-23 11:29:58.716 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Text file from InputStream loaded...1794265 bytes
09-23 11:29:58.927 17897-17912/com.example.angellee.myteethandroid I/art: Background sticky concurrent mark sweep GC freed 14933(467KB) AllocSpace objects, 5(80KB) LOS objects, 0% free, 15MB/15MB, paused 6.437ms total 124.493ms
09-23 11:29:59.063 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: gum_upper
09-23 11:30:01.039 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'gum_upper_jPCT-2' created using 4280 polygons and 2142 vertices.
09-23 11:30:01.039 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: tooth8
09-23 11:30:01.141 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'tooth8_jPCT-1' created using 500 polygons and 252 vertices.
09-23 11:30:01.141 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: tooth9
09-23 11:30:01.235 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'tooth9_jPCT0' created using 500 polygons and 252 vertices.
09-23 11:30:01.235 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: tooth7
09-23 11:30:01.340 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'tooth7_jPCT1' created using 572 polygons and 288 vertices.
09-23 11:30:01.340 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: tooth10
09-23 11:30:01.452 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'tooth10_jPCT2' created using 572 polygons and 288 vertices.
09-23 11:30:01.452 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: tooth5
09-23 11:30:01.576 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'tooth5_jPCT3' created using 642 polygons and 323 vertices.
09-23 11:30:01.576 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: tooth12
09-23 11:30:01.705 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'tooth12_jPCT4' created using 642 polygons and 323 vertices.
09-23 11:30:01.705 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: tooth6
09-23 11:30:01.847 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'tooth6_jPCT5' created using 680 polygons and 342 vertices.
09-23 11:30:01.847 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: tooth11
09-23 11:30:01.975 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'tooth11_jPCT6' created using 680 polygons and 342 vertices.
09-23 11:30:01.975 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: tooth4
09-23 11:30:02.076 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'tooth4_jPCT7' created using 546 polygons and 275 vertices.
09-23 11:30:02.076 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: tooth13
09-23 11:30:02.197 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'tooth13_jPCT8' created using 546 polygons and 275 vertices.
09-23 11:30:02.197 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: tooth1
09-23 11:30:02.362 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'tooth1_jPCT9' created using 758 polygons and 381 vertices.
09-23 11:30:02.362 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: tooth16
09-23 11:30:02.519 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'tooth16_jPCT10' created using 758 polygons and 381 vertices.
09-23 11:30:02.519 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: tooth2
09-23 11:30:02.648 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'tooth2_jPCT11' created using 684 polygons and 344 vertices.
09-23 11:30:02.648 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: tooth3
09-23 11:30:02.756 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'tooth3_jPCT12' created using 492 polygons and 248 vertices.
09-23 11:30:02.756 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: tooth15
09-23 11:30:02.886 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'tooth15_jPCT13' created using 684 polygons and 344 vertices.
09-23 11:30:02.886 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: tooth14
09-23 11:30:03.166 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'tooth14_jPCT14' created using 492 polygons and 248 vertices.
09-23 11:30:03.166 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: gum_lower
09-23 11:30:05.739 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'gum_lower_jPCT15' created using 4992 polygons and 2498 vertices.
09-23 11:30:05.739 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: tooth32
09-23 11:30:05.961 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'tooth32_jPCT16' created using 948 polygons and 476 vertices.
09-23 11:30:05.961 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: tooth17
09-23 11:30:06.171 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'tooth17_jPCT17' created using 948 polygons and 476 vertices.
09-23 11:30:06.171 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: tooth31
09-23 11:30:06.388 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'tooth31_jPCT18' created using 904 polygons and 454 vertices.
09-23 11:30:06.388 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: tooth18
09-23 11:30:06.588 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'tooth18_jPCT19' created using 904 polygons and 454 vertices.
09-23 11:30:06.588 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: tooth30
09-23 11:30:06.815 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'tooth30_jPCT20' created using 960 polygons and 482 vertices.
09-23 11:30:06.815 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: tooth19
09-23 11:30:07.015 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'tooth19_jPCT21' created using 960 polygons and 482 vertices.
09-23 11:30:07.015 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: tooth29
09-23 11:30:07.143 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'tooth29_jPCT22' created using 650 polygons and 327 vertices.
09-23 11:30:07.143 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: tooth20
09-23 11:30:07.267 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'tooth20_jPCT23' created using 650 polygons and 327 vertices.
09-23 11:30:07.267 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: tooth28
09-23 11:30:07.377 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'tooth28_jPCT24' created using 588 polygons and 296 vertices.
09-23 11:30:07.377 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: tooth21
09-23 11:30:07.495 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'tooth21_jPCT25' created using 588 polygons and 296 vertices.
09-23 11:30:07.495 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: tooth27
09-23 11:30:07.585 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'tooth27_jPCT26' created using 468 polygons and 236 vertices.
09-23 11:30:07.585 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: tooth22
09-23 11:30:07.666 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'tooth22_jPCT27' created using 468 polygons and 236 vertices.
09-23 11:30:07.667 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: tooth26
09-23 11:30:07.750 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'tooth26_jPCT28' created using 396 polygons and 200 vertices.
09-23 11:30:07.750 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: tooth23
09-23 11:30:07.821 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'tooth23_jPCT29' created using 396 polygons and 200 vertices.
09-23 11:30:07.821 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: tooth25
09-23 11:30:07.890 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'tooth25_jPCT30' created using 402 polygons and 203 vertices.
09-23 11:30:07.890 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Processing object from OBJ-file: tooth24
09-23 11:30:07.950 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: Object 'tooth24_jPCT31' created using 402 polygons and 203 vertices.
09-23 11:30:07.965 17897-17897/com.example.angellee.myteethandroid W/ResourceType: Attempt to retrieve bag 0x0103003e which is invalid or in a cycle.
09-23 11:30:08.127 17897-17897/com.example.angellee.myteethandroid W/art: Before Android 4.1, method android.graphics.PorterDuffColorFilter android.support.graphics.drawable.VectorDrawableCompat.updateTintFilter(android.graphics.PorterDuffColorFilter, android.content.res.ColorStateList, android.graphics.PorterDuff$Mode) would have incorrectly overridden the package-private method in android.graphics.drawable.Drawable
09-23 11:30:08.271 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: ReconstructFragment-OnCreateView called.
09-23 11:30:08.273 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: ModelFragment-onCreateView called.
09-23 11:30:08.329 17897-17897/com.example.angellee.myteethandroid I/jPCT-AE: ModelFragment-onCreateView called.
09-23 11:30:08.346 17897-18344/com.example.angellee.myteethandroid D/OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
09-23 11:30:08.350 17897-17897/com.example.angellee.myteethandroid I/HAL: loaded HAL id=gralloc path=/system/lib/hw/gralloc.mt8127.so hmi=0xb6dff3fd handle=0xab2e63f4
09-23 11:30:08.353 17897-17897/com.example.angellee.myteethandroid D/Atlas: Validating map...
09-23 11:30:08.426 17897-18344/com.example.angellee.myteethandroid I/HAL: loaded HAL id=gralloc path=/system/lib/hw/gralloc.mt8127.so hmi=0x0 handle=0xab2e63f4
09-23 11:30:08.427 17897-18344/com.example.angellee.myteethandroid I/OpenGLRenderer: Initialized EGL, version 1.4
09-23 11:30:08.429 17897-18344/com.example.angellee.myteethandroid D/OpenGLRenderer: Enabling debug mode 0
09-23 11:30:08.429 17897-18344/com.example.angellee.myteethandroid I/HAL: loaded HAL id=gralloc path=/system/lib/hw/gralloc.mt8127.so hmi=0x1a handle=0xab2e63f4
09-23 11:30:08.430 17897-18344/com.example.angellee.myteethandroid I/HAL: loaded HAL id=gralloc path=/system/lib/hw/gralloc.mt8127.so hmi=0xb6dff3fd handle=0xab2e63f4
09-23 11:30:08.420 17897-18344/com.example.angellee.myteethandroid I/Kernel: [14039.566240]Mali<2>:
09-23 11:30:08.420 17897-18344/com.example.angellee.myteethandroid I/Kernel: Session started
09-23 11:30:08.436 17897-18344/com.example.angellee.myteethandroid I/MaliEGL: [Mali]window_type=1, is_framebuffer=0, errnum = 0
09-23 11:30:08.437 17897-18344/com.example.angellee.myteethandroid I/MaliEGL: [Mali]surface->num_buffers=4, surface->num_frames=3, win_min_undequeued=1
09-23 11:30:08.438 17897-18344/com.example.angellee.myteethandroid I/MaliEGL: [Mali]max_allowed_dequeued_buffers=3
09-23 11:30:08.476 17897-18342/com.example.angellee.myteethandroid I/MaliEGL: [Mali]window_type=1, is_framebuffer=0, errnum = 0
09-23 11:30:08.476 17897-18342/com.example.angellee.myteethandroid I/MaliEGL: [Mali]surface->num_buffers=4, surface->num_frames=3, win_min_undequeued=1
09-23 11:30:08.476 17897-18342/com.example.angellee.myteethandroid I/MaliEGL: [Mali]max_allowed_dequeued_buffers=3
09-23 11:30:08.526 17897-18343/com.example.angellee.myteethandroid I/MaliEGL: [Mali]window_type=1, is_framebuffer=0, errnum = 0
09-23 11:30:08.526 17897-18343/com.example.angellee.myteethandroid I/MaliEGL: [Mali]surface->num_buffers=4, surface->num_frames=3, win_min_undequeued=1
09-23 11:30:08.526 17897-18343/com.example.angellee.myteethandroid I/MaliEGL: [Mali]max_allowed_dequeued_buffers=3
09-23 11:30:08.566 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: GL context is 504588854
09-23 11:30:08.567 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: GL context is 564535249
09-23 11:30:08.568 17897-18342/com.example.angellee.myteethandroid W/jPCT-AE: [ 1506133808568 ] - WARNING: OpenGL vendor:     ARM
09-23 11:30:08.568 17897-18343/com.example.angellee.myteethandroid W/jPCT-AE: [ 1506133808568 ] - WARNING: OpenGL vendor:     ARM
09-23 11:30:08.568 17897-18342/com.example.angellee.myteethandroid W/jPCT-AE: [ 1506133808568 ] - WARNING: OpenGL renderer:   Mali-450 MP
09-23 11:30:08.568 17897-18343/com.example.angellee.myteethandroid W/jPCT-AE: [ 1506133808568 ] - WARNING: OpenGL renderer:   Mali-450 MP
09-23 11:30:08.568 17897-18342/com.example.angellee.myteethandroid W/jPCT-AE: [ 1506133808568 ] - WARNING: OpenGL version:    OpenGL ES-CM 1.1
09-23 11:30:08.568 17897-18343/com.example.angellee.myteethandroid W/jPCT-AE: [ 1506133808568 ] - WARNING: OpenGL version:    OpenGL ES-CM 1.1
09-23 11:30:08.568 17897-18342/com.example.angellee.myteethandroid W/jPCT-AE: [ 1506133808568 ] - WARNING: OpenGL renderer initialized (using 2/8 texture stages)
09-23 11:30:08.568 17897-18343/com.example.angellee.myteethandroid W/jPCT-AE: [ 1506133808568 ] - WARNING: OpenGL renderer initialized (using 2/8 texture stages)
09-23 11:30:08.668 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Adding Lightsource: 0
09-23 11:30:08.668 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Adding Lightsource: 0
09-23 11:30:08.745 17897-17907/com.example.angellee.myteethandroid W/art: Suspending all threads took: 8.351ms
09-23 11:30:09.165 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 475ms!
09-23 11:30:09.218 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 51ms!
09-23 11:30:09.273 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 53ms!
09-23 11:30:09.333 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 57ms!
09-23 11:30:09.393 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 57ms!
09-23 11:30:09.461 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 65ms!
09-23 11:30:09.528 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 65ms!
09-23 11:30:09.599 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 68ms!
09-23 11:30:09.629 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 462ms!
09-23 11:30:09.677 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 75ms!
09-23 11:30:09.737 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 58ms!
09-23 11:30:09.758 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 81ms!
09-23 11:30:09.798 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 56ms!
09-23 11:30:09.854 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 56ms!
09-23 11:30:09.877 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 76ms!
09-23 11:30:09.957 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 77ms!
09-23 11:30:09.960 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 82ms!
09-23 11:30:10.028 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 68ms!
09-23 11:30:10.084 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 54ms!
09-23 11:30:10.113 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 84ms!
09-23 11:30:10.156 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 69ms!
09-23 11:30:10.208 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 49ms!
09-23 11:30:10.233 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 76ms!
09-23 11:30:10.756 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 528ms!
09-23 11:30:10.863 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 102ms!
09-23 11:30:10.975 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 108ms!
09-23 11:30:11.071 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 93ms!
09-23 11:30:11.168 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 93ms!
09-23 11:30:11.274 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 102ms!
09-23 11:30:11.303 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 544ms!
09-23 11:30:11.381 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 103ms!
09-23 11:30:11.453 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 69ms!
09-23 11:30:11.481 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 99ms!
09-23 11:30:11.525 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 68ms!
09-23 11:30:11.588 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 61ms!
09-23 11:30:11.591 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 66ms!
09-23 11:30:11.650 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 60ms!
09-23 11:30:11.704 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 52ms!
09-23 11:30:11.715 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 65ms!
09-23 11:30:11.759 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 53ms!
09-23 11:30:11.801 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 41ms!
09-23 11:30:11.807 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 48ms!
09-23 11:30:11.847 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 44ms!
09-23 11:30:11.889 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 42ms!
09-23 11:30:11.891 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 42ms!
09-23 11:30:11.932 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 41ms!
09-23 11:30:11.933 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 40ms!
09-23 11:30:11.934 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Memory usage before compacting: 8494 KB used out of 9437 KB. Max. memory available to the VM is 98304 KB.
09-23 11:30:11.977 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Normal vectors calculated in 43ms!
09-23 11:30:11.978 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Memory usage before compacting: 8626 KB used out of 9437 KB. Max. memory available to the VM is 98304 KB.
09-23 11:30:11.979 17897-18343/com.example.angellee.myteethandroid I/art: Explicit concurrent mark sweep GC freed 54522(1940KB) AllocSpace objects, 0(0B) LOS objects, 37% free, 6MB/10MB, paused 582us total 44.536ms
09-23 11:30:12.014 17897-18343/com.example.angellee.myteethandroid W/art: Suspending all threads took: 33.775ms
09-23 11:30:12.015 17897-18342/com.example.angellee.myteethandroid I/art: Explicit concurrent mark sweep GC freed 1328(55KB) AllocSpace objects, 0(0B) LOS objects, 38% free, 6MB/10MB, paused 569us total 34.479ms
09-23 11:30:12.051 17897-18343/com.example.angellee.myteethandroid I/art: Explicit concurrent mark sweep GC freed 5(160B) AllocSpace objects, 0(0B) LOS objects, 38% free, 6MB/10MB, paused 663us total 33.183ms
09-23 11:30:12.051 17897-18342/com.example.angellee.myteethandroid I/art: WaitForGcToComplete blocked for 26.758ms for cause Explicit
09-23 11:30:12.085 17897-18343/com.example.angellee.myteethandroid W/art: Suspending all threads took: 33.286ms
09-23 11:30:12.087 17897-18342/com.example.angellee.myteethandroid I/art: Explicit concurrent mark sweep GC freed 5(160B) AllocSpace objects, 0(0B) LOS objects, 38% free, 6MB/10MB, paused 560us total 33.807ms
09-23 11:30:12.237 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Memory usage after compacting: 6631 KB used out of 10727 KB. Max. memory available to the VM is 98304 KB.
09-23 11:30:12.239 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Memory usage after compacting: 6632 KB used out of 10727 KB. Max. memory available to the VM is 98304 KB.
09-23 11:30:13.217 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object -2/gum_upper_jPCT-2 compiled to indexed fixed point data using 12840/2142 vertices in 617ms!
09-23 11:30:13.221 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object -2/gum_upper_jPCT-2 compiled to 1 subobjects in 782ms!
09-23 11:30:13.221 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating new matrix cache!
09-23 11:30:13.868 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object -2/gum_upper_jPCT-2 compiled to indexed fixed point data using 12840/2142 vertices in 651ms!
09-23 11:30:13.868 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object -2/gum_upper_jPCT-2 compiled to 1 subobjects in 1430ms!
09-23 11:30:13.887 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object -1/tooth8_jPCT-1 compiled to flat fixed point data using 1500/1500 vertices in 19ms!
09-23 11:30:13.887 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object -1/tooth8_jPCT-1 compiled to 1 subobjects in 666ms!
09-23 11:30:13.904 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object -1/tooth8_jPCT-1 compiled to flat fixed point data using 1500/1500 vertices in 17ms!
09-23 11:30:13.905 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object -1/tooth8_jPCT-1 compiled to 1 subobjects in 36ms!
09-23 11:30:13.923 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 0/tooth9_jPCT0 compiled to flat fixed point data using 1500/1500 vertices in 19ms!
09-23 11:30:13.923 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object 0/tooth9_jPCT0 compiled to 1 subobjects in 36ms!
09-23 11:30:13.942 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 0/tooth9_jPCT0 compiled to flat fixed point data using 1500/1500 vertices in 19ms!
09-23 11:30:13.942 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object 0/tooth9_jPCT0 compiled to 1 subobjects in 37ms!
09-23 11:30:13.964 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 1/tooth7_jPCT1 compiled to flat fixed point data using 1716/1716 vertices in 22ms!
09-23 11:30:13.964 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object 1/tooth7_jPCT1 compiled to 1 subobjects in 41ms!
09-23 11:30:13.984 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 1/tooth7_jPCT1 compiled to flat fixed point data using 1716/1716 vertices in 20ms!
09-23 11:30:13.984 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object 1/tooth7_jPCT1 compiled to 1 subobjects in 41ms!
09-23 11:30:14.004 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 2/tooth10_jPCT2 compiled to flat fixed point data using 1716/1716 vertices in 19ms!
09-23 11:30:14.004 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object 2/tooth10_jPCT2 compiled to 1 subobjects in 40ms!
09-23 11:30:14.024 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 2/tooth10_jPCT2 compiled to flat fixed point data using 1716/1716 vertices in 20ms!
09-23 11:30:14.025 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object 2/tooth10_jPCT2 compiled to 1 subobjects in 41ms!
09-23 11:30:14.046 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 3/tooth5_jPCT3 compiled to flat fixed point data using 1926/1926 vertices in 22ms!
09-23 11:30:14.047 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object 3/tooth5_jPCT3 compiled to 1 subobjects in 42ms!
09-23 11:30:14.068 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 3/tooth5_jPCT3 compiled to flat fixed point data using 1926/1926 vertices in 22ms!
09-23 11:30:14.068 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object 3/tooth5_jPCT3 compiled to 1 subobjects in 43ms!
09-23 11:30:14.090 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 4/tooth12_jPCT4 compiled to flat fixed point data using 1926/1926 vertices in 22ms!
09-23 11:30:14.090 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object 4/tooth12_jPCT4 compiled to 1 subobjects in 43ms!
09-23 11:30:14.112 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 4/tooth12_jPCT4 compiled to flat fixed point data using 1926/1926 vertices in 21ms!
09-23 11:30:14.112 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object 4/tooth12_jPCT4 compiled to 1 subobjects in 43ms!
09-23 11:30:14.135 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 5/tooth6_jPCT5 compiled to flat fixed point data using 2040/2040 vertices in 22ms!
09-23 11:30:14.135 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object 5/tooth6_jPCT5 compiled to 1 subobjects in 45ms!
09-23 11:30:14.158 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 5/tooth6_jPCT5 compiled to flat fixed point data using 2040/2040 vertices in 23ms!
09-23 11:30:14.158 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object 5/tooth6_jPCT5 compiled to 1 subobjects in 46ms!
09-23 11:30:14.181 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 6/tooth11_jPCT6 compiled to flat fixed point data using 2040/2040 vertices in 23ms!
09-23 11:30:14.181 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object 6/tooth11_jPCT6 compiled to 1 subobjects in 46ms!
09-23 11:30:14.204 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 6/tooth11_jPCT6 compiled to flat fixed point data using 2040/2040 vertices in 23ms!
09-23 11:30:14.204 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object 6/tooth11_jPCT6 compiled to 1 subobjects in 46ms!
09-23 11:30:14.222 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 7/tooth4_jPCT7 compiled to flat fixed point data using 1638/1638 vertices in 18ms!
09-23 11:30:14.222 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object 7/tooth4_jPCT7 compiled to 1 subobjects in 41ms!
09-23 11:30:14.241 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 7/tooth4_jPCT7 compiled to flat fixed point data using 1638/1638 vertices in 19ms!
09-23 11:30:14.241 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object 7/tooth4_jPCT7 compiled to 1 subobjects in 37ms!
09-23 11:30:14.261 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 8/tooth13_jPCT8 compiled to flat fixed point data using 1638/1638 vertices in 20ms!
09-23 11:30:14.261 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object 8/tooth13_jPCT8 compiled to 1 subobjects in 38ms!
09-23 11:30:14.284 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 8/tooth13_jPCT8 compiled to flat fixed point data using 1638/1638 vertices in 23ms!
09-23 11:30:14.285 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object 8/tooth13_jPCT8 compiled to 1 subobjects in 43ms!
09-23 11:30:14.311 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 9/tooth1_jPCT9 compiled to flat fixed point data using 2274/2274 vertices in 27ms!
09-23 11:30:14.311 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object 9/tooth1_jPCT9 compiled to 1 subobjects in 49ms!
09-23 11:30:14.337 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 9/tooth1_jPCT9 compiled to flat fixed point data using 2274/2274 vertices in 26ms!
09-23 11:30:14.338 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object 9/tooth1_jPCT9 compiled to 1 subobjects in 53ms!
09-23 11:30:14.363 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 10/tooth16_jPCT10 compiled to flat fixed point data using 2274/2274 vertices in 25ms!
09-23 11:30:14.363 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object 10/tooth16_jPCT10 compiled to 1 subobjects in 52ms!
09-23 11:30:14.389 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 10/tooth16_jPCT10 compiled to flat fixed point data using 2274/2274 vertices in 26ms!
09-23 11:30:14.389 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object 10/tooth16_jPCT10 compiled to 1 subobjects in 51ms!
09-23 11:30:14.412 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 11/tooth2_jPCT11 compiled to flat fixed point data using 2052/2052 vertices in 23ms!
09-23 11:30:14.412 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object 11/tooth2_jPCT11 compiled to 1 subobjects in 49ms!
09-23 11:30:14.436 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 11/tooth2_jPCT11 compiled to flat fixed point data using 2052/2052 vertices in 24ms!
09-23 11:30:14.436 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object 11/tooth2_jPCT11 compiled to 1 subobjects in 47ms!
09-23 11:30:14.453 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 12/tooth3_jPCT12 compiled to flat fixed point data using 1476/1476 vertices in 16ms!
09-23 11:30:14.453 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object 12/tooth3_jPCT12 compiled to 1 subobjects in 41ms!
09-23 11:30:14.470 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 12/tooth3_jPCT12 compiled to flat fixed point data using 1476/1476 vertices in 17ms!
09-23 11:30:14.470 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object 12/tooth3_jPCT12 compiled to 1 subobjects in 34ms!
09-23 11:30:14.493 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 13/tooth15_jPCT13 compiled to flat fixed point data using 2052/2052 vertices in 23ms!
09-23 11:30:14.493 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object 13/tooth15_jPCT13 compiled to 1 subobjects in 40ms!
09-23 11:30:14.516 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 13/tooth15_jPCT13 compiled to flat fixed point data using 2052/2052 vertices in 23ms!
09-23 11:30:14.516 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object 13/tooth15_jPCT13 compiled to 1 subobjects in 46ms!
09-23 11:30:14.533 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 14/tooth14_jPCT14 compiled to flat fixed point data using 1476/1476 vertices in 17ms!
09-23 11:30:14.533 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object 14/tooth14_jPCT14 compiled to 1 subobjects in 40ms!
09-23 11:30:14.550 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 14/tooth14_jPCT14 compiled to flat fixed point data using 1476/1476 vertices in 17ms!
09-23 11:30:14.551 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object 14/tooth14_jPCT14 compiled to 1 subobjects in 35ms!
09-23 11:30:15.377 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 15/gum_lower_jPCT15 compiled to indexed fixed point data using 14976/2498 vertices in 735ms!
09-23 11:30:15.378 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object 15/gum_lower_jPCT15 compiled to 1 subobjects in 844ms!
09-23 11:30:16.095 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 15/gum_lower_jPCT15 compiled to indexed fixed point data using 14976/2498 vertices in 718ms!
09-23 11:30:16.095 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object 15/gum_lower_jPCT15 compiled to 1 subobjects in 1544ms!
09-23 11:30:16.126 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 16/tooth32_jPCT16 compiled to flat fixed point data using 2844/2844 vertices in 31ms!
09-23 11:30:16.127 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object 16/tooth32_jPCT16 compiled to 1 subobjects in 749ms!
09-23 11:30:16.158 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 16/tooth32_jPCT16 compiled to flat fixed point data using 2844/2844 vertices in 31ms!
09-23 11:30:16.158 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object 16/tooth32_jPCT16 compiled to 1 subobjects in 63ms!
09-23 11:30:16.192 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 17/tooth17_jPCT17 compiled to flat fixed point data using 2844/2844 vertices in 34ms!
09-23 11:30:16.192 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object 17/tooth17_jPCT17 compiled to 1 subobjects in 65ms!
09-23 11:30:16.224 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 17/tooth17_jPCT17 compiled to flat fixed point data using 2844/2844 vertices in 32ms!
09-23 11:30:16.224 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object 17/tooth17_jPCT17 compiled to 1 subobjects in 65ms!
09-23 11:30:16.254 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 18/tooth31_jPCT18 compiled to flat fixed point data using 2712/2712 vertices in 30ms!
09-23 11:30:16.255 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object 18/tooth31_jPCT18 compiled to 1 subobjects in 63ms!
09-23 11:30:16.288 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 18/tooth31_jPCT18 compiled to flat fixed point data using 2712/2712 vertices in 33ms!
09-23 11:30:16.288 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object 18/tooth31_jPCT18 compiled to 1 subobjects in 64ms!
09-23 11:30:16.321 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 19/tooth18_jPCT19 compiled to flat fixed point data using 2712/2712 vertices in 33ms!
09-23 11:30:16.321 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object 19/tooth18_jPCT19 compiled to 1 subobjects in 66ms!
09-23 11:30:16.352 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 19/tooth18_jPCT19 compiled to flat fixed point data using 2712/2712 vertices in 31ms!
09-23 11:30:16.352 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object 19/tooth18_jPCT19 compiled to 1 subobjects in 64ms!
09-23 11:30:16.385 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 20/tooth30_jPCT20 compiled to flat fixed point data using 2880/2880 vertices in 32ms!
09-23 11:30:16.385 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object 20/tooth30_jPCT20 compiled to 1 subobjects in 64ms!
09-23 11:30:16.417 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 20/tooth30_jPCT20 compiled to flat fixed point data using 2880/2880 vertices in 32ms!
09-23 11:30:16.417 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object 20/tooth30_jPCT20 compiled to 1 subobjects in 64ms!
09-23 11:30:16.449 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 21/tooth19_jPCT21 compiled to flat fixed point data using 2880/2880 vertices in 32ms!
09-23 11:30:16.449 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object 21/tooth19_jPCT21 compiled to 1 subobjects in 64ms!
09-23 11:30:16.481 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 21/tooth19_jPCT21 compiled to flat fixed point data using 2880/2880 vertices in 32ms!
09-23 11:30:16.481 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object 21/tooth19_jPCT21 compiled to 1 subobjects in 64ms!
09-23 11:30:16.503 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 22/tooth29_jPCT22 compiled to flat fixed point data using 1950/1950 vertices in 22ms!
09-23 11:30:16.503 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object 22/tooth29_jPCT22 compiled to 1 subobjects in 54ms!
09-23 11:30:16.525 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 22/tooth29_jPCT22 compiled to flat fixed point data using 1950/1950 vertices in 22ms!
09-23 11:30:16.525 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object 22/tooth29_jPCT22 compiled to 1 subobjects in 44ms!
09-23 11:30:16.547 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 23/tooth20_jPCT23 compiled to flat fixed point data using 1950/1950 vertices in 22ms!
09-23 11:30:16.547 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object 23/tooth20_jPCT23 compiled to 1 subobjects in 44ms!
09-23 11:30:16.569 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 23/tooth20_jPCT23 compiled to flat fixed point data using 1950/1950 vertices in 22ms!
09-23 11:30:16.569 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object 23/tooth20_jPCT23 compiled to 1 subobjects in 44ms!
09-23 11:30:16.589 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 24/tooth28_jPCT24 compiled to flat fixed point data using 1764/1764 vertices in 20ms!
09-23 11:30:16.590 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object 24/tooth28_jPCT24 compiled to 1 subobjects in 43ms!
09-23 11:30:16.609 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 24/tooth28_jPCT24 compiled to flat fixed point data using 1764/1764 vertices in 19ms!
09-23 11:30:16.610 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object 24/tooth28_jPCT24 compiled to 1 subobjects in 41ms!
09-23 11:30:16.630 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 25/tooth21_jPCT25 compiled to flat fixed point data using 1764/1764 vertices in 21ms!
09-23 11:30:16.630 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object 25/tooth21_jPCT25 compiled to 1 subobjects in 40ms!
09-23 11:30:16.650 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 25/tooth21_jPCT25 compiled to flat fixed point data using 1764/1764 vertices in 20ms!
09-23 11:30:16.650 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object 25/tooth21_jPCT25 compiled to 1 subobjects in 40ms!
09-23 11:30:16.666 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 26/tooth27_jPCT26 compiled to flat fixed point data using 1404/1404 vertices in 16ms!
09-23 11:30:16.666 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object 26/tooth27_jPCT26 compiled to 1 subobjects in 35ms!
09-23 11:30:16.682 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 26/tooth27_jPCT26 compiled to flat fixed point data using 1404/1404 vertices in 16ms!
09-23 11:30:16.682 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object 26/tooth27_jPCT26 compiled to 1 subobjects in 31ms!
09-23 11:30:16.698 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 27/tooth22_jPCT27 compiled to flat fixed point data using 1404/1404 vertices in 16ms!
09-23 11:30:16.699 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object 27/tooth22_jPCT27 compiled to 1 subobjects in 32ms!
09-23 11:30:16.717 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 27/tooth22_jPCT27 compiled to flat fixed point data using 1404/1404 vertices in 18ms!
09-23 11:30:16.717 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object 27/tooth22_jPCT27 compiled to 1 subobjects in 34ms!
09-23 11:30:16.731 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 28/tooth26_jPCT28 compiled to flat fixed point data using 1188/1188 vertices in 14ms!
09-23 11:30:16.731 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object 28/tooth26_jPCT28 compiled to 1 subobjects in 32ms!
09-23 11:30:16.745 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 28/tooth26_jPCT28 compiled to flat fixed point data using 1188/1188 vertices in 14ms!
09-23 11:30:16.745 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object 28/tooth26_jPCT28 compiled to 1 subobjects in 27ms!
09-23 11:30:16.758 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 29/tooth23_jPCT29 compiled to flat fixed point data using 1188/1188 vertices in 13ms!
09-23 11:30:16.758 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object 29/tooth23_jPCT29 compiled to 1 subobjects in 27ms!
09-23 11:30:16.773 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 29/tooth23_jPCT29 compiled to flat fixed point data using 1188/1188 vertices in 15ms!
09-23 11:30:16.774 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object 29/tooth23_jPCT29 compiled to 1 subobjects in 29ms!
09-23 11:30:16.787 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 30/tooth25_jPCT30 compiled to flat fixed point data using 1206/1206 vertices in 13ms!
09-23 11:30:16.787 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object 30/tooth25_jPCT30 compiled to 1 subobjects in 28ms!
09-23 11:30:16.801 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 30/tooth25_jPCT30 compiled to flat fixed point data using 1206/1206 vertices in 14ms!
09-23 11:30:16.801 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object 30/tooth25_jPCT30 compiled to 1 subobjects in 27ms!
09-23 11:30:16.815 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 31/tooth24_jPCT31 compiled to flat fixed point data using 1206/1206 vertices in 14ms!
09-23 11:30:16.815 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Object 31/tooth24_jPCT31 compiled to 1 subobjects in 27ms!
09-23 11:30:16.816 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.817 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'gum_upper_jPCT-2'
09-23 11:30:16.820 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.820 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'gum_upper_jPCT-2'
09-23 11:30:16.821 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.821 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth8_jPCT-1'
09-23 11:30:16.822 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.822 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth8_jPCT-1'
09-23 11:30:16.822 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.822 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth9_jPCT0'
09-23 11:30:16.823 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.823 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth9_jPCT0'
09-23 11:30:16.823 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.824 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth7_jPCT1'
09-23 11:30:16.825 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.825 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth7_jPCT1'
09-23 11:30:16.826 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.826 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth10_jPCT2'
09-23 11:30:16.827 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.827 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth10_jPCT2'
09-23 11:30:16.827 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.828 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth5_jPCT3'
09-23 11:30:16.828 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.828 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth5_jPCT3'
09-23 11:30:16.829 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.829 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Subobject of object 31/tooth24_jPCT31 compiled to flat fixed point data using 1206/1206 vertices in 14ms!
09-23 11:30:16.829 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth12_jPCT4'
09-23 11:30:16.829 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: Object 31/tooth24_jPCT31 compiled to 1 subobjects in 28ms!
09-23 11:30:16.829 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.829 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: 0fps
09-23 11:30:16.830 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth12_jPCT4'
09-23 11:30:16.831 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.831 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth6_jPCT5'
09-23 11:30:16.832 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.832 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth6_jPCT5'
09-23 11:30:16.833 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.833 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth11_jPCT6'
09-23 11:30:16.833 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.834 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth11_jPCT6'
09-23 11:30:16.834 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.835 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth4_jPCT7'
09-23 11:30:16.835 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.835 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth4_jPCT7'
09-23 11:30:16.836 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.836 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth13_jPCT8'
09-23 11:30:16.836 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.837 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth13_jPCT8'
09-23 11:30:16.837 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.837 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth1_jPCT9'
09-23 11:30:16.838 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.838 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth1_jPCT9'
09-23 11:30:16.838 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.839 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth16_jPCT10'
09-23 11:30:16.839 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.839 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth16_jPCT10'
09-23 11:30:16.840 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.840 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth2_jPCT11'
09-23 11:30:16.840 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.841 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth2_jPCT11'
09-23 11:30:16.841 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.842 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth3_jPCT12'
09-23 11:30:16.842 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.842 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth3_jPCT12'
09-23 11:30:16.843 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.843 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth15_jPCT13'
09-23 11:30:16.844 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.844 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth15_jPCT13'
09-23 11:30:16.844 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.845 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth14_jPCT14'
09-23 11:30:16.845 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.846 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth14_jPCT14'
09-23 11:30:16.846 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.847 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'gum_lower_jPCT15'
09-23 11:30:16.849 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.849 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'gum_lower_jPCT15'
09-23 11:30:16.851 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.851 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth32_jPCT16'
09-23 11:30:16.852 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.853 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth32_jPCT16'
09-23 11:30:16.853 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.854 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth17_jPCT17'
09-23 11:30:16.855 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.856 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth17_jPCT17'
09-23 11:30:16.856 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.857 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth31_jPCT18'
09-23 11:30:16.858 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.858 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth31_jPCT18'
09-23 11:30:16.859 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.859 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth18_jPCT19'
09-23 11:30:16.860 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.860 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth18_jPCT19'
09-23 11:30:16.861 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.861 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth30_jPCT20'
09-23 11:30:16.862 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.862 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth30_jPCT20'
09-23 11:30:16.863 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.863 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth19_jPCT21'
09-23 11:30:16.865 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.865 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth19_jPCT21'
09-23 11:30:16.866 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.866 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth29_jPCT22'
09-23 11:30:16.867 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.867 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth29_jPCT22'
09-23 11:30:16.868 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.868 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth20_jPCT23'
09-23 11:30:16.869 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.869 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth20_jPCT23'
09-23 11:30:16.869 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.870 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth28_jPCT24'
09-23 11:30:16.871 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.871 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth28_jPCT24'
09-23 11:30:16.872 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.872 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth21_jPCT25'
09-23 11:30:16.873 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.873 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth21_jPCT25'
09-23 11:30:16.874 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.874 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth27_jPCT26'
09-23 11:30:16.875 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.875 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth27_jPCT26'
09-23 11:30:16.876 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.876 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth22_jPCT27'
09-23 11:30:16.877 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.877 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth22_jPCT27'
09-23 11:30:16.878 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.878 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth26_jPCT28'
09-23 11:30:16.879 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.879 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth26_jPCT28'
09-23 11:30:16.879 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.880 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth23_jPCT29'
09-23 11:30:16.880 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.880 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth23_jPCT29'
09-23 11:30:16.881 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.881 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth25_jPCT30'
09-23 11:30:16.881 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.882 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth25_jPCT30'
09-23 11:30:16.882 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:16.883 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth24_jPCT31'
09-23 11:30:16.883 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: 0fps
09-23 11:30:17.121 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: Creating buffers...
09-23 11:30:17.121 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: VBO created for object 'tooth24_jPCT31'
09-23 11:30:17.911 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: 5fps
09-23 11:30:18.079 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: 5fps
09-23 11:30:18.976 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: 5fps
09-23 11:30:19.306 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: 5fps
09-23 11:30:20.044 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: 5fps
09-23 11:30:20.514 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: 5fps
09-23 11:30:21.114 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: 5fps
09-23 11:30:21.688 17897-18342/com.example.angellee.myteethandroid I/jPCT-AE: 5fps
09-23 11:30:22.194 17897-18343/com.example.angellee.myteethandroid I/jPCT-AE: 5fps
09-23 11:30:22.625 17897-18342/com.example.angellee.myteethandroid E/AndroidRuntime: FATAL EXCEPTION: GLThread 3174
                                                                                     Process: com.example.angellee.myteethandroid, PID: 17897
                                                                                     java.lang.IndexOutOfBoundsException: Inval

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: IndexOutofBoundsException at world.renderScene(fb)
« Reply #1 on: September 25, 2017, 08:46:34 am »
Could you please edit your post!? It's an unreadable mess with some weird poll included and such. It might be best to wrap the log output into code-tags.