|
@@ -28,7 +28,7 @@
|
|
|
</head>
|
|
|
<body>
|
|
|
<div id="info">
|
|
|
- <a href="http://threejs.org" target="_blank">three.js</a> - asset by <a href="https://github.com/sunag/sea3d" style="color:#FFFFF" target="_blank">sea3d</a>
|
|
|
+ <a href="http://threejs.org" target="_blank">three.js</a> - asset by <a href="https://github.com/sunag/sea3d" style="color:#FFFFFF" target="_blank">sea3d</a>
|
|
|
<br/>BoneObject: Object3D attached in a Bone
|
|
|
<br/>Left Click to hidden/show the hat - Right click to run
|
|
|
<br/><div id="playercount"></div>
|
|
@@ -101,7 +101,7 @@
|
|
|
|
|
|
console.log("Animation completed!");
|
|
|
|
|
|
- }
|
|
|
+ };
|
|
|
|
|
|
window.addEventListener( 'click', onMouseClick, false );
|
|
|
window.addEventListener( 'contextmenu', onRightClick, false );
|