X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fopengl%2Fdemo-support%2Fdemo-support.factor;h=5c639e5020cd5f9d5f28807f606c0bf3613f2224;hp=a433bfacabd8efa4b25f8bc5d313c79d8c6e5b98;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/opengl/demo-support/demo-support.factor b/extra/opengl/demo-support/demo-support.factor index a433bfacab..5c639e5020 100644 --- a/extra/opengl/demo-support/demo-support.factor +++ b/extra/opengl/demo-support/demo-support.factor @@ -1,6 +1,6 @@ -USING: arrays kernel math math.functions math.order math.vectors -namespaces opengl opengl.gl sequences ui ui.gadgets ui.gestures -ui.gadgets.worlds ui.render accessors combinators literals ; +USING: accessors combinators kernel literals math math.functions +math.order math.vectors namespaces opengl opengl.gl sequences +ui.gadgets ui.gadgets.worlds ui.gestures ; IN: opengl.demo-support CONSTANT: FOV $[ 2.0 sqrt 1 + ]