]> git.tdb.fi Git - libs/gl.git/commitdiff
Implement material maps for exporting objects with multiple materials
authorMikko Rasa <tdb@tdb.fi>
Sun, 19 May 2019 23:03:41 +0000 (02:03 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 19 May 2019 23:19:51 +0000 (02:19 +0300)
This replaces the material texture feature which was removed earlier.  The
principle is similar (store material color values in a texture) but the
maps are global, making it possible for multiple objects to use the same
map.


No differences found