瀏覽代碼

Changed title of demo

Daniel Sturk 6 年之前
父節點
當前提交
4b81c4426d
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      examples/webgl_materials_sheen.html

+ 2 - 2
examples/webgl_materials_sheen.html

@@ -1,6 +1,6 @@
 <html lang="en">
 	<head>
-		<title>Ammo.js softbody cloth demo</title>
+		<title>Sheen demo (material property)</title>
 		<meta charset="utf-8">
 		<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
 		<link type="text/css" rel="stylesheet" href="main.css">
@@ -11,7 +11,7 @@
 		</style>
 	</head>
 	<body>
-		<div id="info">Sheen demo by <a href="https://github.com/DanielSturk">DanielSturk</a><br>Demo copied from <a href="./?q=cloth#webgl_physics_cloth">webgl_physics_cloth.html</a></div>
+		<div id="info">Sheen demo by <a href="https://github.com/DanielSturk">DanielSturk</a></div>
 		<div id="container"></div>
 
 		<script src="js/libs/ammo.js"></script>