Handbook
Glossary
tests-world
Vocabulary
game
.
debug
.
tests
Definition
USING:
gpu.util.wasd
;
IN:
game.debug.tests
TUPLE:
tests-world
<
wasd-world
frame#
;
Methods
USING:
accessors
game.debug.tests
game.worlds
gpu
gpu.util.wasd
kernel
;
M:
tests-world
begin-game-world
init-gpu
0
>>frame#
{
0.0 0.0 2.0
}
0 0
set-wasd-view
drop
;
USING:
game.debug.tests
ui.gadgets.worlds
;
M:
tests-world
draw-world*
draw-debug-tests
;
USING:
game.debug.tests
gpu.util.wasd
kernel
;
M:
tests-world
wasd-far-plane
drop
1024.0
;
USING:
game.debug.tests
gpu.util.wasd
kernel
;
M:
tests-world
wasd-movement-speed
drop
0.0625
;
USING:
game.debug.tests
gpu.util.wasd
kernel
;
M:
tests-world
wasd-near-plane
drop
0.03125
;