|
@@ -29216,7 +29216,7 @@ console.warn( 'Scripts "build/three.js" and "build/three.min.js" are deprecated
|
|
|
generateMipmaps: true,
|
|
|
type: extensions.has( 'EXT_color_buffer_half_float' ) ? HalfFloatType : UnsignedByteType,
|
|
|
minFilter: LinearMipmapLinearFilter,
|
|
|
- samples: ( isWebGL2 && antialias === true ) ? 4 : 0
|
|
|
+ samples: ( isWebGL2 ) ? 4 : 0
|
|
|
} );
|
|
|
|
|
|
// debug
|