Codex Gamicus
Register
Advertisement

A sprite is a rendered 2D graphic, used mostly in the 1980s and 1990s, particularly the SNES and Genesis days. It is not the background. Sprites are often on a different layer as items or characters. Sprites usually have some transparency.

Sprites

Sprites from the game Fire Emblem: The Sacred Stones.

As games went 3D, sprites became rarer, replaced by models. Sprites were still incorporated, since they were smaller files, for less important things such as backgrounds (The crowds in games like WWF No Mercy had sprites for crowds) or various explosions (Super Smash Bros. Melee used many sprites for items & hit explosions).

Sprites tend to take longer to animate then models, because they require redrawing, while models only need to be moved. Because of the time it takes, sprites are often the subject of palette swapping.

Overview[ | ]

File:Vg graphics.svg
Part of a series on:
Video game graphics
v · d · e

In computer graphics, a sprite[1][2] (also known by other names; see Synonyms below) is a two-dimensional bitmap graphic object that can be a static image or animation (2D computer graphics) that is integrated into a larger scene. Initially including just graphical objects handled separately from the memory bitmap of a video display, this now includes various manners of graphical overlays.

Originally, sprites were a method of integrating unrelated bitmaps so that they appeared to be part of the normal bitmap on a screen, such as creating an animated character that can be moved on a screen without altering the data defining the overall screen. Such sprites can be created by either electronic circuitry or software. In circuitry, a hardware sprite is a hardware construct that employs custom DMA channels to integrate visual elements with the main screen in that it super-imposes two discrete video sources. Software can simulate this through specialized rendering methods.

More recently, CSS sprites are used in web design as a way to improve performance by combining numerous small images or icons into a larger image called a sprite sheet or tile set, and selecting which icon to show on the rendered page using Cascading Style Sheets.

As three-dimensional graphics became more prevalent, sprites came to include flat images seamlessly integrated into complicated three-dimensional scenes.

History[ | ]

File:Sprite anatomy 2d.svg

2D coordinates of an isometric sprite.

File:Sprite anatomy 3d.svg

3D coordinates of an isometric sprite.

The first video game with color sprites was 1973 arcade game Playtron,[3] developed by Japanese company Kasco,[4] which only manufactured two cabinets of the game.[5]

The use of read-only memory in arcade games from around 1974 allowed the widespread use of sprites. Taito released some of the earliest known video games with sprites that year, including Basketball, a sports game that represented four basketball players and two baskets as sprite images,[6] and Speed Race, a racing video game that represented cars as sprite images,[7] which could collide with each other and vertically scroll across a race track.[8] The following year, they released Western Gun, a run and gun multi-directional shooter that was the earliest known video game to visually represent game characters as sprites,[9] as well as the first to depict a gun on screen.[10] Gun Fight's sprite graphics were powered by the Fuujitsu MB14241 video shifter, the first graphics processor used for video games; it would be used by Taito and Midway in subsequent arcade games, including Taito's blockbuster hit Space Invaders in 1978. The arcades would remain at the forefront of sprite graphics technology, producing the most advanced sprite graphics possible since the 1970s through to the 1990s.

Speed Race, which ran on Taito Discrete Logic hardware in 1974,[11] featured sprites[12] with collision detection moving along a vertical scrolling playfield.[8] The Fujitsu MB14241 was used to accelerate the drawing of sprite graphics for various 1970s arcade games from Taito and Midway, such as Gun Fight (1975), Sea Wolf (1976) and Space Invaders (1978). It could display up to 11 sprites per scanline.[13] In 1976, Signetics devised a video/graphics processor capable of generating sprite graphics. The Signetics 2636 video processor was first used in the Radofin 1292 Advanced Programmable Video System, released in 1976.

In the mid-1970s, Signetics devised the first video/graphics processors capable of generating sprite graphics on a home system. The Signetics 2636 video processors were first used in the 1976 Radofin 1292 Advanced Programmable Video System.

In 1977, the Taito Z80 arcade system board used for Super Speed Race[14] was capable of generating up to 16 sprites in hardware and display 4 sprites per scanline. Each sprite could have a size up to 32 pixels in width or height and display up to 15 colors.[15]

The Atari VCS, released in 1977, features a hardware sprite implementation wherein five graphical objects can be moved independently of the game playfield. The VCS's sprites, called players and missiles, are constructed from a single row of pixels that displayed on a scan line; to produce a two-dimensional shape, the sprite's single-row bitmap is altered by software from one scanline to the next.

The Atari 400 and 800 home computers of 1979 feature similar, but more elaborate circuitry, capable of moving eight Player/Missile objects per scanline—four 8-bit wide players, and four 2-bit wide missiles. This more advanced version allows operation like the VCS where the CPU modifies the graphics pattern register for each scan line, or an automatic mode where the display chip performs DMA from a table in memory populating the graphics pattern registers for each scan line. In the automatic DMA mode vertical motion is simulated by moving the sprite's up and down incrementally in memory. The hardware produces a two-dimensional bitmap several pixels wide, and as tall as the screen. The width of pixels can also vary from 1, 2, or 4 color clocks. Multiple Player objects can be merged to produce a multi-color player. The four missile objects can be grouped together as a fifth Player and colored independently from the Players.

In 1979, the Namco Galaxian arcade system used specialized graphics hardware supporting RGB color, multi-colored sprites and tilemap backgrounds. It could display up to 64 hardware sprites on screen and 16 per scanline. Each sprite could be up to 16x16 pixels in size, with 3 colors each.[16] The Galaxian hardware was widely used during the golden age of arcade video games, by game companies such as Namco, Centuri, Gremlin, Irem, Konami, Midway, Nichibutsu, Sega and Taito.[17][18] The Elektor TV Games Computer in 1979 was an early microcomputer capable of generating sprite graphics, which Signetics referred to as "objects".

