- 18 Jan, 2012 2 commits
-
-
Janis Born authored
-
Janis Born authored
* move mMode fom ArrayBuffer to VAO * add attachAllAttributes method to VAO * allow adding VAO attributes without binding them (location == -1) * store state of previous VAO binding in static field
-
- 12 Jan, 2012 1 commit
-
-
Janis Born authored
-
- 01 Dec, 2011 4 commits
-
-
Robert Menzel authored
-
Robert Menzel authored
-
Robert Menzel authored
-
Robert Menzel authored
-
- 29 Nov, 2011 3 commits
-
-
Robert Menzel authored
-
-
Robert Menzel authored
-
- 27 Nov, 2011 1 commit
-
-
Ole Untzelmann authored
-
- 24 Nov, 2011 1 commit
-
-
Lars Krecklau authored
* Added constness to the buffers which are hold by the vertex buffer object (otherwise you cannot attach const buffers and there is no reason why this should not be possible) * IMPORTANT: Fixed a major bug in the ACGL RenderObject which caused a wrong mapping to the array buffers! All projects should update to this newest version of ACGL!
-
- 23 Nov, 2011 2 commits
-
-
Robert Menzel authored
-
Robert Menzel authored
-
- 21 Nov, 2011 1 commit
-
-
Lars Krecklau authored
-
- 17 Nov, 2011 6 commits
-
-
Lars Krecklau authored
-
Lars Krecklau authored
* Fixed warnings in the NURBSCurve class and added an error message when a curve is defined with a missmatching knot vector
-
Lars Krecklau authored
-
Lars Krecklau authored
-
Lars Krecklau authored
-
Lars Krecklau authored
-
- 10 Nov, 2011 1 commit
-
-
Lars Krecklau authored
-
- 09 Nov, 2011 1 commit
-
-
Lars Krecklau authored
* Furthermore introduced a factory to register new file types (currently jpg and png). * Added support for cube mapping This commit closes #106, #107
-
- 08 Nov, 2011 1 commit
-
-
Lars Krecklau authored
-
- 03 Nov, 2011 2 commits
-
-
Lars Krecklau authored
-
Lars Krecklau authored
-
- 14 Oct, 2011 1 commit
-
-
Andreas Neu authored
-
- 13 Oct, 2011 2 commits
-
-
Ole Untzelmann authored
-
Robert Menzel authored
-
- 11 Oct, 2011 1 commit
-
-
Lars Krecklau authored
Changed primitive int types in the texture to the correct OpenGL types and fixed the initialization list of the jpg controller
-
- 05 Oct, 2011 1 commit
-
-
Lars Krecklau authored
-
- 27 Sep, 2011 3 commits
-
-
Robert Menzel authored
-
Robert Menzel authored
-
Janis Born authored
-
- 26 Sep, 2011 2 commits
-
-
Robert Menzel authored
* ShaderProgramControlFiles is similar to ShaderProgramControlAutoFiles but the files have to be named explicitly which makes it possible to share some shaders for different ShaderPrograms. * Both ShaderProgram controllers share some code, this should get reduced by refactoring. * ShaderProgramControlAutoFiles had a copy&paste bug
-
Janis Born authored
* now also updates orientation after updating local coordinate system (prevents ControlCamera snapping back to old pitch/yaw after manually setting the camera position)
-
- 22 Sep, 2011 4 commits
-
-
Ole Untzelmann authored
Removed the Interfaces.hh and modified the AnimationEvent class to either call function pointers or member function pointers using class templates.
-
Ole Untzelmann authored
-
Ole Untzelmann authored
[Animations] Changed data structure from vector->list [Animations] Added function to stop a running Animation
-
Lars Krecklau authored
* Added a sampling function to the nurbs that also allows for the calculation of the derivatives
-