Fix SWIG bindings
The bindings now compile and in Python a mesh can be extracted from a volume. The only extractor currently bound is SurfaceExtractor<SimpleVolume, Material8>. The bindings are still commented out in library/CMakeLists.txt by default.
This commit is contained in:
@ -31,9 +31,9 @@ else()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
#add_subdirectory(bindings)
|
||||
add_subdirectory(PolyVoxCore)
|
||||
add_subdirectory(PolyVoxUtil)
|
||||
#add_subdirectory(bindings)
|
||||
|
||||
#Set up install paths e.g. for PolyVoxConfig.cmake
|
||||
if(WIN32)
|
||||
|
Reference in New Issue
Block a user