From: John Tsiombikas Date: Wed, 14 Feb 2018 05:35:58 +0000 (+0200) Subject: - separated mesh algorithms in mesh.h/mesh.c X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=commitdiff_plain;h=8cee0ffb00cce3d81487f1161286ac299db7d044;hp=8cee0ffb00cce3d81487f1161286ac299db7d044;p=dosdemo - separated mesh algorithms in mesh.h/mesh.c - fixed backface culling precision issue - fixed leftover old prototypes for g3d_color* functions - added debug breakpoint in util and made the demo break when pressing delete. - fugly textured cube in infcubes part ---