File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1774,7 +1774,7 @@ class Geometry {
1774
1774
* createCanvas(100, 100, WEBGL);
1775
1775
*
1776
1776
* // Modify the material shader to display roughness.
1777
- * const myShader = materialShader ().modify({
1777
+ * const myShader = baseMaterialShader ().modify({
1778
1778
* vertexDeclarations:`in float aRoughness;
1779
1779
* out float vRoughness;`,
1780
1780
* fragmentDeclarations: 'in float vRoughness;',
@@ -1833,7 +1833,6 @@ class Geometry {
1833
1833
* </code>
1834
1834
* </div>
1835
1835
*
1836
- * @method vertexProperty
1837
1836
* @param {String } propertyName the name of the vertex property.
1838
1837
* @param {Number|Number[] } data the data tied to the vertex property.
1839
1838
* @param {Number } [size] optional size of each unit of data.
You can’t perform that action at this time.
0 commit comments