pistolshrimpgames / ProceduralPlanet

Procedural planets with Three.js
Do What The F*ck You Want To Public License
7 stars 4 forks source link

Remove unused VR code and dependencies #29

Closed crocodele closed 1 year ago

crocodele commented 1 year ago

As far as I'm aware, mainVR.js is never actually used anywhere – app.js only references main.js. Also, the VR handling in three.js has changed over the years and the webvr-ui library was deprecated in 2018, so making this code work nicely would require some effort. I suggest we remove the VR stuff because our full focus is on the non-VR experience anyway.

Sabrejack commented 1 year ago

I agree, we're not making a VR tool in any way. If we ever decide to come back to that, we can reverse the commits.