/OpenGLExperiments

Learning graphics API

Primary LanguageC++

OpenGL Experiments

Programs that was made by following OpenGL Tutorials.

myFirstTriangle - Draws two triangles. One of them blinks with sine wave. Good example of multiple VAO usage.

myFirstQuad - Draws Quad. Example of Element Buffer usage, which stores triangle vertex indeces.

triangleRGB - Color Interpolation in Fragment Shader.

textures - Plane texturing.

translations - Plane translations.

coordinateSystems - Simple MVP.

coordinateSystems2 - A pile of rotating boxes.

camera - Rotates Boxes and Camera.

viewer - Model viewer based on all previous tasks. Foundation for experiments with lightning.