How can you tell which version of the Three.js library the browser is currently using?
I have tried all of these in the console:
THREE.version
THREE.version()
THREE.v
THREE.v()
But they are all undefined.
How can you tell which version of the Three.js library the browser is currently using?
I have tried all of these in the console:
THREE.version
THREE.version()
THREE.v
THREE.v()
But they are all undefined.