]> git.tdb.fi Git - libs/gl.git/commit
Allow generic vertex attribute 0, since OpenGL 3.0 does not support any fixed-functio...
authorMikko Rasa <tdb@tdb.fi>
Wed, 14 Jan 2009 19:19:18 +0000 (19:19 +0000)
committerMikko Rasa <tdb@tdb.fi>
Wed, 14 Jan 2009 19:19:18 +0000 (19:19 +0000)
commitbc3c82a86eeadde54be9fe32a8a8a76872ca99c3
tree0c586c77f601947e2f5734c6ed1fd171d11b75c3
parentb8fef9be469eb16e54068bac7e275ea225efc71c
Allow generic vertex attribute 0, since OpenGL 3.0 does not support any fixed-function attributes
Blender exporter: support exporting tangent/binormal vectors for bump mapping
mesh_export.py
source/vertexarray.cpp
source/vertexarraybuilder.cpp
source/vertexformat.cpp