The term sprite was first used in the graphic sense by one of the definers of the Texas Instruments 9918(A) video display processor (VDP),[19] released in 1981. The term was derived from the fact that sprites, rather than being part of the bitmap data in the framebuffer, instead "floated" around on top without affecting the data in the framebuffer below, much like a ghost or "sprite". By this time, sprites had advanced to the point where complete two-dimensional shapes could be moved around the screen horizontally and vertically with minimal software overhead.

The CPU would instruct the external chips to fetch source images and integrate them into the main screen using direct memory access channels. Calling up external hardware, instead of using the processor alone, greatly improved graphics performance. Because the processor was not occupied by the simple task of transferring data from one place to another, software could run faster; and because the hardware provided certain innate abilities, programs were also smaller.

In the 1980s, sprite-scaling became a popular technique in arcade games to represent a three-dimensional perspective using 2D sprite graphics. Sega in particular was at the forefront of sprite-scaling graphics with its powerful custom Super Scaler graphics boards, which could quickly scale and rotate many large colourful sprites at high frame rates. Sega's Super Scaler hardware powered a string of 1980s arcade hits ranging from Space Harrier and Out Run to After Burner and Galaxy Force. Other arcade manufacturers such as Namco, Capcom and SNK also relied on custom graphics processors in order to produce similarly advanced sprite graphics in the 1980s to early 1990s. Following the rise of true 3D polygon graphics in the early 1990s, the sprite-scaling technique declined in popularity.

Hardware sprites[ | ]

In early video gaming, hardware sprites were a method of compositing separate bitmap so that they appear to be part of a single image on a screen.

Many early graphics chips had true spriting use capabilities in which the sprite images were integrated into the screen, often with priority control with respect to the background graphics, at the time the video signal was being generated by the graphics chip.

These contrasted with software and blitter methods of 2D animation which modify a framebuffer held in RAM, which required more memory cycles to load and store the pixels, sometimes with an additional mask, and refresh backgrounds behind moving objects. These methods frequently required double buffering to avoid flickering and tearing, but placed fewer restrictions on the size and number of moving objects.

The sprite engine is a hardware implementation of scanline rendering. For each scanline the appropriate scanlines of the sprites are first copied (the number of pixels is limited by the memory bandwidth and the length of the horizontal retrace) into very fast, small, multiple (limiting the number of sprites on a line), and costly caches (the size of which limit the horizontal width) and as the pixel are sent to the screen, these caches are combined with each other and the background. It may be larger than the screen and is usually tiled, where the tile map is cached, but the tile set is not. For every pixel, every sprite unit signals its presence onto its line on a bus, so every other unit can notice a collision with it. Some sprite engines can automatically reload their "sprite units" from a display list. The sprite engine has synergy with the palette. To save registers, the height of the sprite, the location of the texture, and the zoom factors are often limited. On systems where the word size is the same as the texel there is no penalty for doing unaligned reads needed for rotation. This leads to the limitations of the known implementations:

