John Calvin Young

Results 15 comments of John Calvin Young

About time to merge. This has been a big annoyance for me.

@snewcomer 1. The infinity service actually cannot be injected into the extended `InfinityModel`. Some complaint about not having a container. I ended up dropping it at that point and just...

PS: I've been reading #287 as it goes along--it'll be good improvements when we get there, as long as those of us who don't use paged APIs can still get...

If that commit works I'll be surprised. That's basically exactly what I attempted to do in my app, in the subclass. Edited to note: the exception was thrown once I...

Update: I'm using 1.2.4 now as I picked back up my feature branch in progress. Lots of good changes there. However, to combine bidirectional loading (which can even be concurrent)...

Ooh. Next problem. Race condition on `_increment` will result in the previous page loading at the end, or vice versa. I think this would affect numbered APIs as well as...

I’ve got some work in progress for this specific scenario/use case. It ends up requiring a fairly major refactoring of both InfinityModel and the core infinity service. Unfortunately, I’m no...

Perhaps I'm misunderstanding, but how does it 'break data relationships' in the model? Also, if you implement some logic to determine your delta, would `unshiftObjects` be of any use?

Notably, Earcut is fast (and is technically a separate library vendored into Three: https://github.com/mapbox/earcut), but it is far, far from ideal/Delaunay triangulation.

@gkjohnson can you expand on symmetrical clipping here and how #19 can help? Been noticing that the CSG result mesh is not manifold, frequently has (significant) missing triangles in my...