android - Import Wavefront .obj model to ARCore OpenGL project -


i'm trying out java_arcore_hello_ar sample app replacing andy.obj own model created in blender. have exported blender object using settings this tutorial

the .obj , .mtl files placed in assets folder when tap on screen nothing. doesn't show error i'm thinking place object on screen not drawing whatever reason.

any google searching results bring tutorials have create parser converting object, far can see, objectrenderer class in arcore package heavy lifting you.

has tried success? have further work .mtl file?

if does't error information , think reasons are:

1.the obj model has been placed other position , example far far place . should check if model's position origin of blender in modeling process .
2.the obj model different 1 of java_arcore_hello_ar sample , when java_arcore_hello_ar sample's obj parse library parsed error.

so, can parse obj model yourself.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -