Handbook
Glossary
mesh>vertices ( mesh-tag -- pair )
Vocabulary
game
.
models
.
collada
.
private
Inputs
mesh-tag
a
tag
Outputs
pair
a
pair
Word description
Convert the mesh tag's vertices element to a pair for further lookup in
collect-sources
.
Definition
USING:
arrays
kernel
;
IN:
game.models.collada.private
:
mesh>vertices
( mesh-tag -- pair )
"vertices"
x/
[
"id"
x@
]
[
"input"
[
[
"semantic"
x@
]
[
"source"
x@
]
bi
2array
]
x*
]
bi
2array
;