new Material() Abstract base class for materials. Materials describe the appearance of objects. They are defined in a (mostly) renderer-independent way, so you don't have to rewrite materials if you decide to use a different renderer. Source: script.js, line 130 See: Material MeshBasicMaterial MeshLambertMaterial MeshPhongMaterial MeshStandardMaterial PointsMaterial