1. 24 Sep, 2016 2 commits
    • Merge branch '10-unterteilung-funktioniert-bei-manchen-modellen-nicht' into 'patchRender' · a6f280e6
      Philipp Adolf authored
      Remove use of glBindBufferRange
      
      Fixes #10
      
      Didn't work with some models. I'm guessing that there are requirements
      for the offset (divisible by some power of 2 or something) that we just
      happen to meet with some models but not with others.
      
      New version binds the full output buffer but adds another buffer that
      contains the offset into the output buffer.
      
      See merge request !3
    • Remove use of glBindBufferRange · 6863a781
      Philipp Adolf authored
      Fixes #10
      
      Didn't work with some models. I'm guessing that there are requirements
      for the offset (divisible by some power of 2 or something) that we just
      happen to meet with some models but not with others.
      
      New version binds the full output buffer but adds another buffer that
      contains the offset into the output buffer.
  2. 23 Sep, 2016 10 commits
  3. 22 Sep, 2016 6 commits
  4. 19 Sep, 2016 2 commits
  5. 15 Sep, 2016 3 commits
  6. 02 Sep, 2016 1 commit
  7. 01 Sep, 2016 16 commits