GithubHelp home page GithubHelp logo

imclab / voxel-mesh Goto Github PK

View Code? Open in Web Editor NEW

This project forked from max-mapper/voxel-mesh

0.0 2.0 0.0 60 KB

generate a three.js mesh from voxel data

Home Page: https://npmjs.org/package/voxel-mesh

voxel-mesh's Introduction

voxel-mesh

generate a three.js mesh from voxel data. extracted from some code by @mikolalysenko

installation

it is recommended that you use browserify to use this module

npm install voxel-mesh
npm install browserify -g
browserify -r voxel-mesh > voxel-mesh-browserified.js

usage

var Mesh = require('voxel-mesh')
var voxelData = require('voxel').generator['Hilly Terrain']
var mesh = new Mesh(voxelData)
mesh.createSurfaceMesh()
threeJSScene.add(mesh)

new Mesh(voxelData, meshingAlgorithm, scaleFactor)

voxelData and meshingAlgorithm are required, scaleFactor defaults to new Three.Vector3(10, 10, 10).

Mesh.prototype.createSurfaceMesh(material)

returns the generated surface mesh. material defaults to new THREE.MeshNormalMaterial(). after calling this method your mesh will also have .surfaceMesh populated with the new mesh

Mesh.prototype.createWireMesh(hexColor)

returns the generated wire mesh. hexColor defaults to 0xffffff. after calling this method your mesh will also have .wireMesh populated with the new mesh

Mesh.prototype.addToScene(scene)

convenience method for adding the currently generated meshes (either surfaceMesh or wireMesh) to a three.js scene instance

Mesh.prototype.setPosition(x, y, z)

convenience method for setting the position of the currently generated meshes (either surfaceMesh or wireMesh)

license

MIT

voxel-mesh's People

Contributors

leolannenmaki avatar max-mapper avatar niftylettuce avatar rantecki avatar shama avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.