Поздравляю вас Unigine Team! Желаю вам успехи! Спасибо вам за хороший пример модерной игры на линуксе!
Поздравляю вас Unigine Team! Желаю вам успехи! Спасибо вам за хороший пример модерной игры на линуксе!
These devices are surely not OpenGL 3 capable, right?
Does this mean that the engine has OpenGL 2 fallbacks? This would mean that the engine might even run on OSS drivers. This would be a good thing.
As long as mesa has a working EGL state tracker and OpenGL ES implementation yes. When that happens all the tablet and handheld goodness will be able to play ball with linux.Does this mean that the engine has OpenGL 2 fallbacks? This would mean that the engine might even run on OSS drivers. This would be a good thing.
Awesome!![]()
Unigine and Siberia (yes, with all its unique culture and stereotypes)... ROCK!![]()
One of the Khronos documents describes GL ES 2.0 relative to GL 2.0 and most of the changes are "removals", ie GL ES 2.0 is probably best described as a subset of GL 2.0 with a few things added.
http://www.khronos.org/registry/gles...pec_2.0.25.pdf
In general the GL ES 2.0 spec seems to align better with DX9 hardware. Look at section 3.8 (Texturing) re: NPOT textures for a good example.