Skip to content

Commit

Permalink
Update DefaultEnvironment.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Jan 1, 2024
1 parent dd80d24 commit 0d073f5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions manual/assets/js/src/objects/DefaultEnvironment.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import {
AmbientLight,
Group,
LinearFilter,
LinearMipMapLinearFilter,
Mesh,
MeshStandardMaterial,
PlaneGeometry,
Expand Down Expand Up @@ -41,9 +39,6 @@ export function createEnvironment(): Group {
const planeSize = 5000;
const image = new Image();
const map = new Texture(image);
map.generateMipmaps = true;
map.minFilter = LinearMipMapLinearFilter;
map.magFilter = LinearFilter;
map.wrapS = RepeatWrapping;
map.wrapT = RepeatWrapping;
map.colorSpace = SRGBColorSpace;
Expand Down

0 comments on commit 0d073f5

Please sign in to comment.