We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd049d commit cb0e7aeCopy full SHA for cb0e7ae
1 file changed
src/three/plugins/images/GeneratedSurfacePlugin.js
@@ -22,7 +22,7 @@ const _sphere = /* @__PURE__ */ new Sphere();
22
* both planar and ellipsoidal geometry via the `shape` option.
23
*
24
* @param {Object} [options]
25
- * @param {ImageOverlay} [options.overlay=null] Overlay instance to derive the tiling scheme from.
+ * @param {ImageOverlay} [options.overlay=null] Overlay instance to derive the tiling scheme from and used to define surface imagery.
26
* @param {string} [options.shape='ellipsoid'] Geometry shape: `'planar'` or `'ellipsoid'`. Only
27
* meaningful for cartographic sources.
28
* @param {boolean} [options.endCaps=true] For Mercator ellipsoid mode, snap poles to ±90° lat.
0 commit comments