提交 baf95a93 编写于 作者: S sole

Document Scene

上级 82bda744
......@@ -7,9 +7,10 @@
<link type="text/css" rel="stylesheet" href="../../page.css" />
</head>
<body>
[page:Object3D] &rarr;
<h1>[name]</h1>
<div class="desc">todo</div>
<div class="desc">Scenes allow you to set up what and where is to be rendered by three.js. This is where you place objects, lights and cameras.</div>
<h2>Constructor</h2>
......@@ -19,16 +20,17 @@
<h2>Properties</h2>
<h3>.[page:Vector3 todo]</h3>
<h2>Methods</h2>
<h3>.todo( [page:Vector3 todo] )</h3>
<div>
todo — todo<br />
</div>
<h3>.[page:Fog fog]</h3>
<div>A [page:Fog fog] instance defining the type of fog that affects everything rendered in the scene. Default is null.</div>
<h3>.[page:Material overrideMaterial]</h3>
<div>If not null, it will force everything in the scene to be rendered with that material. Default is null.</div>
<h3>.[page:Boolean matrixAutoUpdate]</h3>
<div>??? - Default is false.</div>
<h2>Source</h2>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册