Unable to add Three js to my project

Hey all !
I recently wanted to add three js to my project and I don’t know how to proceed. I have a certain architecture and I really want to use it. Saddly Three doesn’t who up… Here is what I have for now on :
https://jsfiddle.net/wf0qpzk6/31/
Thanks :slight_smile:

Fixed fiddle: https://jsfiddle.net/jLhg4uzo/1/

Your issue is unrelated to three.js. You have used this.window.width and this.window.height which does not work since window has no width and height properties.

1 Like

Thanks for your help :+1:

1 Like