Closed a5e closed 10 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."
Fixed in the dev branch :)
dev
Thanks !
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:
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 ?