skeeto / igloojs

Low-level, fluent, OOP WebGL wrapper
The Unlicense
92 stars 11 forks source link

[BUG] uniform to pass array of vec #4

Open kingfolk opened 8 years ago

kingfolk commented 8 years ago

https://github.com/skeeto/igloojs/blob/master/igloo.js#L225 doesn't work if value is an array of vec.

skeeto commented 8 years ago

You're right, it currently doesn't support all possible uniform types.

kingfolk commented 8 years ago

@skeeto small thing. anyway, wonderful work here. i very enjoy using igloo.