1.0.5 • Published 8 years ago

three-subdivision-modifier v1.0.5

Weekly downloads
82
License
MIT
Repository
github
Last release
8 years ago

three-subdivision-modifier

This is the Three.js subdivision modifier "extras" package found in the Three.js source (example).

It's loosely based on the three-orbit-controls package.

Usage:

var SubdivisionModifier = require('three-subdivision-modifier');

var modifier = new SubdivisionModifier( 2 ); // Number of subdivisions

modifier.modify( geometry ); // Modifies geometry in place

See the offical Three.js example for more information and usage.

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago