https://github.com/mikolalysenko/meshcat
Concatenates meshes
https://github.com/mikolalysenko/meshcat
Last synced: 3 months ago
JSON representation
Concatenates meshes
- Host: GitHub
- URL: https://github.com/mikolalysenko/meshcat
- Owner: mikolalysenko
- Created: 2013-02-11T15:24:08.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-11T15:24:19.000Z (over 12 years ago)
- Last Synced: 2025-02-12T19:31:25.225Z (5 months 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