-
- Downloads
* Support for loading array buffers from atb files (compose with objs by default VBOController)
* 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!
Showing
- include/ACGL/OpenGL/Controller.hh 1 addition, 0 deletionsinclude/ACGL/OpenGL/Controller.hh
- include/ACGL/OpenGL/Controller/ArrayBufferControlFileATB.hh 58 additions, 0 deletionsinclude/ACGL/OpenGL/Controller/ArrayBufferControlFileATB.hh
- include/ACGL/OpenGL/Controller/VertexBufferObjectControl.hh 7 additions, 8 deletionsinclude/ACGL/OpenGL/Controller/VertexBufferObjectControl.hh
- include/ACGL/OpenGL/Controller/VertexBufferObjectControlFileOBJ.hh 7 additions, 3 deletions...CGL/OpenGL/Controller/VertexBufferObjectControlFileOBJ.hh
- include/ACGL/OpenGL/Managers.hh 1 addition, 0 deletionsinclude/ACGL/OpenGL/Managers.hh
- include/ACGL/OpenGL/Objects/VertexBufferObject.hh 9 additions, 9 deletionsinclude/ACGL/OpenGL/Objects/VertexBufferObject.hh
- src/ACGL/OpenGL/Controller/ArrayBufferControlFileATB.cc 174 additions, 0 deletionssrc/ACGL/OpenGL/Controller/ArrayBufferControlFileATB.cc
- src/ACGL/OpenGL/Controller/VertexBufferObjectControl.cc 1 addition, 1 deletionsrc/ACGL/OpenGL/Controller/VertexBufferObjectControl.cc
- src/ACGL/OpenGL/Controller/VertexBufferObjectControlFileOBJ.cc 21 additions, 22 deletions...CGL/OpenGL/Controller/VertexBufferObjectControlFileOBJ.cc
- src/ACGL/OpenGL/Objects/RenderObject.cc 1 addition, 1 deletionsrc/ACGL/OpenGL/Objects/RenderObject.cc
- src/ACGL/OpenGL/Objects/VertexBufferObject.cc 1 addition, 1 deletionsrc/ACGL/OpenGL/Objects/VertexBufferObject.cc
Loading
Please register or sign in to comment