problem drawing background texture to jit.world
Trying to add a background texture to jit.world where I am rendering multiple instances of the same gridshape. Texture renders over the shapes; draw message behaviour not consistent. See attached. Giving me a headache this one; any help appreciated!
Might rework my patch to use jit.gl.multiple. Testing someting now...
So jit.gl.multiple solves this problem, except for one thing: I want to set different shapes within the multiple, and this attribute does not seem to be allowed.
use a jit.gl.multiple for each shape you want
Thanks-- that makes sense and would work for my purposes. My prototype is due at the end of the month though and I don't have time to re-architect for then. I'll just add it to my backlog :D
Question, Rob -- is there a big performance boost over using jit.gl.multiple vs. iterating manually? For say, less than 100 shapes.