Skip to content

A basic Three.js application for setting up graphics, loading GLTF files and enabling physics (Ammo.js - Bullet).

License

Notifications You must be signed in to change notification settings

nrsharip/threejs-food-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Try the following link: https://nrsharip.github.io/threejs-food-kit/

This project is created as part of the deep dive into Three.js framework. Food Kit assets produced and distributed by Kenney. Following are the the tutrorials and examples that were useful during the course of the project:

Three.js ManualThree.js FundamentalsThree.js Examples

Screenshots

Technical Info

Notes

To avoid CORS errors with external files:

  1. Install Python
  2. See How to run things locally
  3. Run this from a command line (from your working directory):
    //Python 2.x
    python -m SimpleHTTPServer
    
    OR
    //Python 3.x
    python -m http.server
    
  4. Go to http://localhost:8000/

NPM package browser for ThreeJS: