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

Libgdx Melee Attack Collision Detection

I have a 3D scene with 3D model instances; and I want to do collision detection. I'm currently … Read more Libgdx Melee Attack Collision Detection

Black Screen After Loading Sceneview, Using Scenform, Into A Fragment

I am working on a project that will have a 3D model viewer in one fragment. In order to do so, I de… Read more Black Screen After Loading Sceneview, Using Scenform, Into A Fragment

How To Make Each Component Of A 3d Opengl Object Touchable In Android?

let's say I have a 3d car model displayed using GLSurfaceView in Android. This model consists o… Read more How To Make Each Component Of A 3d Opengl Object Touchable In Android?

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?

How To Render 3D Object Within A Libgdx Actor?

Most of the Libgdx tutorials I found show how to add 2D elements in a 3D world, but I would like to… Read more How To Render 3D Object Within A Libgdx Actor?