Jakob Botsch Nielsen

Results 109 comments of Jakob Botsch Nielsen

@hymerman I have looked at setting this up, but it doesn't seem like I have the appropriate rights on AppVeyor. Not sure why, since I am signed in to GitHub...

> Sorry for the wait! No worries. It still doesn't seem like I have access, though. I can even add a new project for this project. Not sure what's going...

Nope, still no go :-(

Even after logging in to my GitHub using that sign-up link I don't see it (I don't want to register a new account). It is probably just me missing something...

That's a good observation. I don't think we can feasibly do 3. 2 seems ugly, but could possible work (eg. `rcRasterizeTrianglesFast` or similar). We could possibly try to allocate a...

Good idea. Can you check the effect of sorting your triangles in chunks of 16 KB (or something small that can be stack-allocated) of indices and rasterizing each result?

I see. Thinking about the design of `rcHeightfield`, I think we could do even better with a redesign. A couple notes: * On 32-bit, `rcSpan` is 8 bytes. On 64-bit...

We can leave this open for a little :) If the experiments do not turn out well, this is still something that should be discussed. As an aside: is it...

That's ok. I found a couple of data sets, and I'll take a look at other things. I have coded the initial change here: https://github.com/jakobbotsch/recastnavigation/tree/change-heightfield-layout Would you mind measuring the...

Is that without sorting? If so, that's pretty significant. In the data sets I have rasterization is largely dominated by `dividePoly`, so I don't see too much. What is the...