Version 0 of TclGles20

Updated 2014-02-09 12:20:02 by apw

Description

TclGles20 is a layer package, which makes some of the OpenGL es 2.0 commands available (callable) from Tcl.

A Vertex has the Tcl form (list position color):

  [list [list x y z] [list r g b a]]

Position and color values are float values (colors between 0 .. 1).

Here is a list of the planned commands:

commandparam1param2param3param4
clearbufferredgreenbluealpha
drawlinestart_vertexend_vertex
drawtrianglevertex1vertex2vertex3
filltrianglevertex1vertex2vertex3