Update: CC - Before Render - Moorcow (7p8dxknb7m.js) 162 bytes modified

beta.r3js.org
-=yb4f310 2017-11-15 21:14:06 +01:00
parent d9dfec830d
commit a9c302357a
1 changed files with 8 additions and 6 deletions

View File

@ -284,12 +284,14 @@ if (this.mouseIsDown) {
var mesh = intersect.mesh;
if (
mesh.id !== 'e1880sotm0' && //crosshair
mesh.id !== 'p0fxcrfuov' && //floor
mesh.id !== 'pob82zcghv' && //flamethrower
mesh.id !== 'r9kcq2sbi1' && //skybox
mesh.id !== '5zabbp1stu' && //burning tree
mesh.name.indexOf('Stone') === -1 //stones
mesh.name.indexOf('Tree - Medium') !== -1 || //tree medium
mesh.name.indexOf('Hamburger') !== -1 || //burger
mesh.name.indexOf('Star Cookie') !== -1 || //cookie
mesh.name.indexOf('Parcel') !== -1 || //parcel
mesh.name.indexOf('Bull') !== -1|| //bull
mesh.name.indexOf('Tree - Large') !== -1 || //tree large
mesh.name.indexOf('Santa') !== -1 || //santa
mesh.name.indexOf('Tree - Small') !== -1 || //tree small
) {
if (mesh.materials[0].name.indexOf('Trees') === -1) {