Browse Source

3D Texture example Minor Clean up

Takahiro 6 years ago
parent
commit
1d77ef63fc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      examples/webgl_materials_texture_3d.html

+ 2 - 2
examples/webgl_materials_texture_3d.html

@@ -35,7 +35,7 @@
 	uniform vec2 size;
 	out vec3 vUv;
 
-        void main() {
+	void main() {
 
 		gl_Position = projectionMatrix * modelViewMatrix * vec4( position, 1.0 );
 
@@ -68,7 +68,7 @@
 
 		out_FragColor = vec4( color.rgb, 1.0 );
 
-        }
+	}
 	</script>
 	<body>
 		<div id="info">