提交 4aad148d 编写于 作者: M Mr.doob

Renamed gui to editor.

上级 1265ec4e
<!DOCTYPE html>
<html lang="en">
<head>
<title>three.js gui</title>
<title>three.js editor</title>
<style>
body {
font-family: Arial, sans-serif;
......
......@@ -278,7 +278,6 @@ UI.Select = function ( position ) {
this.dom.style.height = '16px';
this.dom.style.border = '0px';
this.dom.style.padding = '0px';
this.dom.style.whiteSpace = 'pre';
this.onChangeCallback = null;
......
......@@ -207,7 +207,7 @@ var Viewport = function ( signals ) {
//
var renderer = new THREE.WebGLRenderer( { antialias: true, alpha: false, clearColor: 0xaaaaaa, clearAlpha: 1 } );
var renderer = new THREE.CanvasRenderer( { antialias: true, alpha: false, clearColor: 0xaaaaaa, clearAlpha: 1 } );
renderer.autoClear = false;
renderer.autoUpdateScene = false;
container.dom.appendChild( renderer.domElement );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册