[name]

A loader for loading a geometry out of a JSON file.
Unlike other loaders, this one emits events instead of using predefined callbacks. So if you're interested in getting notified when things happen, you need to add listeners to the object.
Possible events:

Constructor

[name]()

Methods

.load( [page:String url] )

url — required
Begin loading from url

Source

[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]