Rémy Bouquet

Results 3 issues of Rémy Bouquet

Following this issue https://github.com/KhronosGroup/glTF-Blender-Exporter/issues/70 @donmccurdy asked me to submit an enhancement. The original issue was about reusing animation sample inputs when possible. Usually, input will be times from start frame...

Hey really nice library you have here. I stumbled on an issue though and figured out that the body (added with @Body) is always passed to JSON.stringify(). It's a problem...

Hello, I've just noticed an issue with this code : ``` void main(){ #ifdef TEXTURE gl_FragColor = texture2D(m_Texture, texCoord); return; #endif gl_FragColor = vec4(1.0); } ``` The last line `gl_FragColor...

wontfix