mrdoob / three.js

JavaScript 3D Library.
https://threejs.org/
MIT License
102.06k stars 35.34k forks source link

VRMLLoader issue "angles is undefined" #5433

Closed a5e closed 9 years ago

a5e commented 9 years ago

Hi! I'm trying to use ThreeJS and the VRMLLoader to display vrml files generated by Catia. I just duplicated your example and tried to load my file. Console shows this message:

TypeError: angles is undefined VRMLLoader.js:125

here is the file

Is it because the loader is not fully implemented or because of the exported file ?

EDIT: I also have the following notices and I'm not sure if it is due to browsers not supporting PVRTC or 3js implementation ?

"THREE.WebGLRenderer: PVRTC compressed textures not supported."
"THREE.WebGLRenderer: min max blend equations not supported."
mrdoob commented 9 years ago

Fixed in the dev branch :)

a5e commented 9 years ago

Thanks !