josdirksen / learning-threejs

Code repository for the examples from the Packt book "Learning Threejs"
3.1k stars 1.27k forks source link

Bug in 09-05.js #36

Open rhulha opened 3 years ago

rhulha commented 3 years ago

flyControls.domElement = document.querySelector("webgl-output"); should be: flyControls.domElement = document.querySelector("#webgl-output");