We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d393ec + 5863122 commit 71b793fCopy full SHA for 71b793f
src/webgl/loading.js
@@ -1176,15 +1176,14 @@ p5.prototype.model = function(model) {
1176
* f 6 5 4
1177
* f 6 4 3
1178
* f 6 3 2
1179
- * f 6 2 1
1180
- * f 6 1 5
+ * f 6 2 5
1181
* `;
1182
* //draw a spinning octahedron
1183
* let octahedron;
1184
*
1185
* function setup() {
1186
* createCanvas(100, 100, WEBGL);
1187
- * octahedron = createModel(octahedron_model);
+ * octahedron = createModel(octahedron_model, '.obj');
1188
* describe('Vertically rotating 3D octahedron.');
1189
* }
1190
0 commit comments