Cannot create a cube? Voodoo uses older ver of Three.Js which now uses BoxGeometry, not Cube...
KonradPZuse opened this issue · 0 comments
KonradPZuse commented
Hello,
I am trying to use Voodoo for my application and I am not starting off very good.
I tried to use the Torus example as shown at the bottom of the main page and when I change it to a cube, it doesn't work. CubeGeometry doesn't show anything, which I found it has been changed to BoxGeometry. BoxGeometry is undefined, so it seems that 0.9.0 is using an older version of Three.js?
This library seems perfect for my needs, but from what I read on the blog it seems that there isn't that much drive for it, and it seems that support is affected by that.
Thanks!
EDIT: Netbeans installed Three.js and it was ver 58, so that was the issue. It works now.