Posts

Showing posts with the label 3DObject

Load 3d Object in android

Image
This example will show how you can use 3DObject model to your android application using the Rajawali library. You can move objects using the user touch. 3D Modeling:- In  3D computer graphics ,  3D modeling  (or  three-dimensional modeling ) is the process of developing a mathematical representation of any  three-dimensional   surface  of an object (either inanimate or living) via  specialized software . The product is called a  3D model .    Steps:- 1) Add the Gradle to your project:-         compile 'org.rajawali3d:rajawali:1.0.325@aar' 2) Download any object file and copy that in your raw folder. 3) Create a rendering class and use that class to make 3DObject. Note:- You can download 3DObject file from below link.                        Source : http://tf3dm.com/  1) Create activity_main.j...