Skip to content

Commit

Permalink
Fix sRGB encoding on camera tool images
Browse files Browse the repository at this point in the history
  • Loading branch information
netpro2k committed Jul 19, 2022
1 parent d72ff01 commit feba3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bit-systems/camera-tool.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ export function cameraToolSystem(world) {
format: THREE.RGBAFormat,
minFilter: THREE.LinearFilter,
magFilter: THREE.NearestFilter,
encoding: THREE.GammaEncoding,
encoding: THREE.sRGBEncoding,
depth: false,
stencil: false
});
Expand Down

0 comments on commit feba3df

Please sign in to comment.