Skip to content

Latest commit

 

History

History
68 lines (38 loc) · 1.49 KB

README.md

File metadata and controls

68 lines (38 loc) · 1.49 KB

Getting Started with Create React App

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

3D-Partical-Mesh-3JS-R3F-R3D

A 3D particle mesh with a logo in the middle made using Blender, Adobe Substance, ThreeJS, React-Three-Fiber and React-Three-Drei

To install dependencies

Clone the repository

https://github.com/FullStackkDev/ParticleMeshThreeJS-R3F-R3D.git

Version number

npm : 9.5.0

node : 18.15.0

react: 18.2.0

@react-three/drei : 9.57.3

@react-three/fiber : 8.12.0

npm

npm install

or

yarn

yarn install

In case of errors install the packages present in package.json file as

npm

npm install --legacy-peer-deps [package name]

yarn

yarn install --legacy-peer-deps [package name]

Project Description

This is a particle mesh made using Math.sin() formulas In this project, we are using a circle svg and useFramer for animation controls The 3D model is made in blender and textured in Adobe Substance The 3D model is converted using gltfx pipeline The 3D model is compressed using Draco compression

For more projects like this, please get in touch at ([email protected])