Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
GLUE

Method 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" ); };