Shader Complile issue w/ Extended Objects
Status: Alpha
Brought to you by:
dibenedetto
When using SpiderGL with for instance Prototype I run into many shader compile errors because its trying to compile the methods on the object I'm passing, it would be great if SpiderGL could use for ( var s = 0; s<fragmentSources.length; s++ ) instead of for (var s in fragmentSources ) for array iteration, or perhaps check the type to verify you are only compiling strings.
Thanks, I've rather enjoyed working with SpiderGL thus far.
Keep up the good work.