Mr.Sonic Master

Results 23 comments of Mr.Sonic Master

I've implemented the fix and I have ContactAddedCallback working, but ContactDestroyedCallback never calls. I've tried to figure out any possibility, but I'm unable to. It's being done the same way...

Hello! Thanks for the response. I've added m_userPersistentData to the webidl bindings and was able to get destroy to correctly be called by calling `point.set_m_userPersistentData()`. That being said, the value...

I simply added `attribute any m_userPersistentData;` to the WebIDL bindings for the `btManifoldPoint` interface. I was then able to use the auto-generated `set_m_userPersistentData()` and `get_m_userPersistentData()` functions in the javascript gContactProcessedCallback....

I'm experiencing the same issue described [here](https://pybullet.org/Bullet/phpBB3/viewtopic.php?f=9&t=3052&sid=0bd0fe75c5169723b32c0695eb4f6761) with triangle edges when using a btBvhTriangleMeshShape. The fix described there requires use of gContactAddedCallback to modify the contact normal. I'm having issues...

I assume you updated the webidl bindings yourself as the bindings shipped with this repsitory don't work with bullet3 yet. I'll update them when I get the time, I've been...

+1 again for a teleport method. It would be great if the teleport method would not only handle position/rotation and interpolation for both, but also to change the direction of...

Cool, thanks for the suggestion. The image recognition I use is Tesseract OCR, and its loaded on my VPS. It takes less a very short amount of time to process...

A status code of 500 indicates an error server-sided, it is an error with vHack XT's own PHP code, this would need to be reported to them (unless I made...

Successfully reproduced where it spams this error instead of preforming like it should, I will look for a fix ASAP.