tanzfisch / Igor

Igor Game Engine
http://igor.logasoft.co.nz/doxygen/index.html
GNU Lesser General Public License v3.0
7 stars 0 forks source link

simplify color id interface #338

Open tanzfisch opened 1 year ago

tanzfisch commented 1 year ago

replace this iRenderer::getInstance().setMaterial(iRenderer::getInstance().getColorIDMaterial()); with something like this iRenderer::getInstance().setColorIDEnabled(); iRenderer::getInstance().isColorIDEnabled();