Does anyone know the CDN URLs for the Havok? According to this page they should be:
https://cdn.babylonjs.com/havok/HavokPhjysics_umd.js
or https://cdn.babylonjs.com/havok/HavokPhjysics_es.js
when using the module
script.
Both of these are returning 404
Dad72
2
You added a j after Ph
HavokPhjysics_umd.js and HavokPhjysics_es.js
Work here :
https://cdn.babylonjs.com/havok/HavokPhysics_umd.js
https://cdn.babylonjs.com/havok/HavokPhysics.wasm
2 Likes
Actually, I copy that exactly from the documentation. Itβs in the text and the sample code. I removed the extra letter and it works. Thanks!
Is there someone we can flag to get remove the typo on the docs?
1 Like
Dad72
4
Yes someone from the Babylon team can do it, or you can do it too if you wish. The documentation is open-source.
Dad72
5
I did it. This PR should correct the doc once validated.
2 Likes