Browse Source

Added attribution to monster model.

alteredq 13 years ago
parent
commit
a1cf50753c

+ 1 - 0
examples/models/readme.txt

@@ -0,0 +1 @@
+Monster model from http://www.3drt.com/downloads.htm

+ 18 - 0
examples/webgl_loader_collada.html

@@ -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>

+ 18 - 0
examples/webgl_loader_json_blender.html

@@ -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>