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

Merge branch 'patch-13' of https://github.com/gero3/three.js into dev

......@@ -9,7 +9,7 @@
<body>
<h1>[name]</h1>
<div class="desc">todo</div>
<div class="desc">This class is a wrapper class to contain extra information about the object that needs to be rendered.</div>
<h2>Constructor</h2>
......@@ -17,25 +17,27 @@
<h3>[name]()</h3>
<div>
todo
Creates a new [name]. This is used in [page:Projector].
</div>
<h3>[name]()</h3>
<h2>Properties</h2>
<h3>.[page:object object]</h3>
<h3>.[page:Object3d object]</h3>
<div>
todo
The object that needs to be rendered.
</div>
<h3>.[page:object z]</h3>
<h3>.[page:Number z]</h3>
<div>
This contains the the z index of the object. This makes it faster/easier to sort the object based on its z-index.
</div>
<h3>.[page:Number id]</h3>
<div>
todo
This contains the the id of the object.
</div>
<h2>Methods</h2>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册