Peter Weilharter
Peter Weilharter

Reputation: 123

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?

Upvotes: 0

Views: 173

Answers (1)

Sreejith tk
Sreejith tk

Reputation: 76

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.

Upvotes: 0

Related Questions