Tu.Xiaomi Posted January 26, 2015 Posted January 26, 2015 The words in the UI can not be distinguished. It has some aliasing. Enabled SuperSample can improve this.
unclebob Posted January 26, 2015 Posted January 26, 2015 Hello there, Tu! Could you please give me more details about your scene and UI setup? If you're using ObjectGui or ObjectGuiMesh then you can try to increase texture size via ObjectGui::setScreenSize (https://developer.unigine.com/en/docs/1.0/scripting/library/objects/class.objectgui#setScreenSize_int_int_void) or ObjectGuiMesh::setScreenSize (https://developer.unigine.com/en/docs/1.0/scripting/library/objects/class.objectguimesh#setScreenSize_int_int_void) function.
Tu.Xiaomi Posted January 27, 2015 Author Posted January 27, 2015 Hello there, Tu! Could you please give me more details about your scene and UI setup? If you're using ObjectGui or ObjectGuiMesh then you can try to increase texture size via ObjectGui::setScreenSize (https://developer.unigine.com/en/docs/1.0/scripting/library/objects/class.objectgui#setScreenSize_int_int_void) or ObjectGuiMesh::setScreenSize (https://developer.unigine.com/en/docs/1.0/scripting/library/objects/class.objectguimesh#setScreenSize_int_int_void) function. I used the GuiMesh, and the ScreenSize is 2048 1508
silent Posted January 27, 2015 Posted January 27, 2015 Hi, Could you please provide a screenshot or maybe a simple test scene with problematic GUIMesh? Thanks! How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
Tu.Xiaomi Posted February 7, 2015 Author Posted February 7, 2015 I want to see it clearly in some distance, such as 1.5~2m. But it appear clearly only in 1m. The AA setting has being set to 8X.
Tu.Xiaomi Posted February 9, 2015 Author Posted February 9, 2015 Hi, Could you please provide a screenshot or maybe a simple test scene with problematic GUIMesh? Thanks! I want to see it clearly in some distance, such as 1.5~2m. But it appear clearly only in 1m. The AA setting has being set to 8X. 捕获2.PNG
unclebob Posted February 9, 2015 Posted February 9, 2015 Hello, Tu! Try to increase your font size on WidgetTabBox by calling setFontSize function (https://developer.unigine.com/en/docs/1.0/scripting/library/gui/class.widget#setFontSize_int_void).
Recommended Posts