Log In  

Cart #57882 | 2018-10-13 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
3

Working on a 3d engine to try to make a space game... This is the current iteration

P#57883 2018-10-12 21:53 ( Edited 2018-10-13 02:58)

Is there a way to do it without the dithering but using the internal 16-colors to shade according to rotation and facet illumination ?

P#57884 2018-10-12 22:08 ( Edited 2018-10-13 02:08)

The actual triangle renderer can pretty much do whatever you want, I just have it setup to do some simple directional lighting using a dither.

P#57885 2018-10-12 22:57 ( Edited 2018-10-13 02:57)

I'm still working on the geometry pipeline, I'm trying to make it kinda shader'y

P#57886 2018-10-12 22:58 ( Edited 2018-10-13 02:58)

[Please log in to post a comment]