Skip to content

Commit

Permalink
Add space in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmcintyre committed Apr 10, 2024
1 parent b8a92f8 commit ea56ee1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/webgl/interaction.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ import * as constants from '../core/constants';
* <div>
* <code>
* // Click and drag the mouse to view the scene from different angles.
*
* function setup() {
* createCanvas(100, 100, WEBGL);
*
Expand All @@ -101,6 +102,7 @@ import * as constants from '../core/constants';
* <div>
* <code>
* // Click and drag the mouse to view the scene from different angles.
*
* function setup() {
* createCanvas(100, 100, WEBGL);
*
Expand All @@ -126,6 +128,7 @@ import * as constants from '../core/constants';
* <div>
* <code>
* // Click and drag the mouse to view the scene from different angles.
*
* function setup() {
* createCanvas(100, 100, WEBGL);
*
Expand Down Expand Up @@ -728,6 +731,7 @@ p5.prototype.debugMode = function(...args) {
* <div>
* <code>
* // Click and drag the mouse to view the scene from different angles.
*
* function setup() {
* createCanvas(100, 100, WEBGL);
*
Expand Down

0 comments on commit ea56ee1

Please sign in to comment.