Hi all, good day to you all…
I have git clone this repository:
then build it using Cmake
After that I test Delaunay3D, it needs .vtp file, so I choose Bunny.vtp
the file is in the ‘vtk-examples/src/Testing/Data’
my questions are:
-
Is there any shortcut to call the file from ‘vtk-examples/src/Testing/Data’? besides mentioning the path (it can be shortened with environment variable, but I want to know if anyone here can create a shortcut to call data like (.g / .vtp / .xml etc) that is faster than my method now?
-
Why the Bunny.vtp in the newest repository:
‘vtk-examples/Bunny.vtp at master · Kitware/vtk-examples · GitHub’
is different than the one from Lorensen’?
‘VTKWikiExamples/Bunny.vtp at master · lorensen/VTKWikiExamples · GitHub’
I want to use the one that can be used without internet connection, are both capable ? even if the newest repository seems to only contains 3 lines ?