- 14 Mar, 2012 5 commits
-
-
Janis Born authored
-
Janis Born authored
-
Janis Born authored
-
Janis Born authored
-
Janis Born authored
-
- 13 Mar, 2012 3 commits
-
-
Janis Born authored
(fixes VAOFileManager reloading every frame)
-
Janis Born authored
-
Janis Born authored
controllers for VAO, ShaderProgram, FBO now apply external attribute settings before merging in their own
-
- 08 Mar, 2012 2 commits
-
-
Robert Menzel authored
Merge branch 'refactorGLobjects' of file:///data/git-repository/acgl/libraries/acgl into refactorGLobjects
-
Robert Menzel authored
-
- 07 Mar, 2012 5 commits
-
-
Janis Born authored
-
Janis Born authored
-
Janis Born authored
* most members of RenderObject are now const (compatibility with resources loaded from FileManagers)
-
Janis Born authored
* VertexArrayObjectControl * VertexArrayObjectControlFile * ShaderProgramControlFiles * FrameBufferObjectControl
-
Janis Born authored
-
- 02 Mar, 2012 2 commits
-
-
Robert Menzel authored
-
Robert Menzel authored
-
- 01 Mar, 2012 7 commits
-
-
Robert Menzel authored
-
Robert Menzel authored
-
Robert Menzel authored
-
Robert Menzel authored
-
Robert Menzel authored
-
Robert Menzel authored
-
Robert Menzel authored
-
- 29 Feb, 2012 3 commits
-
-
Janis Born authored
-
Janis Born authored
-
Robert Menzel authored
-
- 28 Feb, 2012 2 commits
-
-
Janis Born authored
-
Janis Born authored
* Buffer * ShaderProgram * VertexArrayObject
-
- 22 Feb, 2012 3 commits
-
-
Janis Born authored
* uses GeometryDataControlFileFactory for loading * should replace ArrayBufferControlFileATB
-
Janis Born authored
* remove debug outputs
-
Janis Born authored
* implement a more versatile PNM loading routine
-
- 21 Feb, 2012 1 commit
-
-
Janis Born authored
-
- 15 Feb, 2012 2 commits
-
-
Robert Menzel authored
-
Robert Menzel authored
-
- 14 Feb, 2012 3 commits
-
-
Robert Menzel authored
-
Robert Menzel authored
Example: SharedLocationMappings globalLocationMappings = SharedLocationMappings( new LocationMappings ); // now the map could get set by hand, but thats not needed: ShaderProgramFileManager::the()->get( ShaderProgramControlFiles("shader1"). externAttributeLocations(globalLocationMappings) ); // will add all maps from the shader1 to the global map ShaderProgramFileManager::the()->get( ShaderProgramControlFiles("shader2"). externAttributeLocations(globalLocationMappings) ); // will add all maps from shader2, attributes already known will not get changed, no location collitions. Reloading of the shaders due to changed files will automatically set the locations again.
-
Robert Menzel authored
-
- 13 Feb, 2012 2 commits
-
-
Robert Menzel authored
-
Robert Menzel authored
-