timscaffidi / ofxVolumetrics

Simple volumetric rendering addon for openFrameworks.
Other
53 stars 15 forks source link

Emscripten (and I guess GLES) compatibility #12

Open Jonathhhan opened 1 year ago

Jonathhhan commented 1 year ago

And PLATFORM_CORE_EXCLUSIONS += $(OF_LIBS_PATH)/openFrameworks/gl/ofTexture.cpp needs to be added to config.emscripten.default.mk. Because of duplicated symbols caused by ofxTexture3d.cpp (it conflicts with ofTexture, but only with Emscripten). Maybe you have an idea how to solve that in your addon? Thanks. https://github.com/openframeworks/openFrameworks/issues/7212