From 9741865d109dd5800b00a1212088b453aa6c4c66 Mon Sep 17 00:00:00 2001 From: Perminder Singh <127239756+perminder-17@users.noreply.github.com> Date: Sat, 24 Feb 2024 23:18:49 +0530 Subject: [PATCH] docs Co-authored-by: Dave Pagurek --- src/webgl/light.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webgl/light.js b/src/webgl/light.js index db1ba164e7..2d1d3b1898 100644 --- a/src/webgl/light.js +++ b/src/webgl/light.js @@ -609,7 +609,7 @@ p5.prototype.imageLight = function (img) { * camera angles. Using this method, a comprehensive 360-degree view of * a scene can be obtained. * - * To enable 360-degree viewing, either use orbitControl or try changing + * To enable 360-degree viewing, either use `orbitControl()` or try changing * the orientation of the camera to see different parts of the background. * * @method panorama