Dusan Bosnjak

Results 64 comments of Dusan Bosnjak

I've added a `vendor` entry point along with a `CommonsChunkPlugin`, followed by: ``` //add this ``` in `/src/modules/App/Html.js`

I've sent you some gists, my concern with this is that it will require a sorting step, which may turn things upside down. Since the matrices are computed on the...

Just to add, imagine that you have 2 views, or 4 like in 3d studio max. All of them need to draw the same instanced struct, but each will have...

I'm not sure how to tackle this, my thinking was that you'd "disable" the instance, by setting it's scale to 0 for example, moving it behind the camera etc. If...

This sounds like an interesting approach, but is something that could be built on top of this. Dunno though. If matrices are computed in the shader, then you wouldnt need...

I think so but i haven't looked at it. If you want to update arbitrary instances this wont really work, but if you want to update instances 0-8 i believe...

what if you want to set draw ranges ``` 0 - 10 ``` And then what if you want to set draw ranges ``` 0-1, 3-4, 5-6, 7-8, ``` ?

The point is, if you do this 5 times, it may be slower than just doing it once over everything.

I think this is possible to do in the future but somewhat complicated to implement. - More of the GLSL would have to be patched to accommodate for all the...