Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikolalysenko/meshcat
Concatenates meshes
https://github.com/mikolalysenko/meshcat
Last synced: 7 days ago
JSON representation
Concatenates meshes
- Host: GitHub
- URL: https://github.com/mikolalysenko/meshcat
- Owner: mikolalysenko
- Created: 2013-02-11T15:24:08.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-11T15:24:19.000Z (almost 12 years ago)
- Last Synced: 2024-12-16T22:35:11.844Z (10 days ago)
- Language: JavaScript
- Size: 332 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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