This website requires JavaScript.
Explore
Help
Sign In
haskal
/
kicad
Watch
1
Star
0
Fork
You've already forked kicad
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
408fb4f159
kicad
/
include
/
gal
/
opengl
History
Maciej Suminski
408fb4f159
Removed pointers where they were not necessary.
2013-07-05 09:31:04 +02:00
..
glm
Added functionality for transformation of VBO vertices, extended functions like translate, rotate, scale using glm library. Removed D() macro, as it was not used, but in conflict with glm library. Added VBO_ITEMs for circles, semicircles. Now almost everything is drawn using VBO (besides polygons and grid).
2013-05-15 16:48:10 +02:00
opengl_gal.h
Removed pointers where they were not necessary.
2013-07-05 09:31:04 +02:00
shader.h
Shaders can handle integer parameters (uniforms).
2013-07-03 13:08:43 +02:00
vbo_container.h
Changed std::map to boost::unordered_map for storing memory chunks and groups information.
2013-07-01 13:20:48 +02:00
vbo_item.h
Colors are stored as unsigned bytes instead of floats.
2013-06-30 22:45:31 +02:00