问题
I try to load VTK file using three.js, I have changed only one line in example file:
loader.load( "models/vtk/srtm.vtk" );
Here is my VTK file. There is TIN vector map, prepared in GRASS GIS, and converted using v.out.vtk command.
I am very new in Three.js and 3D Graphics, I just want to check some possibilities of Three.js for further work.
来源:https://stackoverflow.com/questions/19941888/i-get-typeerror-a-is-undefined-when-i-try-to-load-specific-vtk-file