Chris Ochs

Results 8 issues of Chris Ochs

Looking for the best fix ATM, poor choice of what to base an id on. Surprised nobody has run into this before? It completely breaks everything once you generate more...

To support things like character customization and clothing you need to break out all the stuff that is editor only mode. I started working on this not too far away...

Was thinking about the best way to handle layers, looking for some feedback on approaches. 1. Abstract out the concept of a playing animation from AnimationInstancing. So an instance can...

If useInstancing is false, the system still packages data as if instancing should be used. Which results in not all meshes being rendered. If you have a mix of same...

A mesh with 524,000 triangles used up 2.6GB of ram to generate. Same mesh in recastnavigation never went above 80mb ram usage. I was using basically the same code on...

bug

Simplify grid config so you do not have to configure one for each zone, but just set global defaults for a named grid and then the number of zones that...

I have some testing code from an older project that does this. We need to sample latency when we start the client and periodically over time and adjust the update...

enhancement
medium priority

This could be me, but it seems like enet gets easily overwhelmed if service is called with too many incoming packets to process. At around 2k packets per second with...