gml.viewer: fix using.

db4
John Benediktsson 2014-12-17 14:45:31 -08:00
parent 979b3b6ab1
commit 45cf47c290
1 changed files with 11 additions and 11 deletions

View File

@ -1,14 +1,14 @@
USING: accessors alien.c-types alien.data.map arrays assocs USING: accessors alien.c-types alien.data alien.data.map arrays
byte-arrays colors combinators combinators.short-circuit assocs byte-arrays colors combinators combinators.short-circuit
destructors euler.b-rep euler.b-rep.triangulation fry destructors euler.b-rep euler.b-rep.triangulation fry game.input
game.input game.loop game.worlds game.models.half-edge gml.printer game.loop game.models.half-edge game.worlds gml.printer gpu
gpu gpu.buffers gpu.framebuffers gpu.render gpu.shaders gpu.state gpu.buffers gpu.framebuffers gpu.render gpu.shaders gpu.state
gpu.util.wasd hashtables images kernel literals locals math gpu.util.wasd growable images kernel literals locals math
math.ranges math.vectors math.vectors.conversion math.vectors.simd math.order math.ranges math.vectors math.vectors.conversion
math.vectors.simd.cords method-chains models sequences sets math.vectors.simd math.vectors.simd.cords method-chains models
specialized-arrays specialized-vectors typed math.order namespaces namespaces sequences sets specialized-vectors typed ui
ui ui.gadgets.worlds ui.gestures ui.pixel-formats growable vectors ui.gadgets ui.gadgets.worlds ui.gestures ui.pixel-formats
alien.data ; vectors ;
FROM: math.matrices => m.v ; FROM: math.matrices => m.v ;
FROM: models => change-model ; FROM: models => change-model ;
SPECIALIZED-VECTORS: ushort float-4 ; SPECIALIZED-VECTORS: ushort float-4 ;