ziziplanet Check the main post, there are three examples to get you started. The rest of the plugin functions very similarly to three.js itself, so reading the documentation http://threejs.org/docs/ can be very helpful. Also make sure to read the descriptions for each action, condition and expression as they provide insight into how things work.
KZR The current version doesn't integrate into the editor, but i have an update I'm putting the final touches on that integrates much more streamlined into the workflow construct users are used to, and will be much more efficient to use since it implements optimized recycling routines and has a built in spatial hash accelerated 3D collision testing system.
To those of you waiting on the update: I've gotten basic collisions finalized and object recycling finalized. I've gotten 400 models of suzanne the monkey (pictured below) to display at 60 fps on my 1.8 ghz laptop with integrated graphics, so performance is quite good, and objects create and destroy without garbage collection hiccups. I've also implemented a system for controlling textures using constructs animation system, which even allows for animated textures! Next on my todo list is general optimizations and extra features to accelerate objects which are static, or share properties with other objects. I also need to add support for more file types. Once this is done a 3D sprite object should come soon after, and then possibly 3D model animations using skeletal rigging, of course before i get into doing more i'll release the Q3DObject update i've been promising for so long. Thank you for the patience everyone, i hope i can get it out soon!
(this is suzanne to give you an idea of the benchmark I did)