[Papervision3D] AS3 drawing API - filled 2x slower then wireframe
Tim Knip
tim.knip at gmail.com
Fri Jan 12 21:18:34 EST 2007
So, how would:
r = ByteArray.readByte()
g = ByteArray.readByte()
b = ByteArray.readByte()
color = pack( r, g, b );
compare to:
color = BitmapData.getPixel();
Could it be? ;-)
T
More information about the Papervision3D
mailing list