summaryrefslogtreecommitdiff
path: root/avmedia/source/opengl/oglwindow.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-07-14glTF: More rendering related error handlingZolnai Tamás1-1/+6
2014-07-10glTF: constraine camera move in orbit modeZolnai Tamás1-0/+18
2014-06-29Update libgltf: new build system and various fixesZolnai Tamás1-24/+46
2014-06-11OGLWindow: no need to call update after changes, timer takes care of itZolnai Tamás1-7/+0
2014-06-11OGLWindow: use reference instead of pointerZolnai Tamás1-39/+40
2014-06-11glTF rendering: workaround for camera movementsZolnai Tamás1-6/+21
2014-05-21libgltf: Updated version.Jan Holesovsky1-6/+6
2014-05-21gltf: Send delta when rotating, not absolute value.Jan Holesovsky1-1/+7
2014-05-21libgltf: Update to the new version.Jan Holesovsky1-1/+1
2014-05-16OGLWindow: fix key capturing issueZolnai Tamás1-0/+4
2014-05-15OGLWindow: improve camera movement, make it fasterZolnai Tamás1-10/+10
2014-05-15OGLWindow: First try to rotate cameraZolnai Tamás1-1/+24
2014-05-15OGLWindow: use update function for redrawing.Zolnai Tamás1-6/+1
2014-05-15OGLWindow: move camera only when one of the key candidates is pressedZolnai Tamás1-32/+37
2014-05-15OGLWindow: remove event listeners also when window is disposedZolnai Tamás1-1/+6
2014-05-15avmediaogl: call gltf_renderer_set_content() only onceZolnai Tamás1-1/+0
2014-05-13glTF rendering: first try to move camera positionZolnai Tamás1-1/+86
2014-05-06Upgrade libgltfZolnai Tamás1-0/+2
2014-04-28Slideshow: display OpenGL window also during slideshowZolnai Tamás1-0/+2
2014-04-28avmedia: make OpenGL window render model when play button is pushed.Zolnai Tamás1-4/+5
2014-04-28OGLWindow: set pos and size values even it is invisibleZolnai Tamás1-7/+7
2014-04-28Introduce OpenGLContext::MakeCurrent for switching between contextsZolnai Tamás1-0/+1
2014-04-27First try to render OpenGL content in a windowZolnai Tamás1-8/+24
2014-04-15avmedia: sal_Bool->boolNoel Grandin1-1/+1
2014-03-27Avoid unused private field errorsZolnai Tamás1-0/+1
2014-03-27Skeleton of OpenGL avmedia service for playing 3D modelsZolnai Tamás1-0/+179