简体   繁体   中英

Android 3D Object in Layout

I am currently using min3d but i want to have a normal relative layout with an object containing an 3D Model.

Is this possible with min3d?

Yes it is possible in min3d. All you have to do is make your activity extend the Rendereractivity in the min3d library. From that class you can call initscene and updatescene functions where all your loading the obj file and doing the necessary options is possible.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM