Is it really necessary to use the html Element canvas for a Three.Js Project?
<style>
body {
margin:0;
}
canvas {
width:100%;
height: 100%;
}
</style>
On the website https://threejs.org/docs/index.html#manual/en/introduction/Creating-a-scene is it included, but in the examples I can not see the use of canvas …
Thanks for your replies
Mario