|
function patternPath( x0, y0, x1, y1, x2, y2, u0, v0, u1, v1, u2, v2, texture ) {
|
|
function patternPath( x0, y0, x1, y1, x2, y2, u0, v0, u1, v1, u2, v2, texture ) {
|
|
if ( texture.hasEventListener( 'update', onTextureUpdate ) === false ) {
|
|
if ( texture.hasEventListener( 'update', onTextureUpdate ) === false ) {
|
|
texture.addEventListener( 'update', onTextureUpdate );
|
|
texture.addEventListener( 'update', onTextureUpdate );
|