Skip to content

Commit

Permalink
Merge pull request #6659 from diyaayay/bugfix/6653
Browse files Browse the repository at this point in the history
bugfix #6653 vertexNormal() is not defined,replaces with normal
  • Loading branch information
davepagurek authored Dec 28, 2023
2 parents 8f2b47c + 6d88dc3 commit bda63ff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/webgl/p5.RendererGL.Immediate.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,14 @@ p5.RendererGL.prototype.vertex = function(x, y) {

/**
* Sets the normal to use for subsequent vertices.
* @method vertexNormal
* @private
* @method normal
* @param {Number} x
* @param {Number} y
* @param {Number} z
* @chainable
*
* @method vertexNormal
* @method normal
* @param {Vector} v
* @chainable
*/
Expand Down

0 comments on commit bda63ff

Please sign in to comment.