interstellar-armada icon indicating copy to clipboard operation
interstellar-armada copied to clipboard

Use an associative array for instanced rendering queues

Open nkrisztian89 opened this issue 8 years ago • 0 comments

instead of checking the queues based on whether the model / texture / ... is the same, generate a string id containing this info, and put the nodes in a queue that is identified by this string (via a JS object)

nkrisztian89 avatar Jul 08 '16 11:07 nkrisztian89