honya Posted November 5, 2015 Posted November 5, 2015 Hi, i have ObjectGui and add to him WidgetLabel that have set Font color for example vec4(1,0,0,1) - red. Label is paint with white color, but i except red. If change ObjectGui to Gui, it painted with right color - red. In previous version it work right. Honya
silent Posted November 5, 2015 Posted November 5, 2015 Hi Jan, Is it possible to have some basic test scene with reproduction? Thanks! How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
honya Posted November 5, 2015 Author Posted November 5, 2015 Hi, add this: label.setFontColor(vec4(1,0,0,1)); on 45 line in gui_05.cpp in Unigine script examples for Objects. Honya
silent Posted November 6, 2015 Posted November 6, 2015 Hi Jan, I've added this bug to our internal bug tracker. Right now it is possible to change text color by changing the material setting in Parameters tab (Shading Color). Thank you! How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
silent Posted April 13, 2016 Posted April 13, 2016 Fixed in 2.2.1. How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
Recommended Posts