granzuglia
|
8d23af8436
|
- fixed small bug
|
2015-10-12 02:02:53 +00:00 |
granzuglia
|
f30429c603
|
- fixed "it doesn't update the mesh rendering" bug
|
2015-10-09 11:35:08 +00:00 |
granzuglia
|
4403fb04d1
|
- updated version of the gl_mesh_attributes_feeder class
- class has been cleaned up
- still strange "don't update" bug
|
2015-10-09 03:05:57 +00:00 |
Paolo Cignoni
|
8fab7af2c6
|
added two default:break to avoid clang severe warnings
|
2015-10-01 13:08:33 +00:00 |
granzuglia
|
8869ac344b
|
- adding last changes to the gl_mesh_attributes_feeder.h file
|
2015-07-30 11:41:57 +00:00 |
granzuglia
|
59dd06f949
|
- recommitted last working version of the gl_mesh_attributes_feeder.h contained in the git repository
|
2015-07-30 11:07:29 +00:00 |
granzuglia
|
786cd1d850
|
- added support for contemporary maintaining per face/per vertex bos of the same attribute
|
2015-07-14 15:15:39 +00:00 |
granzuglia
|
4b3b1da6b1
|
- cleaned up the GLMeshAttributesFeeder class removing the per view internal map
|
2015-07-13 06:03:27 +00:00 |
granzuglia
|
1dc8a067ac
|
- removed compiler time errors
|
2015-07-06 02:38:32 +00:00 |
granzuglia
|
73ee392537
|
- fixed parenthesis bug
|
2015-07-05 02:18:54 +00:00 |
granzuglia
|
a974f13258
|
- completely rewritten GLMeshAttributesFeeder code
|
2015-07-03 06:02:33 +00:00 |
granzuglia
|
8842cea2b3
|
- cleaned up a little the class function members
- switched from private functions to protected ones
|
2015-06-14 09:39:42 +00:00 |
granzuglia
|
69bc2244d1
|
- removed "glIndexPointer invalid operation" bug
|
2015-06-10 23:52:50 +00:00 |
granzuglia
|
1d9d1e6324
|
- removed linux compiler errrors
|
2015-06-10 18:39:23 +00:00 |
granzuglia
|
ec348bc0fe
|
- removed the vertex array object handle from the GLMeshAttributesFeeder class in order to make it opengl context dependent (According to opengl specification VAO cannot be share by different glcontext)
|
2015-06-10 18:13:28 +00:00 |
granzuglia
|
b5a8f57137
|
- added gl_mesh_attributes_feeder.h file
|
2015-06-04 00:18:35 +00:00 |