TexPoly() does not support SCASM vattr's
Brought to you by:
tmurakam
TexPoly( ait 1 2 3 4 )
causes an compiler error, and after patching "fscvis.fsc"
elsif ($vattr == "at" || $vattr=="ait" || $vattr=="ats" )
$autotex = 1
$pnum = %#
$pskip = 0
$pst = 1
elsif ($vattr == "ar")
The object does not appear -- either the texture coordinates or vector is not being computed correctly.