base class for immediate rendering objects.
This creates a new [name].
renderCallback -- A function to render the generated object.
This function needs to be overridden to start the creation of the object and should call renderCallback when finished.
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]