Class Builder-Application

Stub class for builder application context loading

Part of:

package cityscape, class application

Direct Superclass

application

Slot

osd-font
FTGL foreign font object.
Initform:(new-texture-font (namestring (merge-pathnames fonts/federation.ttf *data-dir*))), Initargs::osd-font; Reader:osd-font.
osd-font-size
OSD Font size in points at 72 DPI.
Initform:14, Initargs::osd-font-size; Reader:osd-font-size; Type:(integer 0).

Direct Method

opengl-loadCode to be run when an opengl-loadable object is added to a running context or when the context c...

Other Method

opengl-context-addAdd an opengl-loadable object to the running context, or queue for when one is started.
opengl-unloadCode to be run as an OpenGL context is closed, or an object is removed from the context.