actionscript - interactive (adding listeners to) DAE model in flex + papervision -


i have dae model parsed several parts. able deal them separately, such changing material or colour having problems adding click or hover listeners on children.

for example, lets have model of kitty each facial feature child. want able hover or click features , have window pop explaining feature.

i've tried parsing model , adding listeners doesn't seem work.

thanks in advance!

l

hard pin point problem description, check following:

  1. make sure viewport interactive
  2. make sure material material interactive
  3. make sure displayobject3d assign listener not null.

point 3, collada objects, can have nested objects, make sure add listener object has geometry, not empty(no geometry) container. points 1,2, both viewport , material have boolean property called interactive must set true mouse events.

hth


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -