Kaya 0.5.3 module reference for GL
List of modules in this version
Data types
Exceptions
Functions
- Void begin(Primitive p) -
- Void bindTexture(TextureType tt,Int texid) -
- Void build2DMipmaps(TextureTarget t,Int components,Int width,Int height,PixelFormat pf,Type pt,Binary pixels) -
- Void callList(Int l) -
- Void checkError() -
- Void clear([Buffer] bs) -
- Void clearColor(Float r,Float g,Float b,Float a) -
- Void clearDepth(Float v) -
- Void color(Color col) -
- Void deleteTexture(Int texid) -
- Void disable(Feature f) -
- Void enable(Feature f) -
- Void end() -
- Void endList() -
- Void finish() -
- Void flush() -
- Void frustum(Float left,Float right,Float bottom,Float top,Float near,Float far) -
- Int genLists(Int num) -
- Int genTexture() -
- Bool isEnabled(Feature f) -
- Void light(Int light,LightParam p) -
- Void loadIdentity() -
- Void lookAt(Float eyex,Float eyey,Float eyez,Float centrex,Float centrey,Float centrez,Float upx,Float upy,Float upz) -
- Void material(Face face,Material mat) -
- Void matrixMode(MatrixMode m) -
- Void newList(Int l,ListMode m) -
- Void normal(Vector p) -
- Void ortho(Float left,Float right,Float bottom,Float top,Float near,Float far) -
- Void ortho2D(Float left,Float right,Float bottom,Float top) -
- Void perspective(Float fovy,Float aspect,Float near,Float far) -
- Void popMatrix() -
- Void pushMatrix() -
- Void rotate(Float angle,Float x,Float y,Float z) -
- Void scale(Float x,Float y,Float z) -
- Void shadeModel(ShadeModel m) -
- Void texCoord(Point p) -
- Void texImage2D(TextureTarget t,Int level,TextureFormat tf,Int width,Int height,Int border,PixelFormat pf,Type pt,Binary pixels) -
- Void texMode(TextureFunc f) -
- Void texParameter(TextureType t,TextureParam p) -
- Void translate(Float x,Float y,Float z) -
- Void vertex(Point p) -
- Void viewport(Int x,Int y,Int width,Int height) -
kaya@kayalang.org | Last modified 13 July 2009 | Supported by Durham CompSoc |