Material →
SpriteMaterial
Constructor
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
See the base
Material class for common properties.
The texture is multiplied by this color. The default is 0xffffff
The texture map. Default is null.
The rotation of the sprite in radians. Default is 0.
Whether or not this material affected by the scene's fog. Default is false
Source
src/materials/SpriteMaterial.js
Edit