Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

stanford-dragon

hughsk791.1.1

The Stanford Dragon

dragon, 3d, model, test, data, mesh, triangle, cells

readme

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.