Handbook
Glossary
wasd-far-plane ( world -- far-plane )
Vocabulary
gpu
.
util
.
wasd
Inputs
world
an
object
Outputs
far-plane
an
object
Definition
IN:
gpu.util.wasd
GENERIC:
wasd-far-plane
( world -- far-plane )
Methods
USING:
gpu.demos.bunny
gpu.util.wasd
kernel
;
M:
bunny-world
wasd-far-plane
drop
256.0
;
USING:
gpu.util.wasd
kernel
model-viewer
;
M:
model-world
wasd-far-plane
drop
1024.0
;
USING:
game.debug.tests
gpu.util.wasd
kernel
;
M:
tests-world
wasd-far-plane
drop
1024.0
;
USING:
gpu.util.wasd
kernel
;
M:
wasd-world
wasd-far-plane
drop
1024.0
;