Sprite Hardware Features
Year System(s), chip(s) Sprites on screen Sprites on line Max. texels on line Texture width Texture height Colors Hardware zoom Rotation Background Collision detection Transparency Source
1974 Taito Discrete Logic,
arcade hardware[20]
14  9 60 4, 8, 16 4, 8 1 No No 1 tile or bitmap layer Yes No [21][22]
1975 Fujitsu MB14241
(Midway 8080, Taito 8080)
60 9 144 4 to 32 1 to 224 1 1, 2× vertical, 1, 2× horizontal Screen orientation 1 bitmap layer Yes Color key [13]
1976 Speed Race Twin,
Taito Discrete Logic
10  6 48 4, 8 8, 16 1, 3 1, 2× integer No 1 tile or bitmap layer Yes Color key [23][24]
Sega Discrete Logic,[25]
Sega 94789-P
5  5 96 8, 16, 32, 64 8, 16, 32, 64 1 1, 2× integer Horizontal mirroring 1 tile or bitmap layer Yes Color key [26][27][28]
Fairchild Channel F, F8 Display list (run by CPU) 9 56 4, 8 5, 8 1 No No 1 bitmap layer No Color key [29][30][31]
Signetics 2636/2637
(1292, VC 4000, Arcadia)
4 4 32 8 8 1 No No 1 bitmap layer No Color key [32]
1977 Atari 2600,
TIA
9 (5 multiplied by CPU) 9 (with triplication) 51 (with triplication) 1, 8 192 1 1, 2, 4, 8× horizontal Horizontal mirroring 1 bitmap layer Yes Color key [33]
Taito Z80,
Taito AO84-91335-C762[34]
7 7 224 32 16 15 No Screen orientation 1 tile or bitmap layer Yes Color key [14][15]
1979 Namco Galaxian,
Namco LFSR
Display list 15 240 8, 16 8, 16 3 1, 2, 3× vertical, 1, 2, 3× horizontal Horizontal and vertical mirroring 1 tile layer and 1 bitmap layer Yes Color key [16][17][35]
Atari 8-bit,
GTIA/ANTIC
Display list 8 40 2, 8 128, 256 1, 3 1, 2× vertical, 1, 2, 4× horizontal No 1 bitmap layer Yes Color key [36]
Texas Instruments TMS9918
(TI-99/4, ColecoVision, MSX, SG‑1000)
32 4 64 8, 16 8, 16 1 1, 2× integer No 1 tile layer Partial Color key [37]
Radar Scope,
Nintendo Classic
64  16 256 8, 16, 32 8, 16, 32 3, 7 Analog scaling Horizontal and vertical mirroring 1 tile layer, 1 bitmap layer Yes Color key [38][39]
[40][41]
1980 Namco Pac-Man,
Namco NVC293
8 8 128 16 16 3 No Horizontal and vertical mirroring 2 tile layers Yes Color key [42][43][44]
1981 Jump Bug,
Sega Z80
Display list  16 256 8, 16 8, 16, 32 3, 7 1, 2× integer No 1 tile layer and 1 bitmap layer Yes Color key
KO Punch 32 16 256 16 16 7 No Horizontal mirroring 1 bitmap layer ? Color key [45]
Sega G80,
Raster Display Controller
64 32 256 8, 16 8, 16 3 Vector scaling Screen orientation 2 tile layers Yes Color key [46][47][48]
Sega VCO Object,
arcade hardware
64 16 315 8 to 20 8 to 20 3, 7 Voltage control Background tile mirroring 1 tile layer and 1 bitmap layer Yes Color key [49]
1982 C64, VIC-II Display list run by CPU 8 96, 192 12, 24 21 1, 3 1, 2× integer No 1 tile or bitmap layer Yes Color key [50]
Moon Patrol,
Irem M52
64  16 256 8, 16 8, 16, 32 3, 7 No Horizontal and vertical mirroring 2 tile layers Yes Color key
Namco Pole Position,
04xx & 09xx
64 32 512 16, 32 16, 32 15 Yes, anisotropic Horizontal and vertical mirroring 1 tile layer and 1 bitmap layer Yes Color key [51][52]
Sega 315‑5011 & 315‑5012
(Sega Z80, System 1/2/16, Space Harrier)
128 100 800 8 to 256 8 to 256 15 Yes, anisotropic Horizontal and vertical mirroring 2 tile layers and 1 bitmap layer Yes Alpha [53][54][55]
1983 Namco System 16 96  24 384 8, 16 8, 16 3 Background only Horizontal and vertical mirroring 2 bitmap layers Yes Color key [56][57]
NES, RP2C0x 64 8 64 8 8, 16 3 No Horizontal and vertical mirroring 1 tile layer Partial Color key [58]
Punch-Out,
Nintendo CHP1-VIDEO b
4  3 384 64, 128 128, 256 15 Yes Horizontal and vertical mirroring 1 tile layer Yes Color key
Sega SG-1000,
TMS9929
32 4 64 8, 16 8, 16 1, 3 1, 2× integer No 1 tile layer Yes Color key [59][60]
TX-1,
Tatsumi TC012
96  24 384 8, 16, 32, 64 8, 16, 32, 64 3, 7 Yes Horizontal and vertical mirroring 2 tile layers Yes Color key [61]
1984 Taito Z80,[62]
Fujitsu MB112S146
96  24 384 8, 16 8, 16 15 Yes Horizontal and vertical mirroring 2 tile layers Yes Color key [63][64][65]
1985 Amiga, Denise Display list 8 128 16 Up to 256 3, 15 Vertical by display list No 2 bitmap layers Yes Color key [66]
MSX2,
Yamaha V9938
32 8 128 8, 16, 32 8, 16, 32 1, 3, 7, 15 per line 1, 2× integer Horizontal and vertical mirroring 1 tile or bitmap layer Yes Color key [67][68][69]
Sega VDP
(Master System, Game Gear)
64 8 128 8, 16 8, 16 15 1, 2× integer, 1, 2× vertical Background tile mirroring 1 tile layer Yes Color key [70][71][72]
1986 Atari 7800,
MARIA
100 (without background) 30 (without background) 160 4 to 160 4, 8, 16 1, 3, 8 No No 1 bitmap layer No Color key [73]
Namco Thunder Ceptor, C45 Display list 8 512 16, 32 16, 32 15 Yes, anisotropic Road rotation 2 tile layers and 1 bitmap layer ? Color key [74][75][76]
Sega OutRun,
315-5211
128 128 1600 8 to 512 8 to 256 15 Yes, anisotropic Horizontal and vertical mirroring 2 tile layers and 1 bitmap layer Yes Alpha [77]
1987 Namco System 2,
Namco V56
128 128 2081 8 to 64 8 to 64 255 Yes, anisotropic Yes, affine 7 tile layers and 1 bitmap layer Yes Color key [78]
NEC PC Engine, Hudson HuC6270A 64 16 256 16, 32 16, 32, 64 15 No Horizontal and vertical mirroring 1 tile layer Yes Color key [79][80]
Sega X Board,
315-5211A & 315‑5278
256 256 3200 8 to 512 8 to 256 15 Yes, anisotropic Yes, affine 4 tile layers and 1 bitmap layer Yes Alpha [81]
Sharp X68000,
Cynthia
512 (128 multiplied by raster interrupt) 32 512 16 16 15 1, 2× integer Horizontal and vertical mirroring 1-2 tile layers and 1-4 bitmap layers Partial Color key [82][83][84][85]
Taito Ninja Warriors,
TC0100SCN
128 108 1737 16 16 15 No Horizontal and vertical mirroring 6 tile layers Yes Color key [86][87][88]
Taito Z System,
Motion Object Generator
512 108 1737 16 to 128 8 to 128 15 to 255 Yes, anisotropic Horizontal and vertical mirroring 2-4 tile layers and 1 bitmap layer Yes Color key [89]
1988 Capcom CP System,
CPS-A & CPS‑B
256 65 1048 16 to 256 16 to 256 15 No Horizontal and vertical mirroring 3 tile layers and 2 bitmap layers Yes Color key [90][91]
Sega System 24,
315-5293 & 315‑5295
2048 512 4096 8 to 1024 8 to 1024 15 to 255 Yes, anisotropic Horizontal and vertical mirroring 4 tile layers Yes Alpha [92][93][94][95]
Sega Y Board,
315-5196 & 315‑5305
2176 400 3200 8 to 512 8 to 512 15 to 511 Yes, anisotropic Yes, affine 1 bitmap layer Yes Alpha [96][97][98][99]
Taito B System, TC0180VCU 408 110 1768 16 to 256 16 to 256 15 to 63 Sprite shrinking Horizontal and vertical mirroring 2 tile layers and 1 bitmap layer Yes Color key [100][101][102]
Taito F2 System 2048 512 4096 8, 16 8, 16 2, 4, 16, 64 1, 2, 4× integer No 3 tile layers Yes Color key [103][104][105]
Yamaha V9958
(MSX2+, TurboR, TIM)
32 8 128 8, 16, 32 8, 16, 32 1, 3, 7, 15 per line 1, 2× integer Horizontal and vertical mirroring 1 tile layer and 1 bitmap layer Yes Color key [67][68][69][106]
Yamaha YM7101
(Mega Drive, Mega‑Tech/Play, System C)
80 20 320 8, 16, 24, 32 8, 16, 24, 32 15 1, 2× integer Horizontal and vertical mirroring 2 tile layers Yes Color key [107]
1989 Fujitsu FM Towns,
FM Towns Marty
1024 64 1024 16 16 15 1, 2× vertical, 1, 2, 3, 4, 5× horizontal Horizontal and vertical mirroring 1-2 bitmap layers Partial Color key [108][109]
Game Boy 40 10 80 8 8, 16 3 No No 1 tile layer No Color key [110]
NEC PC Engine SuperGrafx, HuC6270A 128 32 512 16, 32 16, 32, 64 15 No Horizontal and vertical mirroring 2 tile layers Yes Color key [80]
Taito F1 System 2048 512 4096 8, 16 8, 16 2, 4, 16, 64 Yes Yes 4 tile layers Yes Color key [104][105][111]
Taito Z System 512 512 4096 8 to 128 8 to 128 16 Yes Partial 4 tile layers Yes Color key [112][113]
1990 Amstrad Plus, Asic Display list run by CPU 16 min. 256 16 16 15 1, 2, 4x vertical,
1, 2, 4x horizontal
No Bitmap layer No Color key [114]
SNK Neo Geo,
LSPC2-A2
384 96 1536 16 16 to 512 15 Sprite shrinking Horizontal and vertical mirroring 1 tile layer Partial Color key [115][116][117]
Sega System 32,
315-5387
8192 512 4096 8 to 1024 8 to 1024 15 to 512 Yes, anisotropic Yes, affine 4 tile layers and 1 bitmap layer Yes Alpha [92][118][119][120]
SNES, PPU 128 34 272 8, 16, 32, 64 8, 16, 32, 64 15 Background, affine Background affine rotation and sprite mirroring 1-4 tile layers or 1 affine mapped tile layer Yes Color key, averaging [121]
1991 Sega CD 80 20 320 8, 16, 24, 32 8, 16, 24, 32 15 Yes Yes 2 tile layers Yes Color key [122]
1992 Amiga (AGA), Lisa Display list 8 448 16, 32, 64 Up to 256 3, 15 Vertical by display list No 2 bitmap layers Yes Color key [66][123]
Taito F3 System 2048 1024 8192 8, 16 8, 16 15, 31, 63 Yes Yes 5 tile layers Yes Alpha [105][124][125]
Taito SZ System, TC0570SPC 1024 162 2604 16 to 128 8 to 128 15 to 255 Yes, anisotropic Horizontal and vertical mirroring 4 tile layers and 1 bitmap layer Yes Color key [89][126]
1993 Atari Jaguar, Tom 1000 90 720 8 to 360 Up to 220 Up to 255 Yes, anisotropic Yes, affine 1 bitmap layer Partial Color key [127][128]
Capcom CP System II (CPS2),
CPS-A & CPS‑B
900 65 1048 16 to 256 16 to 256 15 No Horizontal and vertical mirroring 3 tile layers and 2 bitmap layers Yes Alpha [90][129][130]
1994 PC Engine Arcade CD-ROM, HuC6270A 256 96 1536 16, 32, 64 16, 32, 64, 128 15 No Horizontal and vertical mirroring 1 tile layer Yes Color key [80]
Sega 32X,
Sega 32X VDP
320 80 1280 8, 16, 24, 32 8, 16, 24, 32 15, 255 Yes Yes 3 tile layers Yes Color key
Sega VDP1
(Saturn, STV)
16,384 512 4096 8 to 504 1 to 255 15 to 32,768 Yes, anisotropic Yes, affine 3-6 tile layers and 1-4 bitmap layers Yes Alpha [92][131][132]
Sony GPU
(PSX, System 11/10/12)
4000 128 1024 8, 16, 256 8, 16, 256 15, 255 Yes, anisotropic Yes, affine 1 bitmap layer Partial Alpha [133][134][135]
1996 Capcom CP System III (CPS3),
DL-2729
1024 482 3861 8, 16 8, 16 63, 255 Yes, anisotropic Horizontal and vertical mirroring 4 tile layers Yes Alpha [136][137]
Data East MLC System,
DE150 & DE223
614 176 2828 16 16 15 to 255 Yes, anisotropic Horizontal and vertical mirroring 2 tile layers Yes Alpha [138]
1997 Hyper Neo Geo 64,
NEO64-SPR
1535 384 3072 16 16 to 512 15, 255 Yes, anisotropic Yes, affine 4 tile layers Yes Alpha [139][140][141]
2001 Game Boy Advance 128 128 1210 8, 16, 32, 64 8, 16, 32, 64 15, 255 Yes, affine Yes, affine 2-4 layers or 1-2 affine layers No Color key, blending [142]
2004 Nintendo DS 256 (128 per screen) 128 1210 8, 16, 32, 64 8, 16, 32, 64 15 to 32,768 Yes affine Yes, affine 8 layers (4 per screen); each layer is independent No Color key, blending [143]
2011 Gameduino 256 96 1536 16 16 255 No Yes 1 tile layer Yes Color key [144]
System(s), chip(s) Sprites on screen Sprites on line Max. texels on line Texture width Texture height Colors Hardware zoom Rotation Background Collision detection Transparency Source

