Skip to content

Commit e7f7d51

Browse files
committed
Example clean up.
1 parent 72403cb commit e7f7d51

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

examples/webgl_panorama_cube.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<title>three.js webvr - panorama</title>
4+
<title>three.js webgl - panorama</title>
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
77
<style>
@@ -39,8 +39,7 @@
3939

4040
<script>
4141

42-
var camera;
43-
var effect, controls;
42+
var camera, controls;
4443
var renderer;
4544
var scene;
4645

@@ -133,8 +132,6 @@
133132

134133
controls.update();
135134

136-
// camera.rotation.y = - performance.now() / 10000;
137-
138135
renderer.render( scene, camera );
139136

140137
requestAnimationFrame( animate );

0 commit comments

Comments
 (0)