Put both into comments but doesn't solve my problem : (
How can I check how far-clipping-plane is set?
Type: Posts; User: DeeMan
Put both into comments but doesn't solve my problem : (
How can I check how far-clipping-plane is set?
Hey there.
I took a look into a few tutorials on how to set up Opengl manually.
Mostly I followed this tut with some help by Humus Framework (Framework 3).
I got this far :
bool...
Hey there.
I want to make the camera moving along a circular path around the zero point (0,0,0).
So to calculate the position for the camera I use cos(deg) for the x movement and sin(deg) for the...