enabling and disabling shadows
This commit is contained in:
parent
927e3a2c84
commit
bd6c575677
@ -1089,6 +1089,7 @@ function keyPressed() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (keyCode == 77 /*M*/) showDebugData = !showDebugData;
|
if (keyCode == 77 /*M*/) showDebugData = !showDebugData;
|
||||||
|
if (keyCode == 78 /*N*/) shadows_enabled = !shadows_enabled;
|
||||||
}
|
}
|
||||||
function keyReleased() {
|
function keyReleased() {
|
||||||
console.log(frameCount + ' released ' + key + ' ' + keyCode);
|
console.log(frameCount + ' released ' + key + ' ' + keyCode);
|
||||||
|
Loading…
Reference in New Issue
Block a user