I am new to Urho3D. I was going through the samples past week which till yesterday worked perfectly fine.
Today after a Windows update and some Visual Studio reinstallation I am building just fine with Visual Studio 2017 (and 2015) and CMake(3.10.1), but I have rendering issues.
Objects are there but not rendered when there is at least one light on the scene. To repro this I used 38_SceneAndUILoad.
Repro:
Turn on off all lights --> 3 boxes appear.
Turn on at least 1 light --> 3 boxes dissapear.
Below is sample repro screenshot.
What am I doing wrong?