webgl instancing

hello.
I’ m search for a webgl istancing sample that works wit ff 5.0 or the new 6.0.
I have a enggtx295 card from nvidia
thanks.

WebGL does not have instancing.

I’ve been poking at various people about implementing it but overall there doesn’t seem to be much motivation to implement it. The biggest reason I’ve heard cited is that even most desktop applications that could use instancing don’t due to the complexities of working it into your rendering system. This is probably something that needs to have a good use-case for it shown (not just theorized, but actually show a real need in a live project) before we’ll get much movement in that area.