[Papervision3D] HelloHotspot Error
Zohar Babin (G)
z.babin at gmail.com
Tue Jan 16 05:45:43 EST 2007
Hey all, Great project!
I tried the examples in the AS3 dir.
The HelloHotspot example has a problem that needs to be fixed in the svn:
In the Main.as file -
The Poster variable is defined (by mistake of Search & Replace probably)
backward J
Line 67:
var plane :Poster = new Poster( material, 1.5 );
Should be instead:
var Poster :Plane = new Plane( material, 1.5 );
and all the following references in Main.as file to "plane" should be to
"Poster" instead.
Besides that, great work, this project is one of the best that has ever come
out for flash! Thanks.
Zohar.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/papervision3d_osflash.org/attachments/20070116/b2862551/attachment.htm
More information about the Papervision3D
mailing list