portfolio_3d/
├── images/ # Textures / logo assets
├── index.html # Main HTML page
├── script.js # JavaScript for 3D logic and animation
├── style.css # Styling for the page
└── README.md # Project README
To use this project, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/3d-plane-with-logo.git - Navigate to the project directory:
cd 3d-plane-with-logo - Open the
index.htmlfile in your preferred web browser.
The project displays a 3D plane with a logo and a centered text. The plane reacts to mouse movement, creating a parallax effect.
The main functionality is implemented in the script.js file, which sets up the 3D scene, loads the textures, and handles the animation loop.
The style.css file contains the styles for the preloader, navbar, and other page elements.
If you would like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and test them thoroughly.
- Submit a pull request with a detailed description of your changes.
We welcome contributions and will review them as soon as possible.