Socket
Book a DemoInstallSign in
Socket

voxel-view-cc

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

voxel-view-cc

a default camera & renderer for voxeljs

latest
Source
npmnpm
Version
0.0.7
Version published
Maintainers
1
Created
Source

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

Keywords

voxeljs

FAQs

Package last updated on 10 Feb 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts