提交 a1cf5075 编写于 作者: A alteredq

Added attribution to monster model.

上级 8e190927
Monster model from http://www.3drt.com/downloads.htm
\ No newline at end of file
......@@ -11,9 +11,27 @@
margin: 0px;
overflow: hidden;
}
#info {
color: #fff;
position: absolute;
top: 10px;
width: 100%;
text-align: center;
z-index: 100;
display:block;
}
a { color: skyblue }
</style>
</head>
<body>
<div id="info">
<a href="http://github.com/mrdoob/three.js" target="_blank">three.js</a> -
monster by <a href="http://www.3drt.com/downloads.htm" target="_blank">3drt</a>
</div>
<script src="../build/Three.js"></script>
<script src="js/Detector.js"></script>
......
......@@ -11,9 +11,27 @@
margin: 0px;
overflow: hidden;
}
#info {
color: #fff;
position: absolute;
top: 10px;
width: 100%;
text-align: center;
z-index: 100;
display:block;
}
a { color: red }
</style>
</head>
<body>
<div id="info">
<a href="http://github.com/mrdoob/three.js" target="_blank">three.js</a> -
monster by <a href="http://www.3drt.com/downloads.htm" target="_blank">3drt</a>
</div>
<script src="../build/Three.js"></script>
<script src="js/Detector.js"></script>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册