Published onJuly 21, 2020Axis-aligned Bounding BoxesOpenGLThe axis-aligned bounding box (AABB) is one of the most common bounding volumes.
Published onJuly 12, 2019OpenGL Rendering PipelineOpenGLRendering Pipeline is the sequence of steps that OpenGL takes when rendering objects.
Published onJuly 5, 2019OpenGL LibrariesOpenGLThe first thing we need to do create stunning graphics is to create an OpenGL context and an application window to draw in.
Published onJune 5, 2019OpenGL LightingOpenGLColors are digitally represented using a red, green and blue component commonly abbreviated as RGB.