diff --git a/src/core/constants.js b/src/core/constants.js index 1b6629b491..66ec766a24 100644 --- a/src/core/constants.js +++ b/src/core/constants.js @@ -16,6 +16,8 @@ module.exports = { */ P2D: 'p2d', /** + * One of the two render modes in p5.js: P2D (default renderer) and WEBGL + * Enables 3D render by introducing the third dimension: Z * @property {String} WEBGL * @final */