Handbook
Glossary
calc-bunny-normals ( vertexes indexes -- )
Vocabulary
gpu
.
demos
.
bunny
Inputs
vertexes
an
object
indexes
an
object
Outputs
None
Definition
USING:
grouping
kernel
sequences
;
IN:
gpu.demos.bunny
:
calc-bunny-normals
( vertexes indexes -- )
3
<groups>
swap
[
[
first3
]
dip
calc-bunny-normal
]
curry
each
;
inline