janisz / gk3d

Computer Graphis Labolatory project

Home Page:http://www.mini.pw.edu.pl/~aszklarp/gk3d.php

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GK3D Build Status

Installation

  1. Install OpenGL SDK

     sudo apt-get install cmake freeglut3 freeglut3-dev libglew1.5 libglew1.5-dev libglu1-mesa libglu1-mesa-dev libgl1-mesa-glx libgl1-mesa-dev libxmu-dev libxi-dev
    
  2. Generate makefile cmake .

  3. Make project make

  4. Run ./gk3d.out

Usage

Key Action
SPACEBAR toggle FPS control
F toggle FOG control
C toggle clipping control
W forward or increase fog min distnace or increase X clip axis
A left or decrease fog max distance
S backward or decrease fog min distance or decrease X clip axis
D right or increase for max distnace
mouse look around
left mouse button up
right mouse button down
+ increase density
- decrease density
ESC quit

About

Computer Graphis Labolatory project

http://www.mini.pw.edu.pl/~aszklarp/gk3d.php

License:MIT License


Languages

Language:C++ 83.6%Language:C 16.4%