Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikolalysenko/meshcat

Concatenates meshes
https://github.com/mikolalysenko/meshcat

Last synced: 7 days ago
JSON representation

Concatenates meshes

Awesome Lists containing this project

README

        

meshcat
=======
Concatenates meshes (ie simplicial complexes with attributes).

Usage/Installation
==================
First install via npm:

npm install meshcat

Then you can just call the library using module.exports. For example, here is some code to concatenate a pair of bunnies

//Import the bunny
var bunny = require("bunny");

//Make a shifted copy
var shifted = new Array(bunny.positions.length);
for(var i=0; i