We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b46e06 commit 5997944Copy full SHA for 5997944
1 file changed
examples/js/VTKLoader.js
@@ -22,7 +22,7 @@ THREE.VTKLoader.prototype.load = function( url, callback) {
22
23
function v( x, y, z ) {
24
25
- geometry.vertices.push( new THREE.Vertex( new THREE.Vector3( x, y, z ) ) );
+ geometry.vertices.push( new THREE.Vector3( x, y, z ) );
26
27
}
28
0 commit comments