]> git.tdb.fi Git - libs/gl.git/commitdiff
Have Object provide an identity matrix from get_matrix
authorMikko Rasa <tdb@tdb.fi>
Mon, 2 Jul 2018 21:00:28 +0000 (00:00 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 2 Jul 2018 21:00:28 +0000 (00:00 +0300)
It's often useful to have static geometry in a scene directly as an Object
without creating an instance.  Many features such as Z-sorting and culling
require a matrix to be available.


No differences found