Skip to content

jeromeetienne/threex.sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

threex.sample

threex.sample is a threex game extension for three.js. It provides an sample for other developpers. Thus they can copy it and start their own extension.

Show Don't Tell

A Screenshot

screenshot

How To Install It

You can install it via script tag

<script src='threex.sample.js'></script>

Or you can install with bower, as you wish.

bower install threex.sample

How To Use It

there is no real use as it is only a boilerplate for your own extension.

var instance	= new THREEx.Sample()