overte-HifiExperiments/interface
samcake 9f0936de53 Improve the TextRenderer::draw(), first step
- Introduce a managed Buffer for data to be used on the GPU. THis is the first type of resource (second will be texture) that we plan to    use in the graphics engine in the long term. this is an api agnostic replacement to QGLBuggerObject
  It's in the new file gpu/Resource.h(.cpp)

- Add two gpu::Buffers in the TextRenderer that collect all the glyph vertices (coords + texcoords + color) during the for loop on the string characters of the TextRenderer::draw(). Right now the text glyphs are then drawn in one draw call (and not one per character) at the end of the function.

THe step 2 plan is to keep on collecting all the glyphs from all the TextRenderer::Draw() issued during one frame and to draw all of them in a single drawcall. We decided to split the task in 2 so it's easier to review.
2014-10-09 10:17:50 -07:00
..
external Bring libovr build instructions up to date 2014-08-21 19:24:09 -07:00
resources Merge pull request #3540 from samcake/temp0 2014-10-06 12:23:44 -07:00
src Improve the TextRenderer::draw(), first step 2014-10-09 10:17:50 -07:00
ui more dialog fixes 2014-10-03 13:45:26 +02:00
CMakeLists.txt Improve the TextRenderer::draw(), first step 2014-10-09 10:17:50 -07:00
interface.icns update the interface icon 2014-07-07 11:46:57 -07:00
interface_en.ts importVoxels() JS override: specify file and location 2014-08-03 14:01:37 -04:00
InterfaceConfig.h.in
InterfaceVersion.h.in