Merge branch 'master' of git://factorcode.org/git/factor
commit
e92a30e906
|
@ -2,13 +2,17 @@
|
||||||
USING: kernel namespaces arrays sequences grouping
|
USING: kernel namespaces arrays sequences grouping
|
||||||
alien.c-types
|
alien.c-types
|
||||||
math math.vectors math.geometry.rect
|
math math.vectors math.geometry.rect
|
||||||
opengl.gl opengl.glu opengl.demo-support opengl generalizations vars
|
opengl.gl opengl.glu opengl generalizations vars
|
||||||
combinators.cleave colors ;
|
combinators.cleave colors ;
|
||||||
|
|
||||||
IN: processing.shapes
|
IN: processing.shapes
|
||||||
|
|
||||||
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
|
: do-state ( mode quot -- ) swap glBegin call glEnd ; inline
|
||||||
|
|
||||||
|
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
VAR: fill-color
|
VAR: fill-color
|
||||||
VAR: stroke-color
|
VAR: stroke-color
|
||||||
|
|
Loading…
Reference in New Issue