[name]
		The Webglrenderer plugin class that allows shadowmaps to be rendered in the WebglRenderer. This plugin is automatically loaded in the Webglrenderer.
		Constructor
		[name]()
		
		Creates a new [name].
		
		Methods
		[method:null render]([page:Scene scene], [page:Camera camera])
		
		scene -- The scene to render. 
		camera -- The camera to render.
		
		
		Prepares the shadowmaps to be rendered defined in the scene. This gets automatically called as pre render function to draw the lensflares.
		
		Source
		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]