Browse Source

Merge pull request #10639 from BrianSipple/extrude-geometry

Fix casing of `UVGenerator` in ExtrudeGeometry comments
Mr.doob 8 years ago
parent
commit
48b9efec18
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/geometries/ExtrudeGeometry.js

+ 1 - 1
src/geometries/ExtrudeGeometry.js

@@ -23,7 +23,7 @@ import { ShapeUtils } from '../extras/ShapeUtils';
  *  extrudePath: <THREE.Curve> // curve to extrude shape along
  *  frames: <Object> // containing arrays of tangents, normals, binormals
  *
- *  uvGenerator: <Object> // object that provides UV generator functions
+ *  UVGenerator: <Object> // object that provides UV generator functions
  *
  * }
  **/