diff --git a/examples/js/renderers/Projector.js b/examples/js/renderers/Projector.js index 898f7cb67b0ec3c14050aa9484faeb963f32c9f1..ede8c00bf403a82a4fe40428062459126936219a 100644 --- a/examples/js/renderers/Projector.js +++ b/examples/js/renderers/Projector.js @@ -322,7 +322,7 @@ THREE.Projector = function () { _face.material = material; - if ( material.vertexColors === THREE.FaceColors ) { + if ( material.vertexColors === THREE.FaceColors || material.vertexColors === THREE.VertexColors ) { _face.color.fromArray( colors, a * 3 );