[Papervision3D] XRay / logging and AS3 projects

Kelvin Luck kelvin at kelvinluck.com
Tue Apr 3 07:44:13 EDT 2007


D'oh! I basically had it working but I didn't notice the little checkbox "Show output" in the XRay app. It wasn't checked and so nothing was showing up and I thought I was doing something wrong...

Thanks for the help,

Kelvin :)

On Tue, 03 Apr 2007 12:25:29 +0100, Trevor Burton <worldofpaper at googlemail.com> wrote:

> You'll have to wait for John to wake up to get all the details on xRay i
> think... i don't think the AS3 version has all the capabilities of the AS2
> version (not yet, anyway) - but he is working on it here and there.
>
> Basic usage is just to create an instance of XrayLog() in the class you want
> to log from and then you can use the info() method to trace out whatever you
> need to trace out.
>
> var logger:XrayLog() = new XrayLog();
>
> logger.info("Hello World");
>
> that sort of thing...
>
> T



More information about the Papervision3D mailing list