Skip to content

HughAnderson23/Template_THREE.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template_THREE.js

THREE.js template I've created that will let me construct a scene to quickly test controllers, cameras, materials, textures, 3d objects and lighting.

Setup

Download Node.js. Run these following commands:

# Install dependencies (only the first time)
npm install

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

# GSAP library for animation timelines
npm install GSAP

# Lil GUI for debuging
npm install lil-gui

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published