[Papervision3D] viewportlayers origin sort.
John Brookes
jbpv3d at googlemail.com
Fri May 1 08:55:29 PDT 2009
looking at the source
I'm guessing its for when you swap a do3d between layers (not tried that
though) or have useowncontainer and a filter pre applied.
eg
plane.useOwnContainer = true;
plane.filters = [new BlurFilter()];
planeLayer = new ViewportLayer(viewport, plane, true);
planelayer has blur filter and plane is now sorted through planelayer.
without useowncontainer that wouldn't work.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://osflash.org/pipermail/papervision3d_osflash.org/attachments/20090501/dadfe9b1/attachment.html>
More information about the Papervision3D
mailing list