Re: [GEM-dev] vertexbuffer attribute

2015-07-05 Thread Jack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Cyrille, You can't use color, texture or normal to pass your attributes (maybe it is not enough) ? ++ Jack Le 05/07/2015 22:50, Cyrille Henry a écrit : hello, i've got a problem using vertexbuffer attribute : dimension is set to a

Re: [GEM-dev] vertexbuffer attribute

2015-07-05 Thread Jack
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OK, never test it, before i have always used color, texture and normal. Here with my Intel card i get : vb: position_enable 1 vb: attribute_enable 1 vb: resize 16 vb: draw quad ALSA input error (snd_pcm_open): Périphérique ou ressource occupé ALSA

[GEM-dev] vertexbuffer attribute

2015-07-05 Thread Cyrille Henry
hello, i've got a problem using vertexbuffer attribute : dimension is set to a wrong value. when using the example 10.glsl/16.vertexbufer_attribute, print_attributes gives : vb: program 0.5 vb: position 1003_position vb: attribute LightPosition 1003_LightPosition vb: attribute BrickColor

Re: [GEM-dev] vertexbuffer attribute

2015-07-05 Thread Cyrille Henry
Le 05/07/2015 22:55, Jack a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Cyrille, You can't use color, texture or normal to pass your attributes (maybe it is not enough) ? i use that, and i want more! since there is an example describing how to do it, i would expect this