Handbook
Glossary
tick-sphere ( sphere -- )
Vocabulary
gpu
.
demos
.
raytrace
Inputs
sphere
an
object
Outputs
None
Definition
USING:
accessors
kernel
math
;
IN:
gpu.demos.raytrace
:
tick-sphere
( sphere -- )
dup
dtheta>>
[
+
]
curry
change-theta
drop
;