Portal

Hey there!

I created this 3D scene of a magical portal while following the https://threejs-journey.com/ course on Three JS. All assets are created using Blender, and the final product is rendered using NodeJS & ThreeJS.

Screen Shot 2022-04-15 at 1 49 49 PM

Setup

Download Node.js. Run this followed commands:

# Install dependencies (only the first time)
npm install

# Run the local server at localhost:8080
npm run dev

# Build for production in the dist/ directory
npm run build