Renders a simplicial complex to a chunk of an svg file
npm install svg-3d-simplicial-complexsvg-3d-simplicial-complex
=========================
Renders a simplicial complex to a list of
``javascript
var bunny = require("bunny")
var mat4 = require("gl-matrix").mat4
var render = require("svg-3d-simplicial-complex")
console.log('")
`
Output svg:
``
npm install svg-3d-simplicial-complex
* cells is an indexed list of facetspositions
* is a list of vertex positionsoptions
* is an object that has the following optional properties:
+ model the model matrix for the cameraview
+ the view matrix for the cameraprojection
+ the projection matrix for the cameraviewport
+ the viewport for the rendered svg
Conventions for camera and viewport follow those from WebGL
Returns A string of