bryanedds / Nu

Repository hosting the open-source Nu Game Engine and related projects.
MIT License
1.1k stars 154 forks source link

Old-school 3D / fixed-function pipeline emulation with current PBR renderer. #617

Closed bryanedds closed 5 months ago

bryanedds commented 11 months ago

A lot of our potential target developers prefer old PSX and PS2 style graphics according to @reinux. Let's see how closely we can emulate that style of rendering by rendering a scene while doing something like the following -

This or something like it should give us a fixed-function like appearance.

bryanedds commented 5 months ago

I think we're satisfied with this as a current capability.