Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ebabel-games/ebabel-light

Setup a THREE.js PointLight and add it to the scene.
https://github.com/ebabel-games/ebabel-light

3d game game-components game-development threejs

Last synced: about 14 hours ago
JSON representation

Setup a THREE.js PointLight and add it to the scene.

Awesome Lists containing this project

README

        

# ebabel-light
[![Build Status](https://travis-ci.org/ebabel-games/ebabel-light.svg?branch=master)](https://travis-ci.org/ebabel-games/ebabel-light)

Setup a THREE.js PointLight and add it to the scene.

## Instructions for Module Usage in your project/game

### Install
```
npm i --save ebabel-light
```

### Usage
```
const light = require('ebabel-light');

light({ THREE, scene });
```

## Instructions for further development of this module i.e. ebabel-light

## Fork and clone repo, then start your new develop branch

* fork repository on github.com
* git clone 'fork repository'
* git checkout -b develop

### First step when developing this module
```
npm install
```

### Before checking in code test this module
```
npm test
```

### Generate documentation for this module
```
npm run jsdoc
```