- 16 Apr, 2013 1 commit
-
-
Janis Born authored
-
- 15 Apr, 2013 1 commit
-
-
Janis Born authored
fix possible parser error in GeometryDataLoadStoreOBJ when input file contains mixed spaces and tabs
-
- 11 Apr, 2013 2 commits
-
-
Robert Menzel authored
-
Robert Menzel authored
-
- 09 Apr, 2013 1 commit
-
-
Robert Menzel authored
-
- 05 Apr, 2013 2 commits
-
-
Robert Menzel authored
-
Robert Menzel authored
-
- 03 Apr, 2013 1 commit
-
-
Robert Menzel authored
-
- 02 Apr, 2013 1 commit
-
-
Robert Menzel authored
added cmake file to include directly in case no lib of ACGL should get build, fixed a normal creation bug
-
- 26 Mar, 2013 5 commits
-
-
Robert Menzel authored
-
Janis Born authored
-
Robert Menzel authored
-
Janis Born authored
-
Robert Menzel authored
-
- 25 Mar, 2013 3 commits
-
-
Janis Born authored
-
Janis Born authored
-
Janis Born authored
-
- 27 Feb, 2013 1 commit
-
-
Robert Menzel authored
-
- 25 Feb, 2013 2 commits
-
-
Robert Menzel authored
-
Robert Menzel authored
-
- 24 Feb, 2013 1 commit
-
-
Robert Menzel authored
-
- 20 Feb, 2013 1 commit
-
-
Robert Menzel authored
-
- 18 Feb, 2013 1 commit
-
-
Robert Menzel authored
-
- 17 Feb, 2013 1 commit
-
-
Robert Menzel authored
-
- 16 Feb, 2013 2 commits
-
-
Robert Menzel authored
-
Robert Menzel authored
-
- 24 Aug, 2012 1 commit
-
-
Robert Menzel authored
-
- 26 Apr, 2012 1 commit
-
-
Janis Born authored
-
- 27 Mar, 2012 1 commit
-
-
Janis Born authored
-
- 14 Mar, 2012 1 commit
-
-
Janis Born authored
-
- 15 Feb, 2012 1 commit
-
-
Robert Menzel authored
-
- 14 Feb, 2012 1 commit
-
-
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.
-
- 09 Feb, 2012 2 commits
-
-
Robert Menzel authored
-
Robert Menzel authored
OpenGL/Objects now only contains wrappers of OpenGL objects, all higher-level objects are moved to OpenGL/HiLevelObjects. Also moved LocationMappings to OpenGL/Data. OpenGL/Objects.hh still includes the high-level stuff. In the hi-level collection multiple alternative concepts can be collected to achieve similar functionality (Uniform objects instead of UniformBuffers for example) which is fine but should not lead to confusion that just the OpenGL objects in Objects/ are the main building blocks on which the HiLevelObjects/ rely on.
-