Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/webgl_interactive_cubes_gpu.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
scene.background = new THREE.Color( 0xffffff );

pickingScene = new THREE.Scene();
pickingTexture = new THREE.WebGLRenderTarget( 1, 1 );
pickingTexture = new THREE.WebGLRenderTarget( 1, 1, { colorSpace: THREE.SRGBColorSpace } );

scene.add( new THREE.AmbientLight( 0x555555 ) );

Expand Down