Gambas Documentation
Application Repository
Code Snippets
Compilation & Installation
Components
gb
gb.args
gb.cairo
gb.chart
gb.clipper
gb.complex
gb.compress
gb.crypt
gb.data
gb.db
gb.db.form
gb.db.mysql
gb.db.odbc
gb.db.postgresql
gb.db.sqlite2
gb.db.sqlite3
gb.dbus
gb.dbus.trayicon
gb.debug
gb.desktop
gb.desktop.gnome.keyring
gb.desktop.x11
gb.eval
gb.eval.highlight
gb.form
gb.form.dialog
gb.form.editor
gb.form.htmlview
gb.form.mdi
gb.form.print
gb.form.stock
gb.form.terminal
gb.gmp
gb.gsl
gb.gtk
gb.gtk.opengl
gb.gtk3
gb.gtk3.opengl
gb.gtk3.webview
gb.gui
gb.gui.opengl
gb.gui.qt
gb.gui.qt.ext
gb.gui.qt.opengl
gb.gui.qt.webkit
gb.gui.trayicon
gb.gui.webview
gb.hash
gb.highlight
gb.image
gb.image.effect
gb.image.imlib
gb.image.io
gb.inotify
gb.jit
gb.libxml
gb.logging
gb.map
gb.markdown
gb.media
gb.media.form
gb.memcached
gb.mime
gb.mongodb
gb.mysql
gb.ncurses
gb.net
gb.net.curl
gb.net.pop3
gb.net.smtp
gb.openal
gb.opengl
gb.opengl.glsl
gb.opengl.glu
Glu
AUTO_LOAD_MATRIX
BeginCurve
BeginSurface
BeginTrim
Build1DMipmaps
Build2DMipmaps
ClearColor
Color
CULLING
Cylinder
DeleteNurbsRenderer
Disk
DISPLAY_MODE
EndCurve
EndSurface
EndTrim
ErrorString
FILL
FLAT
INSIDE
INVALID_ENUM
INVALID_VALUE
LINE
LookAt
NewNurbsRenderer
NewQuadric
NONE
NURBS_MODE
NurbsCurve
NurbsProperty
NurbsSurface
Ortho2D
OUT_OF_MEMORY
OUTSIDE
PARAMETRIC_TOLERANCE
PartialDisk
Perspective
PickMatrix
POINT
Project
QuadricDrawStyle
QuadricNormals
QuadricOrientation
QuadricTexture
SAMPLING_METHOD
SAMPLING_TOLERANCE
SILHOUETTE
SMOOTH
Sphere
U_STEP
UnProject
UnProject4
V_STEP
GluNurb
GluQuadric
gb.opengl.sge
gb.openssl
gb.option
gb.pcre
gb.pdf
gb.poppler
gb.qt4
gb.qt4.ext
gb.qt4.opengl
gb.qt4.webkit
gb.qt4.webview
gb.qt5
gb.qt5.ext
gb.qt5.opengl
gb.qt5.webkit
gb.qt5.webview
gb.qt6
gb.qt6.ext
gb.qt6.opengl
gb.qt6.webview
gb.report
gb.report2
gb.scanner
gb.sdl
gb.sdl.sound
gb.sdl2
gb.sdl2.audio
gb.settings
gb.signal
gb.term
gb.test
gb.util
gb.util.web
gb.v4l
gb.vb
gb.web
gb.web.feed
gb.web.form
gb.web.gui
gb.xml
gb.xml.html
gb.xml.rpc
gb.xml.xslt
Controls pictures
Deprecated components
Developer Documentation
Development Environment Documentation
Documents
Error Messages
Gambas Playground
How To's
Language Index
Language Overviews
Last Changes
Lexicon
README
Search the wiki
To Do
Topics
Tutorials
Wiki License
Wiki Manual
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
Glu (gb.opengl.glu)
This class is static.
Constants
AUTO_LOAD_MATRIX
CULLING
DISPLAY_MODE
FILL
FLAT
INSIDE
INVALID_ENUM
INVALID_VALUE
LINE
NONE
NURBS_MODE
OUTSIDE
OUT_OF_MEMORY
PARAMETRIC_TOLERANCE
POINT
SAMPLING_METHOD
SAMPLING_TOLERANCE
SILHOUETTE
SMOOTH
U_STEP
V_STEP
Static methods
BeginCurve
Delimit a NURBS curve definition.
BeginSurface
Delimit a NURBS surface definition.
BeginTrim
Delimit a NURBS trimming loop definition.
Build1DMipmaps
Builds a one-dimensional mipmap.
Build2DMipmaps
Builds a two-dimensional mipmap.
ClearColor
A Gambas extension method that does the same thing as
Gl.ClearColor
, but by specifying the
Color
with a Gambas integer color number.
Color
A Gambas extension method that does the same thing as
Gl.Color3f
, but by specifying the
Color
with a Gambas integer color number.
Cylinder
Specifies the quadrics object (created with Glu.NewQuadric).
DeleteNurbsRenderer
Destroy a NURBS object.
Disk
Specifies the quadrics object (created with Glu.NewQuadric).
EndCurve
Delimit a NURBS curve definition.
EndSurface
Delimit a NURBS surface definition.
EndTrim
Delimit a NURBS trimming loop definition.
ErrorString
Produce an error string from a GL or GLU error code.
LookAt
Define a viewing transformation.
NewNurbsRenderer
Create a NURBS object.
NewQuadric
Create a quadrics object.
NurbsCurve
Define the shape of a NURBS curve.
NurbsProperty
Set a NURBS property.
NurbsSurface
Define the shape of a NURBS surface.
Ortho2D
Define a 2D orthographic projection matrix.
PartialDisk
Specifies a quadrics object (created with
Glu.NewQuadric
).
Perspective
Set up a perspective projection matrix.
PickMatrix
Define a picking region.
Project
Map object coordinates to window coordinates.
QuadricDrawStyle
Specify the draw style desired for quadrics.
QuadricNormals
Specify what kind of normals are desired for quadrics.
QuadricOrientation
Specify inside/outside orientation for quadrics.
QuadricTexture
Specify if texturing is desired for quadrics.
Sphere
Specifies the quadrics object (created with
Glu.NewQuadric
).
UnProject
Map window coordinates to object coordinates.
UnProject4
Map window and clip coordinates to object coordinates.