nbriz/threejs_playGnd

Uncaught ReferenceError: effect is not defined

Closed this issue · 4 comments

That error is shown by dev tools console when loading main page: it happens both when cloning it into my computer and at the online page.

case sensitive searched for full word 'effect' in all project and just found it at main indext.html and at codemirror.js.

(Wanted to label this as question but could not)

what does the code on the line of the error look like?

It's line 162 of index.html:
effect.setSize( window.innerWidth, window.innerHeight );

ah, ok. i think that's just code i left in from b4 ( when there was an effect ) u can just delete that line

thanks