|
|
Mario Sprites
So, what is a sprite?In computer graphics, a sprite (also known by other names; see Synonyms below) is a two-dimensional image or animation that is integrated into a larger scene.
Sprites were originally invented as a method of quickly compositing several images together in two-dimensional video games using special hardware. As computer performance improved, this optimization became unnecessary and the term evolved to refer specifically to the two dimensional images themselves that were integrated into a scene. That is, figures generated by either custom hardware or by software alone were all referred to as sprites. As three-dimensional graphics became more prevalent, the term was used to describe a technique whereby flat images are seamlessly integrated into complicated three-dimensional scenes.
More often sprite now refers to a partially transparent two dimensional animation that is mapped onto a special plane in a three dimensional 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, it can be rotated two dimensionally, it can overlap other objects and be occluded, but it can only be viewed from the same angle. This rendering method is also referred to as billboarding. Sprites create an effective illusion when:
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"). 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 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, in addition to pixel art, sprites can be created from 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. Billboarding Billboarding is one term used to describe 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. Rationale 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 might be desirable because polygons might never be able to realistically reproduce phenomena such as fire. Sprite images of fire might provide a more attractive illusion. Alternative terms
Hardware sprites In early video gaming, sprites were a method of integrating unrelated bitmaps so that they appear to be part of a single bitmap on a screen. The Blitter is a hardware implentation of the Painter's algorithm. For each frame the sprites are first bit blited (short for "bit block transfer") into the fast, large, double, and costly frame buffer and then the frame buffer is sent to the screen. The Blitter was renamed to graphics accelerators as more complicated rendering algorithms are used. The Blitter has a high initial cost for simple scenes. 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 texels is limited by the memory bandwidth and the length of the horizontal retrace) into very fast, small, multiple (limiting the # of sprites on a line), and costly caches (the size of which limit the horizontal width) and as the pixels 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 were the word size is the same as the texel there is no penality for doing unaligned reads needed for rotation. This leads to the limitations of the known implementations:
Many third party graphics cards offered sprite capabilities. Sprite Engines often scale badly, starting to flicker as the number of sprites increases above the number of sprite units, or uses more and more silicon as the designer of the chip implements more units and bigger caches. Background No sprite engine was implemented which would not cache the sprites texels, but use a FIFO at the pixel-output instead. This would allow sprites of arbitrary width. So while blitter based hardware uses a unified model for foreground and background and a fixed flat frame-buffer, sprites need a special background engine. It has to provide scrolling backgrounds for tile-based games and pseudo-3D ( mode 7) backgrounds. A similar discrimination is known from software rendering. A technique called "dirty rectangles" is used to redraw only those parts that have changed since the last repainted and a scrolling frame buffer is used. On more powerful CPUs the whole frame-buffer is flat and redrawn completely. History In the mid-1970s, Texas Instruments devised the first video/graphics processors capable of generating sprite graphics. The TMS 9918 video processors were first used in the 1979 TI-99/4. The Atari 400 and Atari 800 systems were among the first PCs capable of generating sprite graphics, which Atari referred to as player/missile graphics (PMGs). During most of the 1980s, hardware speed was in the low, single-digit megahertz and memory was measured in mere kilobytes. Beside CISC processors, all chips are hardwired. Sprites are rare in most video hardware today. The central processor can 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 is not occupied by the simple task of transferring data from one place to another, software can run faster; and because the hardware provided certain innate abilities, programs that use CISC or BIOS were also smaller. Separate locations in memory were used to hold the main display and the sprites. Some sprite engines could only store a small amount of positions in their registers and the unchallenged CPU was programmed to update them several times per frame. Software blitting was complicated by some very strange addressing modes into video ram. Application 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. Synonyms Sprites have been known by several alternative names:
Move to 3D Prior to the popularizing of true 3D graphics in the late 1990s, many 2D games attempted to immitate the look of three-dimensionality with a variety of sprite production methods. These included...
"Spriters" mostly use them to become sprite comic artists, for the purpose of creating a comic. It has been continued by Macromedia Flash animators who create sprite cartoons. In these communities, spriting has been made into small sections; recoloring, edits, customs, etc. Sprites can be alternated by using techniques such as the ones above. By doing this, Spriters can create their very own "Sprite character" to use in "Sprite sheets" to show that the sheet was made by that spriter but the spriter must put a "sprite tag" on the sheet saying something like "Please do not steal" or "give credit" or "If you wish to put this on your site, do not remove this tag",etc. Sprites can be edited from any game where sprites are available. Making pictures with sprites is called a "Hoax" which is the sprites in a group or doing certain actions but a "Hoax" is not a true image from a game.
|
February 21, 2013 Mario facebook picsFebruary 6, 2013 Super Mario Ghost Busters
July 12, 2012 Super Mario All Stars - 25th Anniversary Edition
Results ![]()
![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
©2006 - 2012 mariomayhem.com We are in no way affiliated with Nintendo, Nintendo of America, or any other mentioned companies. Super Mario Bros. , character names and all Mario Sprites are copyrights of Nintendo Co. Ltd. |