Skip to content

Commit cb0e7ae

Browse files
committed
Fix #1593
1 parent 3dd049d commit cb0e7ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/three/plugins/images/GeneratedSurfacePlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const _sphere = /* @__PURE__ */ new Sphere();
2222
* both planar and ellipsoidal geometry via the `shape` option.
2323
*
2424
* @param {Object} [options]
25-
* @param {ImageOverlay} [options.overlay=null] Overlay instance to derive the tiling scheme from.
25+
* @param {ImageOverlay} [options.overlay=null] Overlay instance to derive the tiling scheme from and used to define surface imagery.
2626
* @param {string} [options.shape='ellipsoid'] Geometry shape: `'planar'` or `'ellipsoid'`. Only
2727
* meaningful for cartographic sources.
2828
* @param {boolean} [options.endCaps=true] For Mercator ellipsoid mode, snap poles to ±90° lat.

0 commit comments

Comments
 (0)