[Papervision3D] add toString function to trace

Patrick Matte | BLITZ PMatte at blitzagency.com
Wed Feb 21 20:00:21 EST 2007


Tell me if this is a great idea or not but maybe it would make tracing
easier if you added toString functions to some of the papervision
classes.

 

For exemple, Vertex3D toString could look something like this.

 

public function toString():String {

return "(x=" + x + ", y=" + y + ", z=" + z + ")";

}

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/papervision3d_osflash.org/attachments/20070221/263b4e98/attachment.htm


More information about the Papervision3D mailing list