I am starting to learn html5 and WebGl. I start with this example.
I have inlcuded build.three.js
with <script src="../build/three.min.js"></script>
and then adding what is in the example in a another script but I cannot make it works.
Does anyone as any idea on how to include the JQuery
script? I cannot find it in the source of three.js
What am I missing? Does anyone can provide me the html source of an three.js hello world?