Merge branch 'develop' of https://bitbucket.org/volumesoffun/polyvox into develop
This commit is contained in:
commit
6bf9105e56
6
library/bindings/Compressor.i
Normal file
6
library/bindings/Compressor.i
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
%module Compressor
|
||||||
|
%{
|
||||||
|
#include "Compressor.h"
|
||||||
|
%}
|
||||||
|
|
||||||
|
%include "Compressor.h"
|
6
library/bindings/MinizCompressor.i
Normal file
6
library/bindings/MinizCompressor.i
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
%module MinizCompressor
|
||||||
|
%{
|
||||||
|
#include "MinizCompressor.h"
|
||||||
|
%}
|
||||||
|
|
||||||
|
%include "MinizCompressor.h"
|
@ -75,6 +75,9 @@ EXTRACTOR(shortname, LargeVolume)
|
|||||||
%include "Vector.i"
|
%include "Vector.i"
|
||||||
%include "DefaultMarchingCubesController.i"
|
%include "DefaultMarchingCubesController.i"
|
||||||
%include "Region.i"
|
%include "Region.i"
|
||||||
|
%include "Compressor.i"
|
||||||
|
%include "MinizCompressor.i"
|
||||||
|
%include "RLECompressor.i"
|
||||||
%include "BaseVolume.i"
|
%include "BaseVolume.i"
|
||||||
%include "SimpleVolume.i"
|
%include "SimpleVolume.i"
|
||||||
%include "RawVolume.i"
|
%include "RawVolume.i"
|
||||||
|
6
library/bindings/RLECompressor.i
Normal file
6
library/bindings/RLECompressor.i
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
%module RLECompressor
|
||||||
|
%{
|
||||||
|
#include "RLECompressor.h"
|
||||||
|
%}
|
||||||
|
|
||||||
|
%include "RLECompressor.h"
|
Loading…
x
Reference in New Issue
Block a user