Skip to content

Commit

Permalink
document mipmapBias, #113
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Mar 26, 2024
1 parent 1852909 commit 2c88510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/view/FieldNode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export default class FieldNode extends Sprites {
// Mipmapping was added to address pixelation reported in https://github.com/phetsims/faradays-electromagnetic-lab/issues/113.
// It looked too "sharp" without mipmapping at the normal view distance, so we'll have these generated.
mipmap: true,
mipmapBias: -0.7
mipmapBias: -0.7 // Use a negative value to increase the displayed resolution. See Imageable.setMipmapBias.
} );
} );

Expand Down

0 comments on commit 2c88510

Please sign in to comment.