karasusan / OpenVDBForUnity

Unity plugins for OpenVDB
MIT License
258 stars 39 forks source link

Does this support the whole OpenVDB API ? #11

Open sterlingcrispin opened 5 years ago

sterlingcrispin commented 5 years ago

I want to port some C++ project into Unity using this, can I call the whole openVDB API through c# with this or is it just an importer ? Not really sure if I need to compile OpenVDB myself or if this includes it

karasusan commented 5 years ago

can I call the whole openVDB API through c# with this or is it just an importer?

No, you can't.

You need to compile C++ native plugin if you want to support other OpenVDB API. Please check this note. https://github.com/karasusan/OpenVDBForUnity/wiki/How-to-build-the-native-plugin