Mode 7

Mode 7 is a graphics mode on the Super Nintendo Entertainment System video game console that allows a background layer to be rotated and scaled on a scanline-by-scanline basis to create many different depth effects.

[2] The most famous of these effects is the application of a perspective effect on a background layer by scaling and rotating the background layer in this manner.

This transforms the background layer into a two-dimensional horizontal texture-mapped plane that trades height for depth.

Mode 7 was one of Nintendo's prominent selling points for the Super NES platform in publications such as Nintendo Power and Super NES Player's Guide.

[3] Similar faux 3D techniques have been presented on a few 2D systems other than the Super NES, in select peripherals and games.

The Super NES console has eight graphics modes, numbered from 0 to 7, for displaying background layers.

The last one (background mode 7) has a single layer that can be scaled and rotated.

Two-dimensional affine transformations can produce any combination of translation, scaling, reflection, rotation, and shearing.

However, many games create additional effects by setting a different transformation matrix for each scanline.

In this way, pseudo-perspective, curved surface, and distortion effects can be achieved.

Mode 7 graphics are generated for each pixel by mapping screen coordinates to background coordinates using an affine transformation and sampling the corresponding background color.

is translated to the origin coordinate system, the matrix is applied, and the result is translated back to the original coordinate system to obtain

All arithmetic is carried out on 16-bit signed fixed point numbers, while all offsets are limited to 13 bits.

The effect enables developers to create the impression of sprawling worlds that continue toward the horizon.

A particular utilization technique with Mode 7 allows pixels of the background layer to be in front of sprites.

Examples include the second and fifth stage of Contra III: The Alien Wars, the second and fifth stage of Jim Power: The Lost Dimension in 3-D, the introduction screen of Tiny Toon Adventures: Buster Busts Loose, when a player falls off the stage in Super Mario Kart, some cinematics in Super Metroid, and in some boss battles in Super Mario World.

The Sega Genesis has no hardware-native feature comparable to Mode 7.

However, as in Tales of Phantasia and Star Ocean's sprite effect add-ins, some comparable technical feats were programmed entirely in software, as in Dick Vitale's "Awesome, Baby!"

[5] The Sega CD, an add-on for the Genesis, added scaling and rotation support on hardware level, as used by Sonic CD and Formula One World Championship: Beyond the Limit.

Similarly, such Amiga games include Mr. Nutz: Hoppin' Mad, Lionheart, Obitus, and Brian the Lion.

Filip Hautekeete and Peter Vermeulen created a demo showcasing an emulated interpretation of the Mode 7 graphics mode found in the Super NES to test the hardware capabilities of the Atari Jaguar.

[6] Impressed with the demo, Atari Corporation decided to make a game that combined F-Zero and Super Mario Kart with a "cutesy" atmosphere, becoming the starting point of Atari Karts.

This basic Super NES demo uses Mode 7.