Skip to content

Commit 53d6aa8

Browse files
authored
Merge pull request #7832 from lukeplowden/model-params
update the model params to be correct for 2.0 in docs and FES
2 parents c6c96f6 + 7902659 commit 53d6aa8

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docs/parameterData.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2741,6 +2741,10 @@
27412741
"overloads": [
27422742
[
27432743
"p5.Geometry"
2744+
],
2745+
[
2746+
"p5.Geometry",
2747+
"Number"
27442748
]
27452749
]
27462750
},

src/webgl/loading.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -987,6 +987,7 @@ function loading(p5, fn){
987987
* @method model
988988
* @param {p5.Geometry} model 3D shape to be drawn.
989989
*
990+
* @param {Number} count number of instances to draw.
990991
* @example
991992
* <div>
992993
* <code>

0 commit comments

Comments
 (0)