Update include paths for bindings to new layout.
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
%module CubicSurfaceExtractorWithNormals
|
||||
%{
|
||||
#include "VolumeSampler.h"
|
||||
#include "SimpleVolume.h"
|
||||
//#include "CubicSurfaceExtractor.h"
|
||||
#include "CubicSurfaceExtractorWithNormals.h"
|
||||
%}
|
||||
|
||||
%include "VolumeSampler.h"
|
||||
%include "SimpleVolume.h"
|
||||
//%include "CubicSurfaceExtractor.h"
|
||||
%include "CubicSurfaceExtractorWithNormals.h"
|
||||
|
||||
|
Reference in New Issue
Block a user