(https://github.com/DreliasJackCarter/PSXifyBlender2.8/raw/main/Previews/CombineOrdinal.gif)
a.k.a. how to make your game/animations look like a playstation 1 game :-)
~~~
i'm currently trying out some new scripts in blender to recreate the style in the above pic, and thought i'd make a thread to share some assets if you want to recreate this effect!
PSX_retroshader (https://github.com/dsoft20/psx_retroshader) (unity)
i personally use this shader in my unity projects, it's pretty simple to use. once the package is installed, change all your shaders to the imported psx shaders, and then you can add the C precision script to your camera if you want a limited palette.
(https://camo.githubusercontent.com/dadfa3aa3999588b8729968460b34f1db8eb8c42183914bef7dcc8ab95028a44/687474703a2f2f692e696d6775722e636f6d2f6d7934333851582e676966)
PSX-URP (https://github.com/Kodrin/URP-PSX) (unity)
i *just* came across this, but looks very interesting! i'll report back whenever i get around to trying it.
(https://github.com/Kodrin/URP-PSX/raw/master/Media/01.gif)
PSXify (https://github.com/DreliasJackCarter/PSXifyBlender2.8) (blender)
this is the script i'm currently trying out but i'm having some issues rn.. will have to study more, haha. but looks great if you can get it working!
(https://github.com/DreliasJackCarter/PSXifyBlender2.8/raw/main/Previews/RenderPreviews.gif)
just a note about general rules of this style of rendering -- the less vertices your model has = the more warping your textures will have, otherwise known as affine texture mapping. this is a good example of it below:
(https://camo.githubusercontent.com/3cee9f5fbc40a4dc7d68febd40ca1ab3360fd1e2b77874c9760b9e6b0d22a09c/687474703a2f2f692e696d6775722e636f6d2f7a43325431754a2e706e67)
As you can see the effect is better when the mesh is subdivided (bottom left mesh) instead of when the mesh have a low poly count (top right mesh)
(https://github.com/DreliasJackCarter/PSXifyBlender2.8/raw/main/Previews/Affine.jpg)
i use this sometimes to my advantage if i want to make a dizzing/warping effect, but it does get tiring on the eyes if used in excess.