|
// 3. The next vertex 'v3' is the one farthest to the plane 'v0', 'v1', 'v2'
|
|
// 3. The next vertex 'v3' is the one farthest to the plane 'v0', 'v1', 'v2'
|
|
plane.setFromCoplanarPoints( v0.point, v1.point, v2.point );
|
|
plane.setFromCoplanarPoints( v0.point, v1.point, v2.point );
|
|
for ( i = 0, l = this.vertices.length; i < l; i ++ ) {
|
|
for ( i = 0, l = this.vertices.length; i < l; i ++ ) {
|