[name]
The Webglrenderer plugin class that allows Sprites 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.
Renders the sprites defined in the scene. This gets automatically called as post-render function to draw the lensflares.
Source
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]