This is a virtual tour project built using cubemap textures and 3D collision models. It leverages the 3D library Babylon JS along with a component-based approach using React and TypeScript.
- Babylon
- React
- TypeScript
- Tailwind CSS
To initialize and run the project, follow these steps:
- Install the necessary dependencies:
npm install- Start the development server:
npm run dev