nbriz / threejs_playGnd

pedagogical + experimental tool/space/editor for three.js/webGL
55 stars 16 forks source link

Uncaught ReferenceError: effect is not defined #11

Closed alvarobyrne closed 10 years ago

alvarobyrne commented 10 years ago

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)

nbriz commented 10 years ago

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

alvarobyrne commented 10 years ago

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

nbriz commented 10 years ago

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

alvarobyrne commented 10 years ago

thanks