Update: CC - Snake FS - Mouse Down (gzewp2awcf.js) 19 bytes modified

beta.r3js.org
-=yb4f310 2018-03-24 18:27:44 +01:00
parent ada505f1b0
commit ab0d273956
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ this.raycaster.getIntersectedObjects(this.buttons).map(
var y = 1 - intersect.uv.y;
var y = Math.round((1 - intersect.uv.y) * 256);
var y = Math.round(y * 256);
/*
for (var x = 0; x < 256; x++) {