COLLECTION OF Opengl examples and tutorials
Collection

Collection of OpenGL examples in Delphi. Full source code and project files on purchase. Immediate download link on purchase. We have put all of our examples in one big collection. Get OpenGL code snippets now!

  • All of the examples listed here
  • Full source code
  • Free customer support
  • 2 years of free updates
Price
Download NowBuy Online

need an OpenGL application?

suggest an example

Would you like a discount?

from 2d to 3d in opengl, opengl coordinates tutorial

This OpenGL sample shows how to draw a plane in 3d using your mouse. Also explains how to transform mouse coordinates to 3d world coordinates. This tutorial shows the connection between 'glulookat' command, mouse position on the screen and 3d world coordinates. This example will get you familiar with the gluunproject perspective projection, ray picking and the use of glreadpixels. Also explains the glulookat implementation, the right mathematical formula to use, the correct matrix projection and givesĀ  a connection between these commands. Get full OpenGL source.

Price
Download NowBuy Online
draw, load and save in opengl

How to draw a line using a mouse? How to draw smooth lines on screen using a mouse pointer? How to draw rectangles with exact coordinates in OpenGL? How to draw smooth circles in OpenGL? Glrectangle, GluDisk, Gluquadric commands explained. This example also shows how to save the drawing into a file and how to load OpenGL drawing from a file. Get full source code.

Price
Download NowBuy Online
Opengl selection tutorial
Selecting in OpenGL

How to select objects in OpenGL? Picking and selecting in OpenGL example. How to click exactly on object, no mater what the gluulookat is? Commands like glupickmatrix, gl_select and gl_render explained.

Price
Download NowBuy Online
3d text in opengl
OpenGL 3D text

How to display 3D text in OpenGL based on Windows fonts? How to change dimensions of OpenGL 3D text, how to extrude text and more.

Price
Download NowBuy Online
How to initialize opengl on a region
OpenGL on a region

This opengl example shows how to initialize opengl on a certain part of a form. Let's say you want your opengl window to be displayed on a panel and you also want to put other windows components on a form. See how. Full source code.

Price
Download NowBuy Online