I get “TypeError: a is undefined” when I try to load specific VTK file

痴心易碎 提交于 2019-12-11 18:55:24

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!