Im just starting my university project that is a dice/board game and Im rendering a 3D, textured dice=cube.
Every frame I drawDice() and pickDice()
after 1187 invocations
drawDice() 1302ms
pickDice() 35474ms
frame rate suffers greatly
Question : Is this normal performance ?