-
many examples fails on 17.0.919.0 canari mac
"Cross-origin image load denied by Cross-Origin Resource Sharing policy."
http://mrdoob.github.com/three.js/examples/webgl_flycamera_earth.html
http://mr…
-
This one is self explanatory, but before I tackle it I'd like to know if anyone had plans or has started their own Loft Node, or has objections to one.
-
Hello. I followed the "Creating a scene" in the docs which is nice, clear and simple. But the example linked from the main page is, in my opinion, badly written for a beginner. More so, it does not wo…
-
@shiffman @lmccart
I am very excited about thinking of `PVector` as a pseudo-plugin for p5, given that it is a completely independent object type.
A potentially divisive question, but just wanted t…
-
I'm trying to use the generateShapes function in font_utils.dart with the following code:
``` dart
var fontshapes = FontUtils.generateShapes("Hello world");
```
but get the following exception on th…
-
I am learning about lights in ThreeJS. I found the parameters(intensity, distance) of directional light have no effects. The values of intensity and distance will not make a difference. By the way, th…
-
I'm learning three.js using this tutorial: http://demo.bkcore.com/threejs/webgl_tron_glow_seq.html.
The tutorial itself works fine, but my own code, based on it fails with errors like:
```
ERROR: 0:2…
-
Hi Everybody
The article for Three.js in Wikipedia has been deleted.
http://en.wikipedia.org/wiki/Three.js
The text of the deleted page is still available on Facebook:
https://www.facebook.com/page…
-
When I init my ThreeJS base application I must specify camera target:
``` javascript
camera = new THREE.PerspectiveCamera(45, window.innerWidth / window.innerHeight, 1, 2000);
camera.position.set(0, …
-
Hello all,
I have narrowed down my difficulty, but cannot see a source code to explain it.
I can load an json file of a cube made in blender and exported to json. I can see it.
I can create a cube…