mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 22:34:53 +08:00
17 lines
533 B
HTML
17 lines
533 B
HTML
<html>
|
|
<script src="../../build/spine-webgl.js"></script>
|
|
<style>
|
|
* { margin: 0; padding: 0; }
|
|
body, html { height: 100% }
|
|
canvas { position: absolute; width: 100% ;height: 100%; }
|
|
</style>
|
|
<body>
|
|
<canvas id="ikdemo-canvas"></canvas>
|
|
<center><div id="info" style="color: #f00; position: fixed; top: 0; width: 100%"></div></center>
|
|
<script src="utils.js"></script>
|
|
<script src="ikconstraint.js"></script>
|
|
<script>
|
|
ikConstraintDemo("http://esotericsoftware.com/demos/exports/", spineDemos.setupRendering);
|
|
</script>
|
|
</body>
|
|
</html> |