sphere-mesh

0.2.2 • Public • Published

sphere-mesh

Generates a subdivided spherical mesh, useful for testing purposes or just for creating an object for display.

Install:

npm install sphere-mesh

Usage

var resolution = 10
var radius = 10
 
var mesh = require("sphere-mesh")(resolution, radius)

require("sphere-mesh")([resolution, radius])

Creates a spherical mesh from a subdivided cube

  • resolution is the resolution of the mesh
  • radius is the radius of the sphere to generate (Default 1)

Returns A simplicial complex represented as a json object with two properties:

  • positions the positions of the spherical mesh
  • cells the cells of the spherical mesh

Credits

(c) 2013 Mikola Lysenko. MIT License

Readme

Keywords

none

Package Sidebar

Install

npm i sphere-mesh

Weekly Downloads

1

Version

0.2.2

License

BSD

Last publish

Collaborators

  • mikolalysenko