Преглед на файлове

Examples: Fix broken GPU picking demo. (#25952)

* Examples: Fix broken GPU picking demo.

* Examples: Clean up.
Michael Herzog преди 2 години
родител
ревизия
bbd1fdadee
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      examples/webgl_interactive_cubes_gpu.html

+ 1 - 1
examples/webgl_interactive_cubes_gpu.html

@@ -136,7 +136,7 @@
 
 					// 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 );