mesh>vertices ( mesh-tag -- pair )


Vocabulary
game.models.collada.private

Inputs
mesh-taga tag


Outputs
paira pair


Word description
Convert the mesh tag's vertices element to a pair for further lookup in collect-sources.

Definition


: mesh>vertices ( mesh-tag -- pair )
"vertices" x/
[ "id" x@ ] [
"input"
[ [ "semantic" x@ ] [ "source" x@ ] bi 2array ] x*
] bi 2array ;