|
@@ -1,7 +1,7 @@
|
|
|
<!DOCTYPE html>
|
|
|
<html lang="en">
|
|
|
<head>
|
|
|
- <title>three.js webgl - multiple Renderers - complex</title>
|
|
|
+ <title>three.js webgl - multiple renderers</title>
|
|
|
<meta charset="utf-8">
|
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
|
|
|
<style>
|
|
@@ -62,7 +62,7 @@
|
|
|
<div id="container2"></div>
|
|
|
<div id="container3"></div>
|
|
|
</div>
|
|
|
- <div id="info"><a href="http://threejs.org" target="_blank">three.js</a> webgl - multiple canvases - complex</div>
|
|
|
+ <div id="info"><a href="http://threejs.org" target="_blank">three.js</a> webgl - multiple renderers</div>
|
|
|
|
|
|
<script src="../build/three.min.js"></script>
|
|
|
|