pike.ida.liu.se
Search for
Home > Docs > Pike reference

[Top]
GLUE

GLUE.PushPop()


Method PushPop

void PushPop(function f)

Description

Performs function f between GL.glPushMatrix and GL.glPopMatrix calls.

Example

PushPop() { GL.glTranslate( 0.01, -0.9, 0.0 ); write_text( "Press esc to quit" ); };

Module reference for Pike v7.8 release 116, 2008-12-31