Showing 4 Result(s)

Moving Floor

This is one of my earliest projects on here, when I began learning how to use open GL in C++. In this program it moves objects towards the player cube that uses collision detection to reduce player life. The program can also detect when an object has passed without colliding with the player and increases …

Graphic Demo

this is a graphics demonstration for random position generation, gravity, use of noise maps to generate terrain, the use of glow maps and moving objects around a point and around each other. This demo’s objects are created in open gl code. as well as using c++ code for colition detection. More code can be provided …