File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 7010
7010
"contributions" : [
7011
7011
" code"
7012
7012
]
7013
+ },
7014
+ {
7015
+ "login" : " mudit06mah" ,
7016
+ "name" : " Mudit Maheshwari" ,
7017
+ "avatar_url" : " https://avatars.githubusercontent.com/u/140621191?v=4" ,
7018
+ "profile" : " https://leetcode.com/u/mudit_mah/" ,
7019
+ "contributions" : [
7020
+ " doc"
7021
+ ]
7013
7022
}
7014
7023
],
7015
7024
"repoType" : " github" ,
Original file line number Diff line number Diff line change @@ -1164,6 +1164,7 @@ We recognize all types of contributions. This project follows the [all-contribut
1164
1164
<td align="center" valign="top" width="16.66%"><a href="https://github.com/madhav2348"><img src="https://avatars.githubusercontent.com/u/161720210?v=4?s=64" width="64px;" alt="Madhav Majumdar"/><br /><sub><b>Madhav Majumdar</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=madhav2348" title="Code">💻</a></td>
1165
1165
<td align="center" valign="top" width="16.66%"><a href="https://github.com/nking07049925"><img src="https://avatars.githubusercontent.com/u/11886663?v=4?s=64" width="64px;" alt="Nikita Korol"/><br /><sub><b>Nikita Korol</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=nking07049925" title="Code">💻</a></td>
1166
1166
<td align="center" valign="top" width="16.66%"><a href="https://github.com/skools-here"><img src="https://avatars.githubusercontent.com/u/174816600?v=4?s=64" width="64px;" alt="skools-here"/><br /><sub><b>skools-here</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=skools-here" title="Code">💻</a></td>
1167
+ <td align="center" valign="top" width="16.66%"><a href="https://leetcode.com/u/mudit_mah/"><img src="https://avatars.githubusercontent.com/u/140621191?v=4?s=64" width="64px;" alt="Mudit Maheshwari"/><br /><sub><b>Mudit Maheshwari</b></sub></a><br /><a href="https://github.com/processing/p5.js/commits?author=mudit06mah" title="Documentation">📖</a></td>
1167
1168
</tr>
1168
1169
</tbody >
1169
1170
</table >
Original file line number Diff line number Diff line change @@ -2537,7 +2537,7 @@ p5.RendererGL = class RendererGL extends p5.Renderer {
2537
2537
p5 . prototype . _assert3d = function ( name ) {
2538
2538
if ( ! this . _renderer . isP3D )
2539
2539
throw new Error (
2540
- `${ name } () is only supported in WEBGL mode. If you'd like to use 3D graphics and WebGL, see https://p5js.org/examples/form- 3d-primitives.html for more information.`
2540
+ `${ name } () is only supported in WEBGL mode. If you'd like to use 3D graphics and WebGL, see https://p5js.org/examples/3d-geometries/ for more information.`
2541
2541
) ;
2542
2542
} ;
2543
2543
You can’t perform that action at this time.
0 commit comments