This commit is contained in:
Miloslav Ciz 2024-12-19 16:48:05 +01:00
parent 80d186311f
commit 98c18cbc39
18 changed files with 1926 additions and 1921 deletions

View file

@ -2,7 +2,7 @@
The term *low poly* (also low-poly or lowpoly) is used for polygonal [3D models](3d_model.md) whose polygon count is relatively low -- so low that one can see the model [approximates](approximation.md) the ideal shape only very roughly. For typical models (animals, cars, guns, ...) the polygon count under which they are correctly called low poly is usually a few dozens or few hundreds at most. The opposite of low poly is *[high poly](high_poly.md)*. A good example of low poly graphics can be seen e.g. in [PS1](ps1.md) games such as Crash Bandicoot 3 or the first [Harry Potter](harry_potter.md) game.
**WATCH OUT**: [Retards](retard.md) nowadays use the term "low poly" for stylized/untextured high poly models; they even use the term for models whose polygon count is lower than the number of atoms in observable universe, or they use the term completely randomly just to put a cool label to their lame shit models. **STOP THIS FUCKING INSANITY, DON'T CALL HIGH POLY MODELS LOW POLY**.
**WATCH OUT**: [Retards](retard.md) nowadays use the term "low poly" for stylized/untextured high poly models; they even use the term for models whose polygon count is lower than the number of atoms in observable universe, or they use the term completely randomly just to put a cool label to their lame shit models (they confuse *low poly* with *low effort*). **STOP THIS FUCKING INSANITY, DON'T CALL HIGH POLY MODELS LOW POLY**.
The exact threshold on polygon count from which we call a model low poly can't be objectively set because firstly there's a subjective judgment at play and secondly such threshold depends on the ideal shape we're approximating. This means that not every model with low polygon count is low poly: if a shape, for example a [cube](cube.md), can simply be created with low number of polygons without it causing a distortion of the shape, it shouldn't be called low poly. And similarly a model with high polygon count can still be classified as low poly if even the high number of polygons still causes a significant distortion of the shape. However let's say that if it has more than 300 triangles it's quite likely not low poly.