|
@@ -136,7 +136,7 @@
|
|
|
|
|
|
// give the geometry's vertices a color corresponding to the "id"
|
|
// give the geometry's vertices a color corresponding to the "id"
|
|
|
|
|
|
- applyVertexColors( geometry, color.setHex( i ) );
|
|
|
|
|
|
+ applyVertexColors( geometry, color.setHex( i, THREE.NoColorSpace ) );
|
|
|
|
|
|
geometriesPicking.push( geometry );
|
|
geometriesPicking.push( geometry );
|
|
|
|
|