jtenner

Results 143 comments of jtenner

Removing these references is `not` going to compile the code... ..maybe we need a copy of these header files to be included in the windows version?

My sentiment exactly. I won't be able to help you on this one unfortunately. My knowledge of C++ is quite limited.

@teymour-aldridge we may be running untrusted code depending on the use case (I have a few ideas.)

This would require a scheduler. Technically this would nice for AssemblyScript devs too, but I don't think lunatic is heading in that sort of direction.

Hi @guawoo. Have you tried using the `Body` parameter `ccdSpeedThreshold`? It's default value is `-1`, and it is disabled by default. If you need high resolution impacts, because objects are...

Can you please replicate the problem with an online environment like codepen?

CCD is a lifesaver too. Depends on if the object needs a high velocity.

[check here](https://github.com/schteppe/p2.js/blob/master/demos/ccd.html) This has the code for adding continuous collision detection. It's very useful for fast moving objects that require precision.

What's the reason? Is it because the function calls are slow, or because it requires a lot more memory consumption (and thus more gc that slows down the browser?) Edit:...

@schteppe I'm talking about adding 3 extra variables per method call, I think the example you're talking about isn't a problem. Check the GC rate with my modified function calls...