Krishna Pandey
Results
2
comments of
Krishna Pandey
Are you pressing both the keys CTRL and (any other key) simultaneously? As in `CTRL+`? Or `CTRL` then `` ? Also in-case this helps, `key` **should** contain `CODED` and if...
It appears to me that the `shape.setTexture(...)` has some issues. As doing: ```java PShape shape; PImage p1, p2; void settings() { size(400, 400, P2D); } void setup() { p1 =...