makeobj() — 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
Objects are created with the makeobj command. makeobj takes an argument, a 31-bit integer name, that will be associated with the object. If an object with the given name previously existed, that object is deleted. When a makeobj command is executed, the object name is entered into a symbol table and memory is allocated for a display list. Subsequent graphics commands are compiled into the display list instead of being executed.
SEE ALSO
callobj, closeobj, genobj, isobj
NOTE
This command can be used only in immediate mode.
Version 2.4 — May 08, 1986