strings>faces ( strings -- faces )


Vocabulary
game.models.obj.private

Inputs
stringsa sequence


Outputs
facesa sequence


Word description
Convert a sequence of '/'-delimited strings into a sequence of sequences of numbers. Each number is an index into the vertex, texture or normal tables, respectively.

Definition