[page:Material] →

[name]

A material for a [page:Sprite].

Constructor

[name]( [page:Object parameters] )

parameters -- an object defining the the default properties
color - color of the sprite
map - the texture map
rotation - the rotation of the sprite
fog - whether or not to use the scene fog

Properties

[property:Color color]

The texture is multiplied by this color. The default is 0xffffff

[property:Texture map]

The texture map. Default is null.

[property:Radians rotation]

The rotation of the sprite in radians. Default is 0.

[property:boolean fog]

Whether or not this material affected by the scene's fog. Default is false

Source

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