jeromeetienne / threex.sample

three.js extension sample

Home Page:http://jeromeetienne.github.io/threex.sample/examples/basic.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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()

About

three.js extension sample

http://jeromeetienne.github.io/threex.sample/examples/basic.html

License:MIT License


Languages

Language:JavaScript 100.0%