Skip to content

hughsk/icosphere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

icosphere experimental

Generates icosphere meshes of varying levels of complexity – implementation sourced from this article.

icosphere

Usage

NPM

mesh = icosphere(subdivisions)

Creates a new icosphere mesh object. You'll want to keep subdivisions within the range of 0 and 5 or it starts to get really costly. The mesh object has the following properties:

  • cells: an indexed list of each triangle's positions.
  • positions: a list of positions for each vertex.

See Also

License

MIT. See LICENSE.md for details.

About

Generates icosphere meshes of varying levels of complexity

Resources

License

Stars

Watchers

Forks

Packages

No packages published