%% Image selected per Image Pickin' thread: https://tvtropes.org/pmwiki/posts.php?discussion=1348288983073540100
%% Please do not change or remove without starting a new thread.
%%
[[quoteright:350:[[VideoGame/AgarestSenki https://static.tvtropes.org/pmwiki/pub/images/roaw0.png]]]]
[[caption-width-right:350:It's your brave, 2-D sprite heroes against this fully textured, 3-D dragon!]]

While some games can be nothing but sprite graphics or UsefulNotes/PolygonalGraphics, some games mix them up.

This is usually for technical reasons (as the difference between polygons and sprites is usually obvious). Polygon graphics had been around for years, but it wasn't until the 90s that extensive polygon graphics would be practical and affordable for mass market games. Even in those days, polygon counts, texture resolution, shading, mapping, etc. were very limited at the time, at least for systems people could actually afford.

It was possible to make everything out of polygons (save for things like the HUD), but only with certain types of games, and they still had to make some sacrifices (like an extremely limited color depth in the textures). This trope is about games that relied on a combination of sprites and polygon models to get the most details in one scene. (Combining sprites and polygons was made practical by the technical fact that most video game systems since the Platform/PlayStation use the same video processing chip to render both, and usually make no distinction between 2D sprites and flat polygonal objects that are always positioned to face forward.)

There are two forms of this: building the background areas as 3D scenes, with heavily scaling and rotating sprites as characters/objects (a technique called "billboarding"). Alternatively, games would use full-screen bitmaps as the backgrounds, with characters and objects built as polygon models in the foreground.

Billboarding faced a problem. Since the environment itself is 3D, the environment could theoretically be viewed from any angle. But sprites are generally designed to only look reasonable from a particular direction. Games used a variety of tools to work around this limitation.

One tool was to restrict the camera to pan, tilt, and zoom, without rotation. Thus, the camera could slide sideways and up/down, but never change the angle of view for sprites.

Another tool was to only use this for sprites that would look "correct" when viewed from any angle. The only such object for which this would even remotely be true would be perfect spheres. Even sphere-like objects can show problems, since any lighting effects applied to the sprite would not properly shift as the camera moves around. Even so, this worked well enough for games of the era, like the rolling spheres in ''VideoGame/SuperMario64''.

Other games developed a plethora of sprites, all drawn (or pre-rendered) from different viewing angles. The game simply selects which sprite to draw based on which direction it is being viewed from.

Another solution to create a pseudo-3D sprite object with a high level of detail is to use two sprites, arranged at right angles. This looks moderately okay from every angle, but not very good from any; this is particularly true if it can be viewed from above, where it will look like a letter x made of single-pixel lines. This is sometimes still used for grass and other insubstantial-yet-complex plant life that will need to be repeated extensively, especially if it needs to be semi-transparent.

And sometimes, games would just accept the limitations of their day, having an obviously non-spherical object constantly facing the camera.

Systems from the Platform/SegaDreamcast onward (with the exception of the Platform/{{DS}}, which is more or less equivalent to the 5th generation) have largely dropped this, due to the huge polygon counts allowing full 3-D models of even the smallest objects, and have the texture resolution to show the detail of those objects. Some extremely complex effects such as smoke, explosions and fire are normally still rendered as two-dimensional objects; this is hardly surprising, as even big-budget CGI movies tend to use practical effects rather than attempt to simulate these. This trope does continue in spirit in even the latest games, with 2D effects being used in place of more complex geometry; bump and normal mapping both operate by using a 2D image to add detail to a 3D object without using additional polygons.

It should be noted that the horizon and the sky in even recent games are usually [[{{Skybox}} pre-rendered and then drawn onto the interior of a cylinder, sphere, or hemisphere]], since it would be an unnecessary waste of processing power to create such distant objects as level geometry. Effects such as snow and rain are usually also achieved this way, by creating a series of concentric cylinders with an animated rain effect mapped to them, which are centered on the player's position.

Can overlap with VideoGame3DLeap, DigitizedSprites. Compare TwoDVisualsThreeDEffects, where obvious CGI elements are used in otherwise 2D animation.

----
!!Examples

[[foldercontrol]]

[[folder:Early non-examples]]
* Most pre-''VideoGame/{{Quake}}'' [[FirstPersonShooter FPSs]] have an appearance consistent with this trope, but technically do not qualify since their environments do not use polygon meshes (as defined today) to create walls. They use various methods to create pseudo-3D backgrounds, with enemies, powerups and decorations being scaled sprites. ''Doom'', for example, uses a texture fill method similar to 3D extrude functions to give an otherwise flat map an illusion of height, though the engine does not use polygon meshes (save for advanced source ports which otherwise use them for characters). Some later examples use voxels (I.E.: [[VideoGame/DukeNukem3D Build]] [[VideoGame/{{Blood}} engine]] [[VideoGame/ShadowWarrior1997 games]]) or polygons (I.E.: ''VideoGame/DarkForces'') for some objects as well.
[[/folder]]

[[folder:[=2D=] foregrounds, [=3D=] backgrounds]]
* Most early flight sims use a combination of polygon objects and sprite effects; cockpit displays are completely 2D, and effects like smoke and explosions the same. Examples include ''F-29 Retaliator'' and ''Gunship 2000''.
* ''VideoGame/SystemShock'' had a pretty slick engine that not only had elements not usually possible in a pseudo-3D game (such as sloped walls and being able to stack multiple corridors on top of each other), but had ''real 3D objects'' that could be pushed around and destroyed (this being 1994, the game required a monstrously advanced computer to run at its prettiest settings). For the sake of performance, though, enemies and small objects such as guns are 2D sprites, and the HUD and environment itself are 2D.
* ''VideoGame/{{Descent}}'' is the ancestor of true 3D shooters, and is notable in that, while its enemies and levels are rendered in 3D with polygons, all powerups and items, as well as some weapon effects, are rendered with sprites.
* ''VideoGame/{{Quake}}'' is the first traditional FirstPersonShooter to be in full 3D, and showcases many concepts that are impossible in the pseudo-3D engines that went before; rooms above rooms, spiral staircases, enemies leaping, swimming and so on. It still mixes in sprites for some explosive effects, which are always scaled and facing the camera. This is replicated in only some later games, although ''VideoGame/{{Unreal}}'' uses both a polygon and a sprite-style explosion in the expansion pack. Unusually, some of these earlier games have 3D fire effects in torches and similar; as the general level of detail in games climbed, however, it became clear that equally convincing 3D fire would not be feasible.
%%* ''VideoGame/DukeNukem3D'' has this kind of [[AlienGeometries alien geometry]] as well, only in several levels the developers went all out and uses it on purpose to create 720 degree circles and similar stunts.
%%* ''VideoGame/DarkForces'' was based on the ''Doom'' MediaNotes/GameEngine and it incorporated many of these effects, including spiral staircases, moving platforms, rooms above rooms, the ability to aim above and below as well as jump and crouch.
%%* ''VideoGame/{{Outlaws}}'' is based on a modified ''VideoGame/DarkForces'' engine and went further with multi-storied buildings, catwalks above rooms, and the ability to swim.
* ''VideoGame/StarFox1'' features the much-touted Super FX chip built into its cartridge, which is basically the first console 3D accelerator. Low poly count, but polys nonetheless. Explosions, ejected reptilian pilots, and asteroids are all sprites overlaid with Mode 7.
* ''VideoGame/TheLegendaryStarfy'' on DS uses this, with surprising success. Gameplay is on the 2D plane, while backgrounds and certain bosses use 3D models, but somehow the 3D and 2D blend seamlessly, to the point where it's very difficult to tell them apart.
* ''VideoGame/SuperMario64'':
** The trees are billboarded sprites, while most other parts of the environment are polygons.
** The coins are billboarded sprites too, although this is camouflaged--a 2D animation of a spinning coin is used to create the illusion of the coins being 3D objects. They were changed to 3D models in the DS version, which is why they seem to rotate more smoothly, but are less round.
** Anything spherical is a sprite: Bob-Ombs, those cannonballs that roll around in the first main level, and the Skeeters.
** ''Mario 64'' also features an inversion of this trope, where a 3D effect is used to create a 2D effect. This is the mirror room; rather than use light sourcing and surface properties to create a mirrored surface, the room itself is mirrored and bisected by a transparent wall where the mirror is supposed to be. A second Mario is placed in the other side of the room and mirrors the player's control input. This is actually a commonly used trick in games even today; it allows realistic reflections without resorting to framebuffer effects (which are limited by the internal render resolution and look pixellated up close), non-dynamic reflection mapping, or hardware-intensive real-time raytracing. However, it only works with flat mirrors. Taken to an extreme in the DS re-release, where the player can grab a Power Flower in the room while controlling Luigi, allowing him to go through the mirror. This is required to get to Chief Chilly Challenge and unlock Wario.
* ''VideoGame/{{Turok}} 2'' features an interesting graphical glitch that shows how the sprites are scaled; the game measures the distance from player object to sprite to figure out how large the sprite should be on-screen. Unfortunately, it has no way to compensate for the sniper zoom, meaning a 2D effect will appear to shrink as you zoom in and grow as you zoom out.
* ''VideoGame/Grandia1'' features a 3D world populated by characters represented with 2D sprites. Battles on the other hand took place on flat image backgrounds with 3D effects used for spells.
* ''VideoGame/GuardianTales'' uses this to invoke nostalgia onto its players - your team of characters, the enemies, findable weapons, and drops from chests are all 2d sprites that have 4 possible angles, but the environment is full 3D. Both the small screen due to this being a mobile phone game and also both the sprites and the environment being cartoonish help.
%% * ''VideoGame/WildARMs2''
%% * ''VideoGame/MegaManLegends''
* ''VideoGame/MegaManMaverickHunterX'' features 3D renders of everything from the SNES original...except the spikes (they're even pixillated!). Elements of the backgrounds (e.g. the jets in Storm Eagle's stage) are obviously 2D as well, so this example could fit in any of the other sections of this trope. It is an action game on PSP, which only has so much memory to spend on moving/exploding objects...
* ''VideoGame/MarioKart64'' - Practically ''everything'' that isn't background is 2-D, including the playable characters and their karts.
* ''VideoGame/DragonQuest'':
** The Platform/PlayStation and Platform/NintendoDS remakes of ''[[VideoGame/DragonQuestIV IV]]'', ''[[VideoGame/DragonQuestV V]]'' and ''[[VideoGame/DragonQuestVI VI]]'' feature 2D characters and 3D environments which can be rotated 360 degrees.
** ''VideoGame/DragonQuestVII'': With the sprites rendered in classic Toriyama-style 2D looking very much like upgraded ''Dragon Quest VI'' sprites as well as 3D backgrounds and attacks... it can look a bit... style-breaking.
** ''VideoGame/DragonQuestIX'' is mostly 3D, but most minor [=NPCs=] are 2D sprites.
* ''VideoGame/KlonoaDoorToPhantomile'' uses sprites on 3D environments; it then proceeds to make the most of this, having enemies and obstacles in the foreground and background, or paths that bent around in all sorts of directions, even looping around in some instances.
* ''VideoGame/{{Xenogears}}'' has aged particularly poorly, due to the low quality of sprites rendering them messy blobs of pixels even at normal camera angles, though the 3D elements have held up better than other contemporary examples.
* ''VideoGame/PaperMario'' series, whose very title {{lampshade|Hanging}}s it. It's in full effect in the first game and ''Sticker Star'', but in the other games, the only things that are really 2D are the items and skyboxes. The characters and some scenery are just 2D sprites on flat polygon frameworks, like the Game and Watch example further down.
* ''VideoGame/CastlevaniaSymphonyOfTheNight'' has a few polygon backgrounds or objects, notably the clock tower before Dracula, the BooksThatBite in the Long Library, and the save points. If you're emulating the game, with certain settings, you can ''really'' notice the difference between the "duller" sprites and the "sharper" 3D effects.
%%* ''VideoGame/TalesSeries''
* The original ''VideoGame/TalesOfDestiny'' overworld engine, used by ''Destiny'' and the ''[[VideoGame/TalesOfPhantasia Phantasia]]'' remake, uses the in-town sprites laid on a 3-D globe.
%%** The entirety of ''VideoGame/TalesOfHearts'' is like this.
%%** The tree part also applies to ''Quest 64''.
* Most item pickups in ''VideoGame/TheLegendOfZeldaOcarinaOfTime'' are sprites, but also have polygon equivalents for display in shops and when items are first picked up.
* Most Creator/NipponIchi {{Tactical RPG}}s from ''VideoGame/LaPucelle'' onwards (''Franchise/{{Disgaea}}'' and all sequels until ''[[VideoGame/Disgaea6DefianceOfDestiny Disgaea 6]]'', ''VideoGame/MakaiKingdom'', ''VideoGame/PhantomBrave'', ''VideoGame/SoulNomadAndTheWorldEaters'', ''VideoGame/ZettaiHeroProject'' and so on) use sprite characters on 3-D maps. This also applies to ''Disgaea'''s PlatformGame spinoff ''VideoGame/PrinnyCanIReallyBeTheHero''
* ''VideoGame/BreathOfFire'':
** ''VideoGame/BreathOfFireIII'' is notable in that the textures on the backgrounds made many mistake the background for ''also'' being bitmapped at first.
** ''VideoGame/BreathOfFireIV'' uses the same engine, but with even better details on the polygon backgrounds.
* ''VideoGame/FinalFantasyTactics''
** Especially noticeable on forest maps, when you rotate the camera and see that the trees look more like pairs of intersecting cardboard cutouts.
** ''[[VideoGame/FinalFantasyTacticsAdvance Advance]]'' and ''[[VideoGame/FinalFantasyTacticsA2 A2]]'' have sprites with IsometricProjection for both maps and character, but Scions in the latter and some attacks are polygonal.
%%* Many early 3D RealTimeStrategy games, such as ''Populous: The Beginning''
** The ''Film/WarGames'' RTS game has buildings, vehicles and mechs in full 3D, but all infantry units are sprites, presumably because making detailed 3D models of suitable size would have been a waste of resources. It results in many players not using infantry at all simply because using mechanized units is so much more pleasing to the eye. See [[http://www.gamefaqs.com/pc/46083-wargames/images/gs_screen-10 this screenshot.]]
* ''VideoGame/RagnarokOnline'' uses cartoony sprites for all characters and enemies, in 3D environments.
* ''VideoGame/UmiharaKawase Shun'' uses polygonal platforms but everything else, the rest of the background included, is sprites.
* ''VideoGame/MischiefMakers'' uses sprite objects, but polygonal levels. To make things more confusing, the sprites are clearly based off of 3D models. The effect is... interesting.
* ''VideoGame/TombRaiderI'' and ''VideoGame/TombRaiderII'' use sprites for pickup objects and level decorations. They are billboarded, leading to a little bit of NightmareFuel in the first game with a screaming skull object wrapped in vines that always stares right at you. Starting from ''VideoGame/TombRaiderIII'', everything, including pickups, is in full 3D.
* ''Franchise/StarWars: VideoGame/RogueSquadron'' uses animated 2D sprites to render Stormtroopers on the ground in this arcade style flightsim.
* ''VideoGame/FinalFantasyXIIRevenantWings'' does this for most of the game... and the [[LimitBreak quickenings]] are ''sprite-FMV mixes''.
* The first two games in the ''VideoGame/TotalWar'' series. ''VideoGame/RomeTotalWar'' [[VideoGame3DLeap introduces full 3D graphics]], although units are still rendered as sprites when viewed from a great distance.
* ''VideoGame/SuperSmashBros.'' ([=N64=]) is a 3D-rendered game with numerous sprites, including nearly all items and projectiles. Some of these, such as the shields or flames, will always face you (even if you pause and move the camera around), while others, such as Fox's laser and the lasersword can be looked at from different angles, revealing them to be entirely flat. All this was done to let the game run at 60FPS, so it's an acceptable tradeoff. In all ''Smash'' games as well as most other games directed by Sakurai, food always appears as 2D sprites instead of 3D models.
** ''Mr. Platform/GameAndWatch'' is a subversion. He appears to be a 2D sprite, but he is in fact a fully 3D model with no thickness and several animation sprites (which the game engine calculates his flat player model from in real-time), giving a flat 2D look, which is emphasized by the fact that the camera does not angle during normal gameplay. On the Flat Zone and Pac-Land stages, all 3D player models are somehow flattened into 2D "sprites" in the same manner.
* The ''VideoGame/{{Battlefield}}'' series of shooters until ''Battlefield 2'' all use right-angled sprites for tall grass and other concealment. This is a rude awakening for novice snipers, who happily park themselves in tall grass on hills and plink at distant enemies, unaware that they are not only visible but sitting on a giant X, from the perspective of aircraft.
** ''Battlefield 2'' has a minor use of this: weapons are normally polygon models, but when aiming down their sights they become sprites, albeit ones so well-detailed that, except for the US Spec Ops' [=M4A1=] (which magically loses its front sight while staring through its red dot scope), it's nearly impossible to tell.
** Most shooters still use this for sniper rifles, replacing the 3D weapon model with a 2D scope overlay. Only a handful of games in recent years, like ''VideoGame/KillingFloor'' and ''VideoGame/CallOfDutyGhosts'', have sniper scopes properly magnify only their own image like a real-world one, rather than faking it by zooming in your entire field of view.
* The 4th (''[[VideoGame/PokemonDiamondAndPearl Diamond/Pearl/Platinum]]'', ''[[VideoGame/PokemonHeartGoldAndSoulSilver HeartGold/SoulSilver]]'') and 5th (''[[VideoGame/PokemonBlackAndWhite Black/White]]'', ''[[VideoGame/PokemonBlack2AndWhite2 Black 2/White 2]]'') generation ''Franchise/{{Pokemon}}'' games use a 3D environment, but 2D sprites for the characters, Pokémon, and certain objects. This is most apparent in the 5th Generation, where you would have places like Castelia City, which featured curving roads and structures, while your PC would remain flat, looking only in one of the four cardinal directions.
* In the old 3D Maze screensaver for Windows, the maze and multifaceted things that turn the viewer upside down are in 3D, while the Start button, the random hovering MediaNotes/OpenGL text, the happy face at the finish, and the roaming mice are flat sprites that look the same from every angle. This results in mice always facing right, which can cause them to seem to walk backwards or sideways despite the optional maze overlay showing otherwise.
* ''VideoGame/MarvelVsCapcom2'', ''VideoGame/CapcomVsSNK2MarkOfTheMillennium'', and ''VideoGame/BlazBlue'' have sprite characters on 3D backgrounds. It actually looks pretty cool.
** Keeping with fighting games in general, ''VideoGame/TheKingOfFighters [[UpdatedRerelease 98 Ultimate Match and 2002 Unlimited Match]]'' have this. While 98 UM features 3D variants of its originally 2D stages, 2002 UM has totally different backgrounds.
** The same is true for the majority of the console ports of the KOF series, with the [=PS2=] edition of 2001 having almost completely redesigned stages in comparison to its arcade and Neogeo counterpart.
** For ''VideoGame/TheKingOfFighters XII'' and ''XIII'', the sprites are drawn over polygonal models in a manner similar to {{rotoscoping}}. Creator/ArcSystemWorks did similarly for ''VideoGame/BlazBlue''.
* ''VideoGame/Rayman2TheGreatEscape'' has pickups made from sprites. In the Platform/PlayStation2 port (titled ''Rayman Revolution''), however, the pickups are now full polygon models.
* The crowd in wrestling games past the first few lines of seats around the ring, still used to this day even if usually pushed back to far rows, some can still be found right in front of the camera during entrances or victory pose such as in Legend of Wrestlemania on [=PS3=]. These, in this case, are not oriented to the camera but in their seat direction which can allow the player to see them as being made out of cardboard so to speak, which gets especially silly in games where you can actually crawl over the divider into the fan's seats and watch said cardboard cutout fans slide away from you.
* ''VideoGame/LegendOfMana'' features detailed bitmaps for backgrounds and very detailed sprites, but uses the polygon processing power to stretch and distort characters when they dash or shove characters. Beyond that, when using a magic spell that affects a field, while charging the spell, polygons outline the area of effect.
* ''VideoGame/BeyondTheBeyond'' uses this during the battle sequences. It is very painful to watch, since it still uses sprite flipping.
* [[https://web.archive.org/web/20151012150531if_/http://i49.tinypic.com/1zbe1wn.jpg This screenshot]] perfectly sums up where the {{revival}} of ''VideoGame/NBAJam'' is placed in this list.
* ''VideoGame/{{Psychonauts}}'' uses this when Raz uses his Clairvoyance power on a friendly character; whenever Raz appears in the other character's view, whatever he or she sees Raz as appears as a 2D sprite in place of Raz's 3D model. Figments are also 2D objects, which can make them hard to see if they're at an angle.
* Done for stylistic purposes in ''VideoGame/PaRappaTheRapper''. The characters are {{paper|People}}-thin, [[{{Toon}} cartoonish beings]], while the rest of the world is three-dimensional and [[ConspicuouslyLightPatch semi-realistic]].
* ''VideoGame/ClayFighter 63⅓'' has polygonal backgrounds, but the characters are sprites... sprites that are done with ''{{claymation}}''. Very strange blend.
* Games like ''Lander'' and ''Zeewolf'' use polygons for landscapes and objects, but sprite effects.
* ''[[VideoGame/SonicTheHedgehog4 Sonic the Hedgehog 4: Episode I]]'' is an interesting mix of various elements. The characters, bosses, and enemies are prerendered polygon sprites; but various game objects such as rings, bumpers, and springs are 3D models. The level background are also 3D, while the foreground assets are in 2D. On top of that, the old iPhone version for the game actually uses a (relatively low-polygon) 3D model of Sonic.
* The ''VideoGame/{{Touhou}}'' series uses this in some stages, with 3D backgrounds while using sprites for the player and all enemies.
* ''VideoGame/{{GoldenEye|1997}}'' and ''VideoGame/PerfectDark'' use 3d models for everything... except explosions, which were still sprites.
* The ''VideoGame/BitTrip'' games. The scenery and objects are 3D voxel models, yet most of the characters are Platform/Atari2600-like sprites.
* Many older racing games use "always facing you" sprites for objects such as trees.
* Creator/NihonFalcom:
** ''VideoGame/YsTheOathInFelghana'', and the PC and PSP versions of ''Videogame/YsVITheArkOfNapishtim'' have 3D background and monsters while the characters are chibi sprites (though they are also rendered in 3D). The [=PS2=] version of the latter has 3D characters.
** The ''VideoGame/TrailsSeries'' games up to ''VideoGame/TheLegendOfHeroesTrailsToAzure'' have the backgrounds and bosses rendered in full polygonal 3D, while the characters and some enemies are all chibi sprites. Unlike many other examples of this trope, the sprites aren't pixel art but rather are prerendered from 3D models.
* In ''VideoGame/CrossEdge'' and ''VideoGame/RecordOfAgarestWar'', all backgrounds are polygonal, and your playable characters and ''some'' of the enemies are rendered as sprites. Most larger foes use 3D models instead.
* All distant trees in ''VideoGame/JustCause 2'' are flat sprites; it's usually not too obvious unless you're flying in a helicopter over a forest, in which case the trees will visibly rotate as you pass them.
* ''Delta Force: Land Warrior'' uses sprites for all its weapons in first-person mode. This is particularly odd in that not only did the first two ''Delta Force'' games have proper 3D models for its guns (if not particularly animated ones), but ''Land Warrior also'' has actual 3D models for other characters or viewing yourself in third-person.
* ''Virtual VideoGame/{{Hydlide}}'' has characters, items and trees rendered as sprites over polygonal backgrounds.
%%* ''VideoGame/EternalEyes''
%%* ''VideoGame/HoshigamiRuiningBlueEarth''
%%* ''VideoGame/StriderArcade Strider 2]]''
* ''VideoGame/{{Gradius}} IV'' has polygonal backgrounds that clash awkwardly with the old-fashioned 2D sprites. ''Gradius V'' has a more consistently 3D look, though the gameplay remains 2D.
* ''VideoGame/{{Minecraft}}''
** Dropped non-block items were presented as billboarded sprites before version 1.4.6. After this version, 2D sprites are used only in Fast graphics mode, while in Fancy graphics mode, items are 3D models. Dropped block items are rotating 3D models of the blocks in all versions.
** Saplings and other flora are textures mapped to an X-shaped model, giving the illusion of an intricate 3D model. The texture "flips" depending on what side of the plant the player is facing. This can be jarring if looked at closely, but in normal gameplay it is not noticeable at all. Looking at wheat, carrots, potatoes or sugarcane from above shows a # shape, four overlapped sprites.
* ''VideoGame/TheLegendOfZeldaTheWindWaker'' uses 2D sprites to represent smoke or dust (other particles are rendered with a true particle system). What's interesting about the sprites used to represent dust is that the sprites appear to be lit by the lighting engine in real-time, giving the appearance of a 3D model.
* ''VideoGame/MarioAndLuigiDreamTeam'' uses 3D polygons for real-world scenery, Luigi and Starlow during dream sequences, battle backgrounds, and a few other effects, and 2D sprites for everything else.
* ''VideoGame/MarioAndLuigiPaperJam'' is similar: 3D graphics for background scenery, papercraft battles, [[spoiler:and the final boss]], and sprites for everything else.
* Utilized in ''VideoGame/DuckTales [[VideoGameRemake Remastered]]''. Characters are 2D images, but the background and most items are made up of polygons.
* ''VideoGame/RakugakiShowtime'' uses this mixture to deliberately garish effect. While the backgrounds are fairly standard 3D, the character sprites are crude pencil drawings surrounded by huge opaque borders.
* ''Disney's VideoGame/{{Hercules}} Action Game'' rather awkwardly has 2D cel-animated characters amid 3D scenery and enemies.
* ''[[VideoGame/KillerInstinct Killer Instinct Gold]]'' for the Nintendo 64 used 3D rendered backgrounds instead of the pre-rendered ones in ''Killer Instinct 2''. This was because the latter used videos that were streamed from a hard drive in the arcade board that couldn't fit in the N64's cartridge format.
* ''Willy Wombat''. The crystals are especially blatant as sprites, since they're only drawn from one angle.
* ''VideoGame/SpiritualAssassinTaromaru'': Many backgrounds and a few bosses have polygonal features, but otherwise player and enemy character graphics are entirely sprite-based.
* The first two ''VideoGame/TestDrive'' parts started out with this mixture. The tracks themselves were made of untextured polygons. The cars were pixel sprites drawn -- in various sizes since [[TheEighties 1980s]] hardware didn't allow for quick scaling of pixel graphics -- from the front and the rear end for use on the tracks and, except for police and traffic cars, from the left. Also, the dashboard and the steering wheel of the player's car were done in quite gorgeous photo-realistic pixel graphics. Considering what racing games looked like before ''VideoGame/TestDrive'', it's clear that this was easily the best-looking and most realistic racing game of its time. Nonetheless, it ran on an Amiga 500.
* ''VideoGame/{{Shantae}}'': In the later games, most friendly characters, enemies, and bosses are rendered as 2D sprites on 3D-rendered backgrounds.
* Creator/SquareEnix coined an art style that they refer to as "HD-2D", which adds a {{Retraux}} aesthetic to the mix by rendering all the characters and creatures as SNES-style 16-bit sprites while the backgrounds and setpieces are rendered in full 3D, with modernized graphical and visual effects that react as if the characters are 3D objects. The style is used in multiple games, including:
** ''VideoGame/OctopathTraveler'', the game that introduced the style. It later became a series with the mobile prequel ''[[VideoGame/OctopathTravelerChampionsOfTheContinent Champions of the Continent]]'' and ''VideoGame/OctopathTravelerII''.
** ''VideoGame/TriangleStrategy'', a TurnBasedStrategy game in the style of classic Squaresoft strategy games like ''VideoGame/TacticsOgre''.
** The VideoGameRemake of ''VideoGame/LiveALive''.
** The VideoGameRemake of ''VideoGame/DragonQuestIII'', appropriately titled ''Dragon Quest III: HD-2D Remake''.
** The Pixel Remaster of ''VideoGame/FinalFantasyVI'', which utilizes the Opera sequence in the HD-2D style.
* ''VideoGame/{{Outlaws}}'', made with the same engine as ''Dark Forces'', features 3D environments inhabited by 2D sprites representing characters and items.
* Much of ''VideoGame/{{MDK}}'' is presented as a 3D models, except for [[PlayerCharacter Kurt Hectic]] who is shown as a flat sprite drawn at a fixed distance from camera (if you rotate it into a wall, Kurt will pushed away from it, possibly even falling).
* ''VideoGame/Persona2'' had 2D sprites for the characters, while the dungeons were 3D polygons. Early builds of ''VideoGame/Persona3'' also planned to use this style, before it was scrapped for fully 3D graphics.
* ''VideoGame/MythTheFallenLords'' was a rare RealTimeStrategy example. The world was fully 3D and included factors like elevation (and weather in the sequel), but units were rendered with sprites.
* ''VideoGame/MortalKombatMythologiesSubZero'' places the DigitizedSprites the series is well known for in full 3D environments, with some non-human enemies also being 3D models.
[[/folder]]

[[folder:[=2D=] backgrounds, [=3D=] foregrounds]]
* Handled extremely well in the ''VideoGame/NewSuperMarioBros'' games -- Mario and several enemies are the only 3D objects.
* The first three ''VideoGame/MarioParty'' games, released on the Nintendo 64, have every board as a 2D graphic with 3D characters moving on top of it. Some minigames also have 2D backgrounds.
* The original ''VideoGame/AloneInTheDark'' trilogy, providing the template for most later SurvivalHorror games.
* ''VideoGame/ResidentEvil1'' through ''VideoGame/ResidentEvil3Nemesis'', ''VideoGame/ResidentEvil0'', and parts of ''VideoGame/ResidentEvilOutbreak''. The way the backgrounds in the early ''Franchise/ResidentEvil'' games work is that every room is a simple rectangle or box and textures are used to simulate a believable looking room, including doors (though the few doors that opened that were not a part of a loading screen were rendered as 3D objects). The effect is very noticeable if a monster is killed very close to a wall and their body appears to clip or float through the wall.
* ''VideoGame/FinalFantasyVII, [[VideoGame/FinalFantasyVIII VIII]]'' and ''[[VideoGame/FinalFantasyIX IX]]'' use 2D backgrounds except for the world map, which is fully 3D. They also have a few cases of FMV backgrounds, mainly in the form of the character running into a scene and it turning from bitmap to FMV. The ''VideoGame/ChaosRings'' series are later Creator/SquareEnix [=RPGs=] with the same style.
* ''VideoGame/ParasiteEve'' and ''VideoGame/ParasiteEve2'' use background effects similar to ''Resident Evil''.
* ''VideoGame/TheLegendOfDragoon''
* ''VideoGame/ShadowMadness''
* Inside most non-dungeon buildings, the whole of Castle Town and the courtyard from ''VideoGame/TheLegendOfZeldaOcarinaOfTime'', there are entirely pre-rendered 360-degree environments with the camera fixed at a point (and inside buildings a secondary view from above), with polygon-rendered characters on top of it. The game hides parts of character models and faked perspective to allow it to appear as if Link were walking into the background and behind parts of it; these days, the resulting effect looks ''very'' weird, especially in emulators (because emulators can render the 3D objects in higher resolutions, but not 2D images), but it is still rather clever nonetheless, and is barely noticeable on the CRT's of the time. This was due to technical limitations, as the expansion-pack-utilizing follow-up ''Majora's Mask'', and the 3DS remake of ''Ocarina of Time'', did away with pre-rendered interiors.
** The 3DS remake even features a glitch that allows Link to warp anywhere with Farore's Wind. Under certain circumstances, if he warps to the areas around the Market, the camera will break and display the area from a regular behind-the-back view, just like any other area in the game. Suddenly the Temple of Time looks a lot more impressive.
* ''VideoGame/BatenKaitos'' has several (very bizarre) pre-rendered landscapes.
* Troika's computerization of the ''VideoGame/TempleOfElementalEvil'' module uses 3D character models on top of 2D backgrounds, and looks stunningly beautiful as a result.
* ''VideoGame/TotalAnnihilation'' is something of a subversion, since the terrain is a 2D image overlaid on a proper 3D heightmap, and the units are plain sprites, onto which 3D models are rendered. This is most obvious with very large units, like the fan-made Beelzebub, which can get clipped against sprite edges at certain angles.
* ''VideoGame/{{Galaxian}}³'' and its spinoff, ''Attack of the Zolgear'' use FMV backgrounds and polygonal foregrounds.
* All of the handheld platforming Sonic games on the DS (''VideoGame/SonicRush'', its sequel ''Rush Adventure'', and the handheld version of ''VideoGame/SonicColors''). Regular stages are in 2D, but Sonic/Blaze themselves and rare mechanics are depicted with polygonal models. Meanwhile, the boss stages, as well as the bosses themselves, are entirely in 3D. Subsequent Sonic games on the succeeding 3DS platform are entirely polygonal; although Generations 3DS and Lost World 3DS (strangely) use sprites for rings.
* ''VideoGame/GrimFandango'' and ''VideoGame/EscapeFromMonkeyIsland''. ''Grim Fandango'' evoke the angular style of traditional Mexican folk art to effectively compensate for its polygonal appearance, but ''Escape from Monkey Island'' garnered criticism for abandoning the Disney-like cartooning used in its predecessor.
* ''VideoGame/{{Commandos}} 2'' & ''3''. ''3'' have entirely 3D indoor areas, but the outdoors are still 2D.
%%* ''VideoGame/SomaBringer'', with some minor cel shading thrown in.
* ''VideoGame/NightsIntoDreams'' has this, with the chips, topians, and enemies being bitmaps to boot.
* ''VideoGame/LittleBigAdventure'' has polygonal characters on a bitmap-based landscape in isometric perspective.
%%* ''VideoGame/ChronoCross''
* ''VideoGame/SuperSmashBros64'' also uses sprite backgrounds for each stage.
* The original ''VideoGame/ShadowHearts1'' is probably the only Platform/PlayStation2 game to resort to this, and even then only because it was initially developed with the original Platform/PlayStation in mind.
** ''SH'' predecessor ''VideoGame/{{Koudelka}}'', as well.
%%** At least until ''VideoGame/RaidouKuzunohaVsTheSoullessArmy'' came along.
* A non-game example: Microsoft 3D Movie Maker uses bitmap backgrounds with a built in depth map so that you can place 3D models anywhere in the scene and have them appear properly occluded by foreground objects.
* The titular dancing ''VideoGame/EliteBeatAgents'' are rendered in 3D during gameplay, but the rest of the game (backgrounds included) is hand-drawn.
* Also used in ''VideoGame/{{Odium}}'' (originally ''Gorky17''), where it was painfully obvious.
* Honorable mention to ''VideoGame/MegaManX2''. It has a similar chip to the Super FX built in, but it was used to render vector models over the sprite backgrounds, many of which are at least in spirit wireframe models, though untextured and monochrome. ''Mega Man X3'' also uses the chip, though it has the same limitations.
%% * ''VideoGame/DinoCrisis 2''.
* ''VideoGame/CommandAndConquerTiberianSun'' and ''VideoGame/CommandAndConquerRedAlert2'' have isometric backgrounds/buildings and voxel 3D vehicles.
** The N64 port of the original game has 3D models for buildings and vehicles, but keep sprites for infantry.
* The Platform/SegaCD remake of ''VideoGame/{{Silpheed}}'' uses a rather odd method; while it appears to have a polygon foreground and background, the background is actually a pre-rendered streaming video, essentially having the whole game take place on top of a rolling CutScene. Some games such as ''Microcosm'' belong in the section below for using sprites on top of the rolling pre-rendered FMV instead.
* ''VideoGame/SimCity4'': The game's buildings use simple 3D models whose textures are DigitizedSprites made with more complex ones. At first, it just looks like the buildings are simply pre-rendered sprites, but [[https://i.redd.it/qbpzjmce2hsc1.png modding the camera]] reveals what's really going on.
* The ''VideoGame/FearEffect'' games also use FMV backgrounds and 3D characters.
* Older 3D fighting games, such as the first few ''VideoGame/{{Tekken}}'' games, use 2D backgrounds.
* The first installment of ''VideoGame/TheSims'' uses 3D characters on top of isometric 2D backgrounds and props.
* In ''VideoGame/StarFox1'', the planet/space scenery backgrounds are fully 2D, with some tilting and occasional distortion effects, overlaid with 3D models. The ground has to appear especially featureless so it would stand in as any generic ground. Also, although most of the objects were 3D, there were a few that were sprites using the [=SNES=] scaling, like the asteroids and some of the enemy fire.
* ''VideoGame/{{Zaxxon}}'s Motherbase 2000'' has polygonal ships and other enemies over flat-looking diagonal-scrolling backgrounds.
* ''VideoGame/{{Bioforge}}'' uses fully textured models for all characters and some items, and flat backgrounds. But, for example, [[http://lparchive.org/Bioforge/Update%2016/ the anti-aircraft gun is 3D rendered, but overlaid as flat animation frames.]]
* The Platform/SegaSaturn game ''VideoGame/ShiningWisdom'' was originally going to be released on the [[Platform/SegaGenesis Sega Mega Drive]] but was hurriedly ported to increase the number of titles on the system. The result is that the 2D backgrounds are the type of thing you would expect to see on the Mega Drive while the characters are 3D sprites that would later appear in ''VideoGame/ShiningForceIII''.
* ''VideoGame/BattleTanx'' and its sequel. The actual tanks and environments were 3D, but items and the Queen Lords (basically the flag in capture the flag maps) were very obvious sprites. This was pretty normal for a 1998 Nintendo 64 game.
* Gearbox Software's ''VideoGame/Borderlands2, VideoGame/BorderlandsThePreSequel and {{VideoGame/Battleborn}}'' does this, but only for introducing [=NPCs=] and Boss characters. It is done as 2D text and background covering the normal background to produce a billboard effect.
* The ''Franchise/{{Castlevania}}'' games on Platform/NintendoDS mostly use 2D sprites with a few 3D models for enemies. Of note is the BigBad and FinalBoss, {{Dracula}}, in ''VideoGame/CastlevaniaOrderOfEcclesia''; rather than a true OneWingedAngel form he goes polygonal and starts ''walking around'' to kick your ass instead of just teleporting around the place.
* ''WesternAnimation/{{Gargoyles}}'' for the Sega Genesis features hand-drawn backgrounds and sprites for organic characters, such as Goliath and the Vikings, and [[DigitizedSprites pre-rendered, polygonal models]] for robotic characters like the Steel Clan.
* ''VideoGame/SpongeBobSquarePantsSuperSponge'' features 2D sprites for Sponge[==]Bob and his friends, the backgrounds are 2D, and some enemies and the foreground are rendered in 3D. However, early builds show that originally Patrick, Squidward, and everyone was rendered as 3D models.
* ''VideoGame/TheCityOfLostChildren'' used the [=PlayStation=] standard of polygonal characters moving on bitmap backgrounds.
* ''VideoGame/TheLegendOfZeldaALinkToThePast'': The Triforce in the intro is made of polygons, as are the crystals in which the maidens are imprisoned.
* The titular character of ''VideoGame/MrBones'' is a fully polygonal model superimposed on 2D backdrops (and the occasional FullMotionVideo) with sprite-based enemies, and he's able to fluidly separate into individual bouncing bones and subsequently reconnect them.
* In ''VideoGame/VivaPinata: Pocket Paradise'', the piñatas, characters, and produce are [=3D=] models, while the backgrounds, buildings, and plants are pre-rendered sprites.
* ''[[VideoGame/DinoCrisis Dino Crisis 2]]'' uses static images and textures for the background and only use 3D models for the player, enemies and certain objects.
[[/folder]]

[[folder:Mixed and Other]]
* In ''VideoGame/RadiantSilvergun'', the 3D, 2D and pseudo 3D is all over the place. Both 2D and 3D can be found in foreground and background.
* Deliberately done in ''VideoGame/{{Darwinia}}''. Darwinians, basic virii and many other objects are 2D sprites while rest of the environment is 3D.
* A rather bizarre example in ''VideoGame/WorldOfWarcraft'', which has a stack of cannonballs scenery object that is made up of rendered polygonal cannonballs displayed as sprites. In fact, many weapons in the game have little embellishments on their hilts (small pieces of cloth, a ball tied to a string, so on) that are sprites of the "same angle no matter where you look" variety.
* VideoGame/ViewtifulJoe is a rather prominent example, with 3D characters and backgrounds and 2D props, pickups and occasionally enemies scattered throughout.
* The 3D game ''VideoGame/{{Bug|1995}}!'' and its sequel ''VideoGame/BugToo!'' have 3D platforms and terrain, while the characters and Mooks are 3D rendered sprites.
* The VisualNovel/AceAttorney series consists of 2D sprite-based visual novels, however some of the games let you view certain pieces of evidence in 3D. As of ''Dual Destinies'' all characters and scenery made the leap from sprites to models, but evidence is still largely presented as sprites.
* In many of Valve's games like ''VideoGame/HalfLife'' and ''VideoGame/Left4Dead'', nearly everything is rendered in polygons, but plant objects like shrubs and clumps of grass are rendered as sprites.
* ''VideoGame/AzureDreams'' has pre-rendered sprites on fully 3D backgrounds.
* The original ''VideoGame/CrashBandicoot'' trilogy has this for, obviously enough, wumpa fruits, as well as several visual effects or the "CHECKPOINT" letters. And yet the spinoff, ''VideoGame/CrashTeamRacing'', brings more 2D/3D confusion to the desk: the wheels, the smoke, the vortex and the wumpas are all sprites, but the race position numbers are actually 3D models.
* The first three ''VideoGame/InazumaEleven'' games have ''both'' 2D sprites and mugshots ''and'' 3D models of characters. Closer-up camera angles use the 3D models, while distant angles use 2D. Backgrounds are also 3D except for directly-overhead camera angles, which use a 2D background for the ground or floor.
* The backgrounds in ''VideoGame/{{Skullgirls}}'' are a mostly of 2D art but laid out on a flat polygonal plane in some cases.
* ''VideoGame/JimmyNeutronBoyGenius'' has polygonal graphics for everything except the various collectible items, which are sprites. The fact that they are high-resolution enough to look like photographs in comparison to the somewhat archaic (even for the time) graphics makes the juxtaposition somewhat jarring
* ''VideoGame/DynastyWarriors'', ''VideoGame/SamuraiWarriors'', and ''VideoGame/WarriorsOrochi'' use billboard sprites for minor things like trees, fences, etc. Other than that, only the HUD uses sprites (for character portraits).
* In ''VideoGame/BloodCrusher2'', everything is 3D except for power-ups.
* Everything rendered in ''VideoGame/SecondLife'' are completely 3D, but the default trees have leaves rendered on a flat plane, similar to the cardboard effect used in other games. Users can also create content that act like sprites, but are 3D objects flattened down. Turning on the avatar imposters option can turn people you see into choppy animated 2D sprites if there are too many avatars on the screen at once.
* ''[[VideoGame/MicrosoftFlightSimulator Flight Simulator 2002]]'' is completely 3D - except for clouds. Setting the view mode to Top-Down shows that clouds are actually high-resolution sprites that always face the aircraft, giving the illusion of fully volumetric clouds.
* ''VideoGame/ChildOfLight'':
** Most of the graphics in this [=UbiArt=] Framework-based game are 2D, with the exception of some 3D models like Aurora, Norah, and a few others. This extends to the earlier [=UbiArt=]-based ''VideoGame/RaymanLegends'' and possibly ''[[VideoGame/RaymanOrigins Origins]]''.
** More specifically, the Ubiart Framework is a [[TwoAndAHalfD 2.5D]] game engine where levels can be constructed out of hundreds of 2D planes placed arbitrarily in 3D space, allowing for both complex [[MotionParallax parallax effects]], as well as allowing 3D models to be easily integrated into the scene.
* ''VideoGame/{{Dandara}}'' is a 2D game throughout its entire length, [[spoiler:but its TrueFinalBoss, Tormenta, and the tornado the fight is in are 3D models. Given Tormenta is an EldritchAbomination, it fits its theme as something "wrong" that shouldn't possibly exist.]]
* ''VideoGame/{{Wonder Project J}}2'' for the Nintendo 64 is almost entirely 2D sprites and backgrounds - with the exception of part of the intro cinematic, some action sequences (3D backgrounds with a 2D character sprite), item display in shops, and the world map. The 3D action sequences are considered to be the worst part of an otherwise charming and great game, as they control horribly and look like something out of the SNES's later 3D games, just with slightly higher-res textures and more polygons.
* Another non-video game example: Despite Space Engine's extraordinary beauty and realism, it uses 2D sprites to render nebulas and other cloudy objects. Occasionally the user can see rotating sprites when he or she rotates the object, ruining the immersion the graphics otherwise gives. This is barely noticeable in normal usage, however.
* ''Golly! Ghost'', a redemption MediaNotes/ArcadeGame by Namco, has an unusual variation: sprites generated by typical 2D hardware projected onto the image of an electromechanically-controlled diorama.
* ''VideoGame/FireEmblem'': In ''[[VideoGame/FireEmblemAwakening Awakening]]'', ''[[VideoGame/FireEmblemFates Fates]]'' and ''[[VideoGame/FireEmblemGaiden Echoes: Shadows of Valentia]]'', characters are depicted with sprites while the geography uses models while overlooking the map during battle.
* ''VideoGame/SolatoroboRedTheHunter'': Every single NPC is a 2D sprite, while the hero and enemies are in 3D. Gets downright uncanny when all the hero's allies are gathered in one place.
* ''Stahlfeder'', a VerticalScrollingShooter for the Platform/PlayStation, mixes sprite and polygon graphics, whose artists are separately credited. The polygonal elements in the backgrounds are very subtle, but most of the bosses are blatantly full 3D models.
* ''Franchise/TheElderScrolls'' series has used a mix dating back to ''[[VideoGame/TheElderScrollsIIDaggerfall Daggerfall]]''. More recent titles in the series, as graphics technology has improved, use polygons for ''almost'' everything, while going with sprites for certain objects (like trees) at a distance in order to cut down on CPU processing. By adjusting the graphics settings in-game, you can make it so that sprites are almost never used (which requires more processing) or used entirely for these objects (which cuts way down on processing).
* The retro shooter ''VideoGame/AmidEvil'' generally uses polygons for its visuals, but weapon sprites, projectiles, and collectibles are rendered in sprites. Said sprites blend so well into the overall look of the game it requires a really close look to tell.
* ''VideoGame/ShinMegamiTenseiIV'' and ''VideoGame/ShinMegamiTenseiIVApocalypse'' have the overworld composed of 3D polygons and textures but battles entirely consisting of sprites.
* ''VideoGame/SonicMania'' mostly uses sprites for its backgrounds and characters, but the giant rings and Special Stages are rendered with low-polygon 3D models, similar to the ones used in ''VideoGame/SonicR''. This is part of the game's {{Retraux}} design, as it was intended to be a 2D Sonic game if it was made for the Platform/SegaSaturn.
* ''VideoGame/{{Tomba}}'' mostly uses sprites laid over 3D backgrounds, but it does use polygonal objects as well for some enemies like the Butamushi and the Biting Plants, and even combines them in the Needlegators that have a sprite body but a polygonal shell that can be knocked off.
* ''VideoGame/{{cloudphobia}}'' uses a 3D engine but mostly uses 2D sprites for the player's mech and many enemies, however some of the other enemies and effects are rendered in 3D polygons. The game also makes use of the dynamic lighting and reflection of metallic surfaces.
* The ''SUGURI'' series -- ''VideoGame/{{SUGURI}}'', ''VideoGame/{{sora}}'', and their fighting-shoot 'em up sequels -- uses a 3D engine where the levels rendered in 3D, however the game also uses hand-drawn 2D sprites for the characters and enemies. Sometimes these games even feature boss battles where the player is fighting the boss as part of the background, and features enemies flying around the foreground or background.
* ''VideoGame/CrisTales'' uses some of the most complex mixes of sprites and polygons in video gaming. Characters, fences, vegetation, signposts, parade floats, small rocks, streetlamps, items, equipment, vehicles, and backgrounds in 2D while most nonmoving or large things, like buildings, the ground, bodies of water, nearby hills and mountains, furniture, interior fixtures and appliances, non-character machinery, and large rocks are in 3D. There also appears to be equally complex use of MotionParallax on 2D images to simulate a 3D effect, such as the sides of buildings flattening as they move closer to the middle of the screen, that it can be hard to tell if something is low-poly 3D or very intricate 2D.
* ''VideoGame/DinoCrisis'' uses 3D on almost everything, but it also uses 2D on certain elements like chain-link fences, doors, buttons, and so on.
[[/folder]]
----