All Projects → nicoptere → THREE.ShellModifier

nicoptere / THREE.ShellModifier

Licence: other
a 'shell' modifier for THREE.js

Programming Languages

javascript
184084 projects - #8 most used programming language
GLSL
2045 projects
HTML
75241 projects

THREE.ShellModifier

a 'shell' modifier for THREE.js usage:

//shell modifer
var shell = new THREE.ShellModifier();
var geom = shell.modify( geometry, thickness );

example:

  • model.html loads a model and applies the shell and smoothing modifiers shell modifier

  • primitives.html will decimate some triangles from a primitive mesh then perform the shell and smoothing modifiers with a torus primitive shell modifier with a torus knot primitive shell modifier

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].