Whip the out-of-control USING: lines in bunny into shape

db4
Joe Groff 2008-07-11 19:48:41 -07:00
parent b19c3ee65e
commit 5b0fbf9abf
2 changed files with 7 additions and 13 deletions

View File

@ -1,10 +1,6 @@
USING: alien alien.c-types arrays sequences math math.vectors USING: accessors arrays bunny.cel-shaded bunny.fixed-pipeline
math.matrices math.parser io io.files kernel opengl opengl.gl bunny.model bunny.outlined destructors kernel math opengl.demo-support
opengl.glu shuffle http.client vectors namespaces ui.gadgets opengl.gl sequences ui ui.gadgets ui.gestures ui.render words ;
ui.gadgets.canvas ui.render ui splitting combinators
system combinators.lib float-arrays continuations
opengl.demo-support multiline ui.gestures bunny.fixed-pipeline
bunny.cel-shaded bunny.outlined bunny.model accessors destructors ;
IN: bunny IN: bunny
TUPLE: bunny-gadget < demo-gadget model-triangles geom draw-seq draw-n ; TUPLE: bunny-gadget < demo-gadget model-triangles geom draw-seq draw-n ;

View File

@ -1,9 +1,7 @@
USING: alien alien.c-types arrays sequences math math.vectors USING: accessors alien.c-types arrays combinators destructors http.client
math.matrices math.parser io io.files kernel opengl opengl.gl io io.encodings.ascii io.files kernel math math.matrices math.parser
opengl.glu io.encodings.ascii opengl.capabilities shuffle math.vectors opengl opengl.capabilities opengl.gl sequences sequences.lib
http.client vectors splitting system combinators splitting vectors words ;
continuations destructors namespaces sequences.lib
accessors ;
IN: bunny.model IN: bunny.model
: numbers ( str -- seq ) : numbers ( str -- seq )