Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ makeobj(3g) — 4D1 2.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought



     makeobj(3G)                                           makeobj(3G)



NAME
makeobj - creates an object
SPECIFICATION
C makeobj(obj)
Object obj;
FORTRAN subroutine makeob(obj)
integer*4 obj
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, closeobj, genobj, isobj, chunksize
Programming Guide, Section 8.1, Defining an Object
NOTE
This routine is available only in immediate mode.
Page 1 (printed 8/20/87)

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