zenustech / zeno

ZEn NOde system - a simulation & rendering engine in nodes
http://zenustech.com
Mozilla Public License 2.0
1.2k stars 142 forks source link

link error: UVProjectFromPlane.obj : error LNK2005: stbi_load_from_memory #802

Closed weiyi-boynextdoor closed 1 year ago

weiyi-boynextdoor commented 1 year ago

remove this define will work https://github.com/zenustech/zeno/blob/dca247fb32f2913e73168f382adbb9a6c3ad9695/zeno/src/nodes/prim/UVProjectFromPlane.cpp#L6

archibate commented 1 year ago

adding #define STB_IMAGE_STATIC also works.

weiyi-boynextdoor commented 1 year ago

Ah, yes sir!