class QuadraticErrorSimplification
An implementation of the Quadratic Error simplification algorithm.
Original paper : http://www1.cs.columbia.edu/~cs4162/html05s/garland97.pdf
Ported mostly from QSlim and http://voxels.blogspot.de/2014/05/quadric-mesh-simplification-with-source.html to babylon JS
@author RaananW
Name | Type | Description | |
---|---|---|---|
_mesh | Mesh |
Name | Type | Description | |||
---|---|---|---|---|---|
settings | ISimplificationSettings | ||||
successCallback | simplifiedMesh | Mesh |