提交 8a03dff8 编写于 作者: A arobertson0

Updated documentation

上级 092c5a73
......@@ -73,7 +73,12 @@
<h3>[property:Object defines]</h3>
<p>An object of the form:
<code>
{ 'PHYSICAL': '' };
{
'PHYSICAL': '',
'ADVANCED_PHYSICAL': ''
};
</code>
This is used by the [page:WebGLRenderer] for selecting shaders.
......
......@@ -122,7 +122,7 @@
<h3>[property:Object defines]</h3>
<p>An object of the form:
<code>
{ 'STANDARD': '' };
{ 'PHYSICAL': '' };
</code>
This is used by the [page:WebGLRenderer] for selecting shaders.
......
......@@ -67,7 +67,12 @@
<h3>[property:Object defines]</h3>
<p> 如下形式的对象:
<code>
{ 'PHYSICAL': '' };
{
'PHYSICAL': '',
'ADVANCED_PHYSICAL': ''
};
</code>
[page:WebGLRenderer]使用它来选择shaders。
</p>
......
......@@ -97,7 +97,7 @@
<h3>[property:Object defines]</h3>
<p>如下形式的对象:
<code>
{ 'STANDARD': '' };
{ 'PHYSICAL': '' };
</code>
[page:WebGLRenderer]使用它来选择shaders。
</p>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册