coin3d / coin

Coin3D core library
BSD 3-Clause "New" or "Revised" License
266 stars 105 forks source link

Resources (e.g. shaders) are always looked up in unversioned datadir #472

Open StefanBruens opened 2 years ago

StefanBruens commented 2 years ago

If 'MULTIPLE_VERSION' is set, the resource lookup should be changed as well:

https://github.com/coin3d/coin/blob/597aae63db8d112fdcfee1428d50dbf3f05de9c3/src/misc/CoinResources.cpp#L225

https://github.com/coin3d/coin/blob/597aae63db8d112fdcfee1428d50dbf3f05de9c3/CMakeLists.txt#L143-L148

ggabbiani commented 2 years ago

Hi Stefan,

just applied the fix for this issue. Let me know if I can close.

Regards Giampiero