Tagged Questions
1
vote
2answers
161 views
Making an interface for input in C - How?
I have a big question. I started to develop a simple 3D engine (or should I call it framework?). I use OpenGL for rendering and it is developed for Windows. It is all written in C.
But I don't know, ...
0
votes
2answers
463 views
Ogre3D: customize water demo
On the water demo supplied with Ogre3D's SDK, controls are set to actually control the camera and environment, but not actually the ogre head that generates the disturbances. I tried digging into the ...