Skip to content Skip to sidebar Skip to footer
Showing posts with the label 3d

Hide A Face Of A 3d Shape Behind Another, Android Canvas?

Suppose that I have to draw two faces of a 3D shape in a canvas. In OpenGL, we use clockwise and no… Read more Hide A Face Of A 3d Shape Behind Another, Android Canvas?

Opengl Es20 - Light A Cube, How To Get Normals?

To add some lightning to my OpenGL ES20 cube, I need to calculate the normals for each plane. I'… Read more Opengl Es20 - Light A Cube, How To Get Normals?

How To Setup/calculate Texturebuffer In Gltexcoordpointer When Importing From Obj-file

I'm parsing an OBJ-file in Android and my goal is to render & display the object. Everythi… Read more How To Setup/calculate Texturebuffer In Gltexcoordpointer When Importing From Obj-file