Files
DefinitelyTyped/types/three
Kira McLean 66572a9e43 Update MeshBasicMaterial type definition in @types/three-core (#29338)
* Allow `null` maps for `MeshBasicMaterial`s

A mesh can optionally have a `map` but right now this doesn't allow us to remove a material's map by setting it to `null`, which is the default value for maps.

* All textures are nullable

https://threejs.org/docs/#api/en/materials/MeshStandardMaterial

* Lots of other things are nullable, too

* Fix indentation

My editor changed the indentation of this file.. oops.

* Actually fix indentation
2018-10-03 11:54:02 -07:00
..