Many third party graphics cards offered sprite capabilities. Sprite engines often scaled badly, starting to flicker as the number of sprites increased above the number of sprite units, or used more and more silicon as the designer of the chip implements more units and bigger caches. The exception was arcade games, which were expensive and could afford to feature more advanced sprite engines compared to home systems, with the exception of the Sharp X68000 computer and Neo Geo console, both of which were based on expensive arcade technology.

Sprites by software[ | ]

File:Fencer-anim.png

A sprite of a fencer unit from Wesnoth

Many popular home computers of the 1980s lack any support for sprites by hardware. The animated characters, bullets, pointing cursors, etc. for videogames (mainly) were rendered exclusively with the CPU by software, as part of the screen video memory in itself. Hence the term software sprites.

Mainly, two distinct techniques were used to render the sprites by software, depending on the display hardware characteristics:

  • Binary image masks, mainly for systems with bitmapped video frame buffers. It employs the use of an additional binary mask for every sprite displayed to create transparent areas within a sprite.
  • Transparent color, mainly for systems with indexed color displays. This method defines a particular color index (typically index '0' or index '255') with a palletted display mode as a 'transparent color' which the blitter ignores when blitting the sprite to video memory or the screen.

Sprites by CSS[ | ]

File:Sprite-example.gif

Example of a sprite sheet

To reduce the number of requests the browser makes to the server, some web designers combine numerous small images or icons into a larger image called a sprite sheet or tile set.[145] CSS is used to select the parts of the composite image to display at different points in the page. If a page has ten 1 kB images, they can be combined into one 10 kB image, downloaded with a single HTTP request, and then positioned with CSS. Reducing the number of HTTP requests can make a Web page load much faster.[146] In this usage, the sprite sheet format that had been developed for use in game and animation engines is being applied to static images.[147][148]

Return of sprites in casual games and mobile devices[ | ]

With mobile devices and casual gaming becoming more and more popular the classic 2D games return. The modern devices lack support for hardware sprites but come with powerful 3D hardware. On these devices sprites are simulated using textures on rectangular shapes. Perspective is disabled for these games. Since the hardware often comes with constraints - e.g. that it can only use power-of-two sized textures (that is a width or height of 64,128,256,...) sprite sheets are used to reduce memory consumption. This is done by packing many sprites into one texture which, as a whole, has to meet the hardware constraints. Apart from the memory usage this technique can also be used to reduce the number of draw calls to the graphics subsystem and speed up rendering. [149]

Move to 3D[ | ]

Prior to the popularizing of true 3D graphics in the late 1990s, many 2D games attempted to imitate the look of three-dimensionality with a variety of sprite production methods. These included:

  • Rotoscoping: The filmed performances of live actors were sometimes used for creating sprites, most famously in the case of Prince of Persia which added a relative element of realism to a platform game. The method was used in a number of other fighting games, mostly in the mid 1990s.
  • Claymation or the use of posable models which were used for characters that could not be portrayed by actors. Famous early examples include Goro of Mortal Kombat and various enemies from Doom. Used to a greater extent in games like Clay Fighter and Neverhood.
  • Pre-rendered CGI models: Introduced by Rise of the Robots and made famous by Donkey Kong Country, and later used to a great extent in PC real-time strategy and role-playing video game games prior to the move to real-time 3D. Since computers of the day could not run complex 3D graphics, footage of pre-rendered three-dimensional character models were often used which created a (relative) illusion of 3D.

More often sprite now refers to a partially transparent two dimensional animation that is mapped onto a special plane in a 3D scene. Unlike a texture map, the sprite plane is always perpendicular to the axis emanating from the camera. The image can be scaled to simulate perspective, rotated two dimensionally, overlapped with other objects, and be occluded, but it can only be viewed from a single angle. This rendering method is also referred to as billboarding.

Sprites create an effective illusion when

  • the image inside the sprite already depicts a three dimensional object;
  • the animation is constantly changing or depicts rotation;
  • the sprite exists only shortly;
  • the depicted object has a similar appearance from many common viewing angles (such as something spherical);
  • the perspective of the object from the viewer cannot possibly change fast enough for the viewer to discern a difference from true 3D geometry, as in the case of object a long distance away from the viewer in 3D space.
  • the viewer accepts that the depicted object only has one perspective (such as small plants or leaves).

When the illusion works, viewers will not notice that the sprite is flat and always faces them. Often sprites are used to depict phenomena such as fire, smoke, small objects, small plants (like blades of grass), or special symbols (like "1-Up"), or object of any size where the angle of view does not appreciably change with respect to the rectilinear projection of the object (usually from a long distance). The sprite illusion can be exposed in video games by quickly changing the position of the camera while keeping the sprite in the center of the view. Sprites are also used extensively in particle effects and commonly represented pickups in early 3D games especially.

An example of extensive usage of sprites to create the illusion is the game The Elder Scrolls IV: Oblivion, whose main graphical feature was the ability to display hundreds, if not thousands of animated trees on-screen at one time. Closer inspection of those trees reveals that the leaves are in fact sprites, and rotate along with the position of the user. The tree rendering package used by Oblivion uses sprites to create the appearance of a high number of leaves. However, this fact is only revealed when the player actually examines the trees up-close, and rotates the camera.

Sprites have also occasionally been used as a special-effects tool in movies. One such example is the fire breathing Balrog in The Lord of the Rings: The Fellowship of the Ring; the effects designers utilized sprites to simulate fire emanating from the surface of the demon. Small bursts of fire were filmed in front of a black background and made transparent using a luma key. Many bursts were then attached to the surface of the animated Balrog model and mixed with simulated smoke and heat waves to create the illusion of a monster made from fire.

