Add LargeVolume binding
This commit is contained in:
12
library/bindings/LargeVolume.i
Normal file
12
library/bindings/LargeVolume.i
Normal file
@ -0,0 +1,12 @@
|
||||
%module LargeVolume
|
||||
%{
|
||||
#include "Material.h"
|
||||
#include "Density.h"
|
||||
#include "LargeVolume.h"
|
||||
%}
|
||||
|
||||
%include "Material.h"
|
||||
%include "Density.h"
|
||||
%include "LargeVolume.h"
|
||||
|
||||
VOLUMETYPES(LargeVolume, PolyVox::LargeVolume)
|
Reference in New Issue
Block a user