Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ makeobj(3G) — GL2 W3.6

Media Vault

Software Library

Restoration Projects

Artifacts Sought

makeobj(3G)  —  Silicon Graphics

NAME

makeobj − creates an object

SPECIFICATION

C
makeobj(obj)
Object obj;

FORTRAN
subroutine makeob(obj)
integer*4 obj

Pascal
procedure makeobj(obj: Object);

DESCRIPTION

makeobj creates a graphics object.  makeobj takes one argument, a 31-bit integer that is associated with the object.  If obj is the number of an existing object, the contents of that object are deleted. 

When makeobj executes, the object number is entered into a symbol table and memory is allocated for a display list.  Subsequent graphics routines are compiled into the display list instead of executing. 

SEE ALSO

callobj, chunksize, closeobj, genobj, isobj Programming Guide, Section 8.1, Defining an Object

NOTE

This routine is available only in immediate mode. 

Version 3.6  —  December 20, 1987

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026