Files
DefinitelyTyped/threejs
Michal Moravčík a6191ce9e5 THREE js cleanup, removal of BoundingSphere interface (#10416)
* fixed typo

* replaced some arrays with ArrayLike

some math methods and objects are commonly used with geometry attributes which are TypedArrays

* removed BoundingSphere interface

geometry bounding spheres are THREE.Spheres and internally not only radius is used
2016-08-03 00:49:44 +09:00
..