OBJReader.read
- OBJReader.read()[source]
Read the contents of the file, line by line.
Every line is split into a head and a tail. The head determines the meaning of the data found in tail.
#
: commentv
: vertex coordinatesvt
: vertex texturevn
: vertex normalvp
: parameter vertexp
: pointl
: linef
: facedeg
: freeform attribute degreebmat
: freeform attribute basis matrixstep
: freeform attribute step sizecstype
: freeform attribute curve or surface typeo
: start of named objectg
: start of a named group
- Returns
None