For ‘Physics module not found’:
1. Copy the two files in my attached img to the location of your verge project.
2.
<!-- favicons -->
<link rel="apple-touch-icon" sizes="180x180" href="media/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="media/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="media/favicon-16x16.png">
<link rel="manifest" href="media/manifest.json">
<link rel="mask-icon" href="media/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<script src="ammo.wasm.js"></script>
<script src="v3d.js"></script>
<script src="name of your app"></script>
<link rel="stylesheet" type="text/css" href="Ross_Tiger_02.css">
</head>
add the reference to ammo.wasm.js in the header of *name of your app*.html file.
Attachments:
You must be
logged in to view attached files.