[page:Object3D] →
		[name]
		base class for immediate rendering objects.
		Constructor
		[name]()
		
		This creates a new [name].
		
		Methods
		[method:null render]([page:Function renderCallback])
		
		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.
		
		Source
		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]