|
@@ -73,7 +73,12 @@
|
|
<h3>[property:Object defines]</h3>
|
|
<h3>[property:Object defines]</h3>
|
|
<p>An object of the form:
|
|
<p>An object of the form:
|
|
<code>
|
|
<code>
|
|
- { 'PHYSICAL': '' };
|
|
|
|
|
|
+ {
|
|
|
|
+
|
|
|
|
+ 'PHYSICAL': '',
|
|
|
|
+ 'ADVANCED_PHYSICAL': ''
|
|
|
|
+
|
|
|
|
+ };
|
|
</code>
|
|
</code>
|
|
|
|
|
|
This is used by the [page:WebGLRenderer] for selecting shaders.
|
|
This is used by the [page:WebGLRenderer] for selecting shaders.
|