Skip to content

jeromeetienne/threex.montainsarena

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

threex.montainsarena

It is a threex module for three.js which provide an montainsarena. This is ultra simple module. It may be usefull when starting a new project or for educational purpose.

Show Don't Tell

How To Install It

You can install it via script tag

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

Or you can install with bower, as you wish.

bower install threex.montainsarena

How To Use It

First you instanciate the object

var mesh	= new THREEx.MontainsArena()
scene.add(mesh)

Possible Improvements

  • merge the geometry to make it faster to run
  • expose the internal options to the user