Graphics settings
Graphics is one of the game's many visual settings, which allows for the game's rendering of an assortment of features to be adjusted to match computer specifications.
There are currently three[JE only]/four[BE only] different options for graphics to be set to, in order of computing expense: Fast, Fancy and Fabulous![Java Edition only], or Simple, Fancy, Ray Traced, and Vibrant Visuals[Bedrock Edition only], each bringing their own dedicated visual improvements.
Differences between settings
[edit | edit source]- Currently, Java Edition-centric - Bedrock Edition differences need to be researched.
- "Reduces the amount of visible rain or snow" according to its description as of 1.18.1 -demonstrate?
- Darkness vignette presence - MC-241321
- World border vignette presence - MC-54988
- It's been heard that it affects fog rendering, but it isn't exactly known how.
- It may affect or have affected rain in some way.(https://twitter.com/Dinnerbone/status/527075906595340288)
- Any other differences that have been missed.
- Possibly the fabulous world border bug. (MC-187669)
- Analysis of each individual option
Summary
[edit | edit source]Java Edition
[edit | edit source]| Setting | Leaves | Translucency |
|---|---|---|
| Fast | Opaque | Flawed |
| Fancy | Transparent | Flawed |
| Fabulous! | Transparent | Correct |
Bedrock Edition
[edit | edit source]In Bedrock Edition, there are 4 graphics modes: Simple, Fancy, Vibrant Visuals, and Ray Traced. Vibrant Visuals and ray tracing have additional minimum requirements, and ray tracing requires a compatible resource pack. In general, the Simple and Fancy graphics modes are equivalent to Java Edition's Fabulous! graphics and do not make compromises, while still providing a better performance. Most graphical features, such as transparent leaves, are controlled by their own settings. There are a few differences between Simple and Fancy graphics modes, but Vibrant Visuals and ray tracing enable advanced rendering techniques with far more graphical features.
The graphics mode cannot be switched in-game by default and requires the "In-Game Graphics Mode Switching" option to be enabled. This is not available on lower-end devices, because especially switching from/to/between Vibrant Visuals and ray tracing requires high performance and memory.
Detailed analysis
[edit | edit source]Java Edition
[edit | edit source]Leaves
[edit | edit source]
When graphics are set to Fast, leaves are rendered as completely opaque blocks when placed in the world. (In item form, they still appear transparent.) This is likely meant to improve framerates by treating leaves more like full, solid cubes, and allowing their faces to be culled by each other, resulting in the game having to render fewer faces in forested areas; this, however, does not happen.[1]
Leaves do not use a separate texture file for their appearance in Fast graphics - rather, all transparent regions in the texture are set to fully opaque, and appear black.[more information needed]
Leaves are the only block subject to this - other transparent cubes, such as monster spawners are still rendered transparent, likely due to their comparative rarity.
Translucency
[edit | edit source]When graphics are set to Fast or Fancy, the game makes compromises on the rendering of many translucent elements of the game.
A notable example of this involves viewing the world through translucent blocks such as stained glass, tinted glass, and ice. When this is done, the game does not attempt to render particles, rain, snow, or clouds behind the block.
There are also many, much more subtle cases which can be seen. Experience orbs have many associated cases - for example, they can block the rendering of their own shadows, as well as of other entities, including entity-rendered blocks such as chests, as well as non-entity-rendered translucent blocks such as stained glass, and other things like the outlines of targeted blocks.
The effects seem to be time-specific, and often differ depending on the age of the entities in question - different effects can be seen for experience orbs that existed in the world before the entity behind them than experience orbs that came into existence afterward.
More obscure cases can be sighted as well, such as with the dying animation of the ender dragon, the world border, and structure block annotations. Untested cases involve F3+G chunk borders and shulker bullets. Blocks such as tripwire, slime blocks, and honey blocks may cause even more strange effects.
Bedrock Edition
[edit | edit source]The following table lists the main differences between graphics modes. Unknown differences or graphical features controlled by their own settings are not included.
| Simple | Fancy | Vibrant Visuals | Ray Traced | |
|---|---|---|---|---|
| Availability | All | All |
|
|
| Performance cost | Very low | Low | Medium | High |
| Rendering |
|
|
|
|
| Static lighting | Yes | Yes |
|
No |
| Smooth lighting | Yes | Yes | Yes | No; ambient occlusion with directional lighting |
| Directional lighting | No | No |
|
|
| Texture sets | RGBA | RGBA |
|
|
| Light coloration/strength | Ambient lighting varies with daylight cycle or dimensions | Ambient lighting varies with daylight cycle or dimensions |
|
|
| Atmospherics |
|
|
| |
| Fog | Default fog types; different water fog colors | Default fog types; different water fog colors |
|
|
| Shadows | No | Static round shadows below entities | Pixelated shadows from all objects created by directional lighting | Soft shadows from all objects created by directional lighting |
| Water effects |
|
|
|
|
| Water caustics | No | No | Pixelated | Soft |
| Clouds |
|
|
|
|
| Translucency | Correct translucency through all transparent objects | Correct translucency through all transparent objects |
|
|
| Post processing effects | No | No |
|
|
| Settings |
|
|
|
|
| Customization in resource packs | Sky colors, water colors, fog settings | Sky colors, water colors, fog settings |
|
|
- ↑ a b c d Limit in options.txt, capped in the in-game settings screen to lower values depending on the device. See Settings § Video for more information
History
[edit | edit source]Java Edition
[edit | edit source]| Java Edition Infdev | |||||||
|---|---|---|---|---|---|---|---|
| 20100615 | Added the graphics setting, with "fast" and "fancy" options. | ||||||
| Currently, clouds and entity shadows are affected. | |||||||
| 20100616-1808 | Leaves are now affected by the graphics setting. | ||||||
| 20100624 | A viginette now appears on the screen when fancy graphics are enabled. | ||||||
| Java Edition Beta | |||||||
| 1.5 | Added an overlay texture for the sides of grass blocks to make their side texture appear colored identically to their top texture. This overlay is used only in fancy graphics, and fast graphics ignores it. | ||||||
| Java Edition | |||||||
| 1.4.6 | 12w50a | Dropped items which are 2D now use a three-dimensional model in fancy graphics mode, compared to the flat 2D shape they used previously (and still use in fast graphics). | |||||
| 1.8 | 14w04a | Items no longer rotate at all due to a bug. This makes items visible only when facing north when fast graphics are enabled. | |||||
| 14w04b | Items are no longer visible at all on Fast graphics. | ||||||
| 14w05a | Items are once again visible on fast graphics. They now face the player on all three axes, rather than only the horizontal axes, making them clearly visible from above. | ||||||
| 14w25a | Grass blocks now always use the side overlay, regardless of graphics setting. This is without a doubt due to the overlay section being made to be its own model element in the model file, rather than a setting for each face, possibly also making it less expensive to render. | ||||||
| "2D" items now always appear 3D, regardless of graphics setting. This must be due to the introduction of proper, customizable item models in this version, as opposed to being auto-generated by the game in previous versions. | |||||||
| However, said "2D" items still do not rotate on Fast graphics - only on Fancy graphics do they rotate. | |||||||
| Leaves no longer have different texture files for fast and fancy graphics - rather, the transparent texture is always used, and blank regions are filled in with an average color.[more information needed] | |||||||
| Leaves now appear transparent on Fast graphics in item form (held, dropped, framed or worn on a player's head),[more information needed] and their particles also have transparency. Graphics settings only affect them when placed. | |||||||
| 14w25b | Leaves now render black in their transparent regions in fast graphics.[more information needed] | ||||||
| 1.8.1 | pre4 | Dropped items now rotate on fast graphics. | |||||
| Entity shadows are no longer controlled by fast/fancy graphics - they now have their own setting. | |||||||
| Clouds are no longer controlled by fast/fancy graphics - this has been merged into the clouds on/off option, which has become off/fast/fancy itself. | |||||||
| 1.16 | Pre-release 1 | Added the Fabulous! graphics setting, | |||||
| 1.21.11 | 25w41a | "See-Through Leaves", "Show Vignette", "Weather Effect Radius", and "Improved Transparency" visual effects, which were previously only controlled by the graphics setting, have been split into independent settings. | |||||
| Graphics modes "Fast", "Fancy", and "Fabulous!" have been replaced with graphics presets with the same names. Graphics presets control the default values of the "Quality & Performance" video settings. | |||||||
| pre2 | Disabling the "See-Through Leaves" video setting now improves performance more than before because leaves occluded faces are now culled. | ||||||
| pre3 | The "See-Through Leaves" video setting is now turned off on the "Fast" graphics preset. | ||||||
Bedrock Edition
[edit | edit source]| Pocket Edition Alpha | |||||||
|---|---|---|---|---|---|---|---|
| v0.1.0 | The game has two toggles for graphics settings: "Fancy graphics" and "Lower graphics quality." Both toggles are off by default. | ||||||
| "Fancy graphics" currently affects only the rendering of leaves. | |||||||
| "Lower graphics quality" decreases the render distance from four chunks to two chunks and prevents the "Fancy graphics" toggle from being enabled. | |||||||
| v0.6.0 | Added clouds, which are visible only if "Fancy graphics" is enabled. | ||||||
| v0.7.0 | Render distance is now controlled independently of other graphics settings, and the "Lower graphics quality" toggle has been removed. | ||||||
| Cloud visibility is now controlled by the "Beautiful skies" toggle instead of fancy graphics. | |||||||
| v0.8.0 | build 1 | The fancy graphics toggle is now enabled by default. | |||||
| Clouds now appear opaque if fancy graphics is off. | |||||||
The following changes have been made to entity lighting in fancy graphics:
| |||||||
| When the inventory screen is open, the background is now a dirt texture instead of the world if fancy graphics is off. | |||||||
| Any procedurally-generated animations are paused while the player has their inventory open if fancy graphics is off. | |||||||
| v0.10.0 | build 1 | Water is now significantly more transparent near the player when fancy graphics is off. | |||||
| build 2 | Fog is now spherical instead of a flat plane when fancy graphics is on. | ||||||
| build 6 | Fog is no longer applied to clouds when fancy graphics is off. | ||||||