Unit openglunit

DescriptionusesClasses, Interfaces and ObjectsFunctions and ProceduresTypesConstantsVariables

Description

This unit has some utility functions for OpenGl

uses

Functions and Procedures

Overview

procedure DrawOriginLines; overload;
procedure DrawOriginLines(length:single); overload;
procedure DrawRectangle(x,y,w,h:single; r,g,b:single);
procedure DrawBoundedRect(x,y,w,h:integer; r,g,b:single; raised:boolean=true);

Description

procedure DrawBoundedRect(x,y,w,h:integer; r,g,b:single; raised:boolean=true);

 

procedure DrawOriginLines(length:single); overload;

 

procedure DrawOriginLines; overload;

 

procedure DrawRectangle(x,y,w,h:single; r,g,b:single);

 

Constants

NameDescription
SCREEN_WIDTH = 800;  
SCREEN_HEIGHT = 600;  
SCREEN_BPP = 16;  

Generated by PasDoc 0.8.8 on 2005-03-14 21:03:49