-
I have some spare time.
@mrdoob is it something you want in three.js ?
On CPU:
http://cgit.freedesktop.org/mesa/mesa/tree/src/glu/sgi/libnurbs/interface/glinterface.cc?h=8.0 ( restrictive license )
…
-
Hello,
I am trying to load vtk files in three.js using the VTKLoader. The vtk files are produced by paraview. However, the loader fails silently and no vtk data is shown on the browser.
Any sugges…
-
On:
https://threejs.org/docs/index.html#manual/en/introduction/How-to-create-VR-content
they explain:
Finally, you have to adjust your animation loop since we can't use our well known window…
-
I already asked a related question on stackoverflow (http://stackoverflow.com/questions/25609031/buffergeometry-meshfacematerial-implementation-r68) and luckily mrdoob answered quickly, but I'm still…
-
##### Description of the problem
It would be great if we could move a lot of the Three.JS example/js source code into the main /src directory tree and then rely upon the module system/tree shaking to…
-
# THREE.js Workshop
Opplegg finnes på http://iver.io/threejs/. Holdt av Iver Jordal og Håkon Hesselberg
## Forslag til tid
I november en gang.
## Behov for gjennomføring
- Workshop-rom
…
-
Hi Rachel,
There are many **awesome** resources available to learn almost everything: HTML, CSS, Javascript, PHP, Ruby, etc... but where to start learning WebGL and "advanced" canvas things? There ar…
-
Hi
I'm a newbie at three.js and have a couple of questions regarding the TrackballControls feature.
That is, I have got a JSON object loaded and applied TrackballControls to the camera so that I ca…
Bigus updated
5 years ago
-
For example, suppose I already have a Three.js scene. Can I use Pixi's Text renderer to render text inside my Three.js scene? (Assuming Three.js is flexible enough to let that happen as well?). I have…
-
Learning to draw a flag following the tutorials: https://www.youtube.com/watch?v=Mwzz-Y6t-v8,
Using original plane it can display after export as glTF2.0, but import use addon(image as planes) then …