Difference between revisions of "Sprite"
From polycount
Cheeseplus (Talk | contribs) m (3 revisions) |
EricChadwick (Talk | contribs) (Undo revision 3347 by EricChadwick (talk)) |
||
Line 1: | Line 1: | ||
− | + | A sprite is a polygon with a texture using [[TransparencyMap|transparency]], that rotates on all axes to stay flat to the screen. | |
− | + | ||
+ | Some sprites are set to rotate only on the up axis, trees or grass for example. | ||
+ | |||
+ | Used for particles, far away trees, grass, clouds, UI elements, etc. | ||
+ | |||
+ | Also called [[Billboard|Billboard]], Imposter, Flag, Kite, Stamp. | ||
+ | ---- | ||
+ | [[Category:Glossary]] |
Latest revision as of 19:26, 14 February 2015
A sprite is a polygon with a texture using transparency, that rotates on all axes to stay flat to the screen.
Some sprites are set to rotate only on the up axis, trees or grass for example.
Used for particles, far away trees, grass, clouds, UI elements, etc.
Also called Billboard, Imposter, Flag, Kite, Stamp.