提交 ad421cb4 编写于 作者: T Tristan Valcke

Fix wrong hexa color, and missing semicolon in webgl_loader_sea3d_skinning

上级 d78fa64a
......@@ -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 );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册