Browse Source

moving description <div>s to <body>

Sneha Belkhale 7 years ago
parent
commit
f1dfb3b6b2
1 changed files with 3 additions and 3 deletions
  1. 3 3
      examples/webgl_curvature_estimation.html

+ 3 - 3
examples/webgl_curvature_estimation.html

@@ -2,8 +2,6 @@
 <html lang="en">
 	<head>
 		<title>three.js webgl - shader - curvature [ninja]</title>
-		<div class="label" style="position: absolute;left: 20%;bottom: 10%;">Raw curvature values</div>
-		<div class="label" style="position: absolute;left: 68%;bottom: 10%;">Curvature driving specular + texture </div>
 		<meta charset="utf-8">
 		<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
 		<style>
@@ -37,7 +35,9 @@
 
 		<div id="container"></div>
 		<div id="info"><a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> - curvature estimation of a geometry by <a href="http://codercat.club" target="_blank" rel="noopener">CoderCat</a></div>
-
+		<div class="label" style="position: absolute;left: 20%;bottom: 10%;">Raw curvature values</div>
+		<div class="label" style="position: absolute;left: 68%;bottom: 10%;">Curvature driving specular + texture </div>
+		
 		<script src="../build/three.js"></script>
 		<script src="js/Detector.js"></script>