Files
UnrealEngineUWP/Engine/Source/ThirdParty/SpeedTree/README.md
Dmitry Rekman 95a9b3b1d7 Linux: fix SpeedTree libraries crashing when scale is not 1.
- PR #924 contributed by amigo (3dluvr) and yaakuro.
- Assert condition is more correct + libraries were compiled without assert()s at all.

[CL 2482391 by Dmitry Rekman in Main branch]
2015-03-17 19:20:17 -04:00

210 B

For Linux users to build SpeedTree plugin

you can just: bash README.md

from its location to execute commands below

cd SpeedTreeSDK-v7.0/Source/Core/Linux rm -rf build mkdir build cd build cmake .. make