Skip to content

Fuji-Noobie-Ghost/coffee-3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COFFEE 3D Scene

Note that I made the whole scene in blender and export it to FBX file but some configs like materials and shadows are coded using ThreeJS. (Sorry for the quality of the models :') Next time, I will make it better)

After cloning this repository, you need to install dependencies

# using npm
npm install

# using yarn
yarn install

Start the web app with hot reload

# using npm
npm run dev

# using yarn
yarn dev

Or build the web app

# using npm
npm run build

# using yarn
yarn build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published