Yevgen Pogribnyi

Results 2 comments of Yevgen Pogribnyi

Both `BatchedGeometries` and `BatchedMaterials` properties are `IList`s. `BatchedMeshGeometryModel3D` doesn't check if the collections are observable or not, it doesn't subscribe to the `ObservableCollection.CollectionChaged` event. This means that it has no...

I believe that it's worth changing the version requirement to `cmake_minimum_required(VERSION 3.5...4.0)` to help with compatibility with future CMake versions. Version 3.5 is the oldest one still accepted by cmake,...