stanford-dragon

1.1.1 • Public • Published

stanford-dragon stable

stanford dragon

Usage

stanford-dragon

require('stanford-dragon')

Returns an object with the following properties:

  • positions: the position vertices of the dragon.
  • cells: an indexed list of the dragon's positions.

You can require decimated versions of the original model too – by default, quality level 2 is used, but the following are possible:

  • require('stanford-dragon/1'): 43MB (the original model)
  • require('stanford-dragon/2'): 9.4MB
  • require('stanford-dragon/3'): 2.1MB
  • require('stanford-dragon/4'): 476KB

It's all a trade-off between file size/performance and quality.

Package Sidebar

Install

npm i stanford-dragon

Weekly Downloads

9

Version

1.1.1

License

none

Last publish

Collaborators

  • hughsk