Papervision3D Mouse Events on Dae Colladas
Getting interactivity on Collada files isn’t really intuitive. Papervision provides the event class InteractiveScene3DEvent for that purpose, but as with handling collada textures, you’ll have to recursively skim through the whole .dae file first. I’ve found a neat class here, which saved me a lot of headaches: http://www.blog.vivace.co.nz/?p=163
It always surprises me how PV3D, despite seemingly not being developed any further, consistently provides solutions for everything I stumble upon