interactive (adding listeners to) DAE model in flex + papervision
Posted
by
G. Matthieu
on Stack Overflow
See other posts from Stack Overflow
or by G. Matthieu
Published on 2010-12-02T22:33:25Z
Indexed on
2011/01/16
16:53 UTC
Read the original article
Hit count: 238
I have a DAE model that is parsed into several parts. I am able to deal with them separately, such as changing their material or colour but I am having problems adding click or hover listeners over the children.
For example, lets say I have a model of a kitty where each facial feature is a child. I want to be able to hover or click the features and have a window pop up explaining the feature.
I've tried parsing the model and adding listeners but it doesn't seem to work.
Thanks in advance!
L
© Stack Overflow or respective owner