Documentazione di Gambas
Application Repository
Come...
Componenti
gb
gb.args
gb.data
gb.db - Database access component
gb.dbus
gb.debug
gb.desktop
gb.eval
gb.eval.highlight
gb.form.dialog
gb.image
gb.inotify
gb.net
gb.pcre
gb.qt4
gb.qt5
gb.sdl.sound - Sound library based on SDL
gb.settings
gb.v4l
Da fare
Documentazione Sviluppatori
Documenti
Indice del linguaggio
LEGGIMI
Lessico
Licenza dello Wiki
Messaggi di errore
Panoramica del linguaggio
Registrazione
Ultime modifiche
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)
Questa classe รจ statica.
Costanti
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
Metodi statici
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.