krinnewitz / ogl

Some simple OpenGL texture tests to determine how the calculation of texture coordinates for pattern textures works.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

0. Author
=========
The provided code is written by Kim Oliver Rinnewitz (krinnewitz@uos.de)

1. Description
==============

2. Requirements
===============

3. Compiling
============
You can compile the program by entering the following commands on the command line:

    mkdir build && cd build
    cmake ..
    make

About

Some simple OpenGL texture tests to determine how the calculation of texture coordinates for pattern textures works.


Languages

Language:C++ 100.0%