stanford-dragon
v1.1.1
Published
The Stanford Dragon
Downloads
87
Maintainers
Readme
stanford-dragon
Usage
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.4MBrequire('stanford-dragon/3')
: 2.1MBrequire('stanford-dragon/4')
: 476KB
It's all a trade-off between file size/performance and quality.