Skip to content

briganti/three-scene-nightcamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#three-scene-nightcamp

Scene creation with THREE.js.

screen

Installation

npm i

Usage

import threeSceneNightcamp from 'three-scene-nightcamp';

const scene = threeSceneNightcamp({
  canvas: document.getElementById('myCanvas'),
  width: 600,
  height: 200,
});

Or use the development server:

npm start

And open http://localhost:8080/webpack-dev-server/

About

A THREE.js scene with some basic animations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published