|
@@ -333,7 +333,7 @@ THREE.FontUtils.generateShapes = function ( text, parameters ) {
|
|
//throw ( "Warning, unable to triangulate polygon!" );
|
|
//throw ( "Warning, unable to triangulate polygon!" );
|
|
//return null;
|
|
//return null;
|
|
// Sometimes warning is fine, especially polygons are triangulated in reverse.
|
|
// Sometimes warning is fine, especially polygons are triangulated in reverse.
|
|
- console.log( 'Warning, unable to triangulate polygon!' );
|
|
|
|
|
|
+ THREE.warning( 'THREE.FontUtils: Warning, unable to triangulate polygon! in Triangulate.process()' );
|
|
|
|
|
|
if ( indices ) return vertIndices;
|
|
if ( indices ) return vertIndices;
|
|
return result;
|
|
return result;
|