Rajawali / Rajawali

Android OpenGL ES 2.0/3.0 Engine
https://rajawali.github.io/Rajawali/
Other
2.35k stars 703 forks source link

Adding and obj to a plane #1201

Closed anand547 closed 10 years ago

anand547 commented 10 years ago

how can I load an obj file so that it can be added to a plane? ie i need it to stck to a wall of a 3d room.Each wall is a plane. Thanks

ToxicBakery commented 10 years ago

You would use setPosition but I believe you may be asking a more general question here so you should definitely refer to some Computer Graphics research. A good understanding of GLES is really important for any 3D work on mobile.