]> git.tdb.fi Git - libs/gl.git/commit
Redesign Text as an ObjectInstance
authorMikko Rasa <tdb@tdb.fi>
Sun, 11 Apr 2021 20:35:26 +0000 (23:35 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 11 Apr 2021 20:35:26 +0000 (23:35 +0300)
commit88e67cefcb759902c6bd344373be0b1cd0cf7f6b
treebc05297ae7e6459322fccfb49262a7ee4c4f5035
parent6f39983060a27634c012f66c82fea0d09fea9774
Redesign Text as an ObjectInstance

It's rare to need several copies of the same text, but positioning texts
is useful.

Text no longer copies the Technique but instead sets the texture in
setup_render.
source/render/text.cpp
source/render/text.h