简体   繁体   中英

Can we create and load VR model (Objects, Conference Room) in Android NDK with Google Cardboard SDK without using unity?

Using the sample code of Google VR SDK I can able to load and run the app in my device as image is attached from Android Studio without using unity but not able to get proper resources and documents how to load conference room from a poly object in Android NDK. 图片

In the example, everything you need should be given. However, you need Obj as file format and the surfaces must be triangles.

The conference room you have selected does not correspond to this format. You can now either convert your conference room to the obj format or read in the gltf format and write your own parser based on it. Easier would be probably the first one because there are already many solutions for it.

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