Texture Name (txtrNm)
key: txtrNm
type: S
- string: texture name.
Description
look up texture with this name and substitute it here
Conventions
By convention the name should refer to a named texture previously defined
using a named texture (nmdTxtr) chunk.
Examples
nmdTxtr "checker"
imgFl "checker.ppm" "ppm" end % a ppm file is stored in "foo.ppm"
end
nmdMtrl "matname"
lmbrtn
txtrMp "vrtxUV"
txtrNm "checker" end
end
end
end