Nintendo 360 is a WebVR demo that shows different 3D models from Nintendo games.
Features
- Shows 3D models according to user's selection
- Cylindrical UI optimized for VR
- Built with React-360
- 3D animations built with requestAnimationFrame and Animated library.
Follow this instructions to run this project on your local machine.
To run this project all you need to have installed is node.js. It was created using this version:
node --version
v8.11.2
git clone https://github.com/fcor/nintendo-360.git # Clone the repository.
cd nintendo-360 && npm install # Install dependencies.
npm start # Start the local development server.
Then, go to your browser http:localhost:8081/
and see the application alive.
At the moment of building this app, React-360 package didn't include scaleZ
support for 3D models. So in order to render the models, you have to
manually include the fix, that's included in the latest code. Copy the content of this file into node_modules/react-360/Libraries/VRReactOverrides/processTransform.vr.js
.