Hi,

I have created a 3D cube, loaded from a .dae file. I use that cube to
"clone" a bunch of instances and put them all over the place.

Then, each one them I add a mouse over listener to catch mouse over
event, and that works.

And inside that mouseover callback, I try to apply filter (to
highlight the selected cube) on that "event.target" object (which is
the cube) by pushing a filter to the "filters" array, but nothing
happen.. anyone knows the correct way to apply filters in this case??

thx.
Ronald

Reply via email to