Skip to content

snagy/voxel-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

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

About

view functionality for voxeljs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published