I've done this before in Away3D 3.6 where I have a function that takes on a generic away3d.core.base.Object3D as a parameter that can then added to an ObjectContainer3D.
However the same does not seem to be working in 4.0. I'm getting the following error: 1118: Implicit coercion of a value with static type away3d.core.base:Object3D to a possibly unrelated type away3d.containers:ObjectContainer3D. Here is the code: // this = ObjectContainer3D, shape = Object3D this.addChild( shape );
