Hi, I'm fairly new to Away3d, so bare with me here...
I'm trying to extend the Plane primitive, so it has some extra functionality. And I would preferrable also add some as3dmod modifierStack to that class. But to be able to do that, it has to be added to the displayList. But I don't see that the Plane is a displayObject, so it will never dispatch an event. Is there a way to make my extended class so that it will be able to dispatch an event? Or does Away3d provide something else for that? Thanks, Marco
