0.0.7 • Published 11 years ago

voxel-view v0.0.7

Weekly downloads
15
License
-
Repository
github
Last release
11 years ago

view for voxeljs

this module handles a lot of the boilerplate involved with setting up three.js

installation

npm install voxel-view

usage

var voxelView = require('voxel-view')
var view = voxelView(THREE, { width: 500, height: 500 })

note: you have to pass in your own existing three.js instance since three.js breaks if you try to require() it more than once

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago