Handbook
Glossary
normalize-bunny-normals ( vertexes -- )
Vocabulary
gpu
.
demos
.
bunny
Inputs
vertexes
an
object
Outputs
None
Definition
USING:
accessors
kernel
math.vectors
sequences
;
IN:
gpu.demos.bunny
:
normalize-bunny-normals
( vertexes -- )
[
[
normalize
]
change-normal
drop
]
each
;
inline