• changing coordinate
    it may be simple question,i use emWIN5 with arm cortex-m4, keil. I would like to change coordinate. it means I usually set "GUI_DispStringAt("sample",30,40,);". however, i don't know how to change...
  • changing coordinate
    it may be simple question,i use emWIN5 with arm cortex-m4, keil. I would like to change coordinate. it means I usually set "GUI_DispStringAt("sample",30,40,);". however, i don't know how to change...
  • Tiled rendering: origin of tiles coordinates
    Hi! I have a question about tiled-rendering. Wiki says, " Tiled rendering is the process of subdividing (or tiling) a computer graphics image by a regular grid". As I understand android window is dividing...
  • Tiled rendering: origin of tiles coordinates
    Hi! I have a question about tiled-rendering. Wiki says, " Tiled rendering is the process of subdividing (or tiling) a computer graphics image by a regular grid". As I understand android window is dividing...
  • Setting up OpenGL for left-handed coordinates
    I am in process of writing my own math library and chose to follow a left-handed coordinate system approach because I find it more intuitive. I have read that on modern OpenGL the right-handed convention...