The term sprite is often confused with low resolution 2D graphics drawn on a computer, also known as pixel art. However, sprite graphics (bitmaps) can be created from any imaginable source, including prerendered CGI, dynamic 3D graphics, vector art, and even text. Likewise, pixel art is created for many purposes other than as a sprite, such as video game backgrounds, textures, icons, websites, display art, comics, and t-shirts.

With the advancement in computer graphics and improved power and resolution, actual pixel art sprites are becoming increasingly infrequent outside of handheld game systems and cell phones.

Application[ | ]

File:Clouds Cute for CSS sprites.svg

Sprite with 3 kinds of natural clouds, as well as their humanized versions, a process used in gamification.

Sprites are typically used for characters and other moving objects in video games. They have also been used for mouse pointers and for writing letters to the screen. For on-screen moving objects larger than one sprite's extent, sprites may sometimes be scaled and/or combined.

Billboarding is the use of sprites in a 3D environment. In the same way that a billboard is positioned to face drivers on a highway, the 3D sprite always faces the camera. There is both a performance advantage and an aesthetic advantage to using billboarding. Most 3D rendering engines can process "3D sprites" much faster than other types of 3D objects. So it is possible to gain an overall performance improvement by substituting sprites for some objects that might normally be modeled using texture mapped polygons. Aesthetically sprites are sometimes desirable because it can be difficult for polygons to realistically reproduce phenomena such as fire. In such situations, sprites provide a more attractive illusion.

Sprites are also made and used by various online digital artists, usually to train their ability to make more complicated images using different computer programs or just for the fun of it. "Sprite Artists" will either create their own "custom" sprites, or use and edit pre-existing sprites (often made by other artists or "ripped" from a video game or other media) in order to create art, comics, or animations.

Synonyms[ | ]

Major video game companies rarely (if at all) use the term "sprite" in the general public. Some other alternatives that have been used are:

  • Player-Missile Graphics was a term used by Atari, Inc. for hardware-generated sprites in the company's early coin-op games, the Atari 2600 and 5200 consoles and the Atari 8-bit computers. The term reflected the usage for both characters ("players") and other objects ("missiles"). They had restricted horizontal size (8 or 2 pixels, albeit with scalability) and vertical size equal to height of the entire screen.
  • Movable Object Block, or MOB, was used in MOS Technology's graphics chip literature (data sheets, etc.) However, Commodore, the main user of MOS chips and the owner of MOS for most of the chip maker's lifetime, applied the common term "sprite", except for Amiga line of home computers, where MOB was the preferred term.
  • The developer manuals for the Nintendo Entertainment System, Super Nintendo Entertainment System, and Game Boy referred to sprites as OBJs (short for "objects"), and the region of RAM used to store sprite attributes and coordinates was known as OAM (Object Attribute Memory). This still applies today on the Game Boy Advance and Nintendo DS handheld systems. However, Nintendo Power referred to them as sprites in articles about the NES architecture in the magazine's third year.
  • BOB, more often BLOB or 'Blitter Object', popular name for graphics objects drawn with the dedicated graphics blitter in the Amiga series of computers, which was available in addition to its true hardware sprites.
  • Software sprites were used to refer to subroutines that used bit blitting to accomplish the same goal on systems such as the Atari ST and the Apple II whose graphics hardware had no sprite capability.
  • The computer programming language DarkBASIC used the term Bob (for "blitter object") to refer to its software-sprite functions, before switching to the more conventionally used "sprite" term.
  • Billboard or 3D Sprite is a term often used to refer to sprites that are essentially texture mapped 3D facets that always have their surface normal facing into the camera.
  • Z-Sprite is a term often used for 3D environments that contain only sprites. The Z-parameter provides a scaling effect that creates an illusion of depth. For example in adventure games such as King's Quest VI where the camera never moves, normal 2D sprites might suffice, but Z-sprites provide an extra touch.
  • Impostor is a term used instead of billboard if the billboard is meant to subtly replace a real 3D object.

See also[ | ]

References[ | ]

  1. http://msdn.microsoft.com/en-us/library/bb203919.aspx
  2. http://docs.unity3d.com/ScriptReference/Sprite.html
  3. Playtron, Giant Bomb
  4. Kasco, Giant Bomb
  5. Kasco and the Electro-Mechanical Golden Age (Interview), Classic Videogame Station ODYSSEY, 2001
  6. Basketball at Museum of the Game
  7. Speed Race at Museum of the Game
  8. 8.0 8.1 Bill Loguidice & Matt Barton (2009), Vintage games: an insider look at the history of Grand Theft Auto, Super Mario, and the most influential games of all time, p. 197, Focal Press, ISBN 0-240-81146-1
  9. Chris Kohler (2005), Power-up: how Japanese video games gave the world an extra life, p. 19, BradyGames, ISBN 0-7440-0424-1
  10. Stephen Totilo, In Search Of The First Video Game Gun, Kotaku
  11. http://www.system16.com/hardware.php?id=625
  12. http://vintage3d.org/history.php
  13. 13.0 13.1 Fujitsu MB14241 references:
  14. 14.0 14.1 http://system16.com/hardware.php?id=628
  15. 15.0 15.1 Super Speed Race references:
  16. 16.0 16.1 https://github.com/mamedev/mame/tree/master/src/mame/video/galaxian.c
  17. 17.0 17.1 https://github.com/mamedev/mame/tree/master/src/mame/drivers/galaxian.c
  18. https://web.archive.org/web/20140103070737/http://mamedev.org/source/src/mame/drivers/galdrvr.c.html
  19. Karl Guttag Conference on Delphi TI Net - comp.sys.ti | Google Groups. Groups.google.com. Retrieved on 2009-11-29
  20. Used for Basketball and Speed Race in 1974
  21. http://assets.artmicropatronage.org/artmicropatronage/10000pixels/Basketball-TaitoGames.png
  22. http://www.gameclassification.com/files/games/Speed-Race.jpg
  23. http://www.pinballbrasil.org/home/pinballc/public_html/images/stories/Image/003/IURE0.jpg.pagespeed.ce.0_Uj8vP_3X.jpg
  24. http://i1069.photobucket.com/albums/u471/Gyruss99/IMAG5360.jpg
  25. Used for Fonz and Heavyweight Champ in 1976
  26. http://system16.com/hardware.php?id=683
  27. http://archive.org/details/ArcadeGameManualFonz
  28. http://www.arcade-museum.com/game_detail.php?game_id=8099
  29. http://books.google.co.uk/books?id=oK3D4i5ldKgC&pg=PA65
  30. http://www.computinghistory.org.uk/det/5768/Adman-Grandstand-(Fairchild-Channel-F)-Video-Entertainment-Computer/
  31. http://www.vintagecomputing.com/index.php/archives/545
  32. https://github.com/mamedev/mame/tree/master/src/mess/drivers/arcadia.c
  33. Television Interface Adaptor. AtariArchives.com. Retrieved on 2011-02-06
  34. Used for Super Speed Race
  35. https://github.com/mamedev/mame/tree/master/src/mame/includes/galaxian.h
  36. Atari 5200 FAQ - Hardware Overview. AtariHQ.com. Retrieved on 2011-02-06
  37. TEXAS INSTRUMENTS 9900: TMS9918A/TMS9928AITMS9929A Video Display Processors. http://emu-docs.org/VDP%20TMS9918/Datasheets/TMS9918.pdf. Retrieved 2011-07-05. 
  38. http://flyers.arcade-museum.com/?page=flyer&db=videodb&id=856&image=2
  39. https://github.com/mamedev/mame/blob/master/src/mame/drivers/dkong.c
  40. https://github.com/mamedev/mame/blob/master/src/mame/includes/dkong.h
  41. http://www.glitterberri.com/developer-interviews/how-the-famicom-was-born/making-the-famicom-a-reality/
  42. Nick Montfort & Ian Bogost (2009), Racing the beam: the Atari Video computer system, MIT Press, p. 67, ISBN 0-262-01257-X, http://books.google.co.uk/books?id=DqePfdz_x6gC&pg=PA67, retrieved 2011-05-07 
  43. https://github.com/mamedev/mame/tree/master/src/mame/drivers/pacman.c
  44. http://web.archive.org/web/20130104063950/http://mamedev.org/source/src/mame/drivers/rallyx.c.html
  45. KO Punch:
  46. http://www.system16.com/hardware.php?id=687
  47. http://web.archive.org/web/20120219195401/http://www.cityofberwyn.com/simulation/gameHardware/G80ref1.20.txt
  48. https://web.archive.org/web/20130104202105/http://mamedev.org/source/src/mame/video/segag80r.c.html
  49. Sega VCO Object references:
  50. The MOS 6567/6569 video controller (VIC-II) and its application in the Commodore 64 at the Wayback Machine (archived August 30, 2006).
  51. https://github.com/mamedev/mame/tree/master/src/mame/drivers/polepos.c
  52. http://web.archive.org/web/20130104201547/http://mamedev.org/source/src/mame/video/polepos.c.html
  53. http://www.system16.com/hardware.php?id=696
  54. https://github.com/mamedev/mame/tree/master/src/mame/video/system1.c
  55. https://web.archive.org/web/20140318183604/http://cgfm2.emuviews.com/txt/p16tech.txt
  56. http://system16.com/hardware.php?id=517
  57. https://github.com/mamedev/mame/blob/master/src/mame/drivers/toypop.c
  58. Microsoft Word - NESDoc.doc (PDF). Retrieved on 2009-11-29
  59. http://system16.com/hardware.php?id=859
  60. https://github.com/mamedev/mame/blob/master/src/mame/drivers/sg1000a.c
  61. https://github.com/mamedev/mame/blob/master/src/mame/drivers/tx1.c
  62. Taito Z80 used for Change Lanes in 1983 and The Legend of Kage in 1984.
  63. http://system16.com/hardware.php?id=628&gid=1478
  64. https://github.com/mamedev/mame/blob/master/src/mame/drivers/lkage.c
  65. https://github.com/mamedev/mame/blob/master/src/mame/drivers/changela.c
  66. 66.0 66.1 http://ada.evergreen.edu/~tc_nik/files/AmigaHardRefManual.pdf
  67. 67.0 67.1 http://msx.hansotten.com/uploads/msxdocs/MSX%20Programming%20-%20Graham%20Bland.pdf
  68. 68.0 68.1 http://archive.org/stream/bitsavers_yamahaYamanicalDataBookAug85_6932685/Yamaha_V9938_MSX-Video_Technical_Data_Book_Aug85#page/n19/mode/2up/search/collision
  69. 69.0 69.1 http://metalgear.gamepedia.com/D%C3%A9j%C3%A0_Vu
  70. Charles MacDonald. Sega Master System VDP documentation. Archived from the original on 2014-03-18 Retrieved on 2011-07-05
  71. http://www.smspower.org/uploads/Development/richard.txt
  72. http://github.com/Aypok/QuAD-SMS-Tilemap-Editor
  73. Atari 7800 references:
  74. http://www.system16.com/hardware.php?id=523
  75. https://github.com/mamedev/mame/blob/master/src/mame/drivers/tceptor.c
  76. https://github.com/mamedev/mame/blob/master/src/mame/video/tceptor.c
  77. Sega OutRun references:
  78. Namco System 2:
  79. https://web.archive.org/web/20140318183739/http://cgfm2.emuviews.com/txt/pcetech.txt
  80. 80.0 80.1 80.2 PC Engine references: http://www.gamepilgrimage.com/content/turbografx-16
  81. Sega X Board references:
  82. http://museum.ipsj.or.jp/en/computer/personal/0038.html
  83. https://github.com/mamedev/mame/tree/master/src/mess/video/x68k.c
  84. http://shmuplations.com/chorensha68k/
  85. http://www.jcec.co.uk/Game%20Pages/gameplan15.pdf
  86. http://www.system16.com/hardware.php?id=653
  87. https://github.com/mamedev/mame/blob/master/src/mame/drivers/ninjaw.c
  88. https://github.com/mamedev/mame/blob/master/src/mame/video/ninjaw.c
  89. 89.0 89.1 Taito Z System:
  90. 90.0 90.1 Capcom CPS:
  91. https://github.com/mamedev/mame/tree/master/src/mame/drivers/cps1.c
  92. 92.0 92.1 92.2 https://web.archive.org/web/20140318183124/http://cgfm2.emuviews.com/new/s24hw.txt
  93. Sega System 24 references:
  94. http://www.system16.com/hardware.php?id=708
  95. http://web.archive.org/web/20121004090236/http://mamedev.org/source/src/mame/video/segaic24.c.html
  96. Sega Y Board references:
  97. Sega 16-bit common hardware, iMAME4all
  98. https://web.archive.org/web/20140318183457/http://cgfm2.emuviews.com/txt/s16tech.txt
  99. Sega Y Board references:
  100. http://system16.com/hardware.php?id=660
  101. https://github.com/mamedev/mame/tree/master/src/mame/drivers/taito_b.c
  102. https://github.com/mamedev/mame/tree/master/src/mame/video/taito_b.c
  103. http://system16.com/hardware.php?id=661
  104. 104.0 104.1 https://github.com/mamedev/mame/blob/master/src/mame/drivers/taito_f2.c
  105. 105.0 105.1 105.2 http://patpend.net/technical/arcade/taitof2.html
  106. http://www.faq.msxnet.org/msx2p.html
  107. Sega Programming FAQ October 18, 1995, Sixth Edition - Final at the Wayback Machine (archived January 22, 2005).
  108. https://github.com/mamedev/mame/tree/master/src/mess/video/fmtowns.c
  109. http://www.old-computers.com/museum/computer.asp?st=1&c=384
  110. GameBoy - Spielkonsolen Online Lexikon. At-mix.de (2004-06-22). Retrieved on 2009-11-29
  111. http://system16.com/hardware.php?id=662
  112. http://system16.com/hardware.php?id=657
  113. https://github.com/mamedev/mame/blob/master/src/mame/drivers/taito_z.c
  114. Plus - CPCWiki. Cpcwiki.eu. Retrieved on 2009-11-29
  115. http://furrtek.free.fr/noclass/neogeo/mvstech.txt
  116. http://furrtek.free.fr/noclass/neogeo/NeoGeoPM.pdf
  117. http://www.neo-geo.com/wiki/index.php?title=Neo-Geo_Big_List_of_Debug_Dipswitches
  118. Sega System 32 references:
  119. http://segaretro.org/Sega_System_32
  120. http://www.shinforce.com/arcade/TechSpecs-Sys32.htm
  121. http://emu-docs.org/Super%20NES/General/snesdoc
  122. http://www.gamepilgrimage.com/content/sega-cd
  123. http://blog.frosties.org/public/amiga/RandyAGA.txt
  124. http://system16.com/hardware.php?id=665
  125. https://github.com/mamedev/mame/blob/master/src/mame/drivers/taito_f3.c
  126. Taito SZ System:
  127. http://www.hillsoftware.com/files/atari/jaguar/jag_v8.pdf
  128. http://implantgames.com/read/786
  129. http://www.system16.com/hardware.php?id=795
  130. https://github.com/mamedev/mame/blob/master/src/mame/drivers/cps2.c
  131. Sega VDP1/VDP2 references:
  132. Sega STV/Saturn references:
  133. http://psx.rules.org/gpu.txt
  134. https://archive.org/stream/nextgen-issue-001/Next_Generation_Issue_001_January_1995#page/n47/mode/2up/
  135. Sony PlayStation references:
  136. https://github.com/mamedev/mame/blob/master/src/mame/drivers/cps3.c.html
  137. http://www.system16.com/hardware.php?id=799
  138. Data East MLC System:
  139. http://www.system16.com/hardware.php?id=870
  140. https://github.com/mamedev/mame/blob/master/src/mame/drivers/hng64.c
  141. https://github.com/mamedev/mame/blob/master/src/mame/video/hng64.c
  142. Specifications. Nocash.emubase.de. Retrieved on 2009-11-29
  143. Specifications. Nocash.emubase.de. Retrieved on 2009-11-29
  144. Gameduino Specifications. excamera.com.
  145. Shea, Dave (2004-03-05). Articles: CSS Sprites: Image Slicing’s Kiss of Death. A List Apart. Retrieved on 2009-11-29
  146. CSS Sprites: What They Are, Why They’re Cool, and How To Use Them.
  147. Performance Research, Part 1: What the 80/20 Rule Tells Us about Reducing HTTP Requests » Yahoo! User Interface Blog. YUIBlog. Retrieved on 2009-11-29
  148. Brock, Matt. CSS Sprites: How Yahoo.com and AOL.com Improve Web Performance. Websiteoptimization.com. Retrieved on 2009-11-29
  149. Loew, Andreas. SpriteSheets - Essential facts every game developer should know. codeandweb.com. Retrieved on 2012-06-21

External links[ | ]

Advertisement