I've been using this renderer in my 3D engine editor with great results to generate thumbnails for 3D models and materials. Unfotrunately, my project no longer will compile. Every single mat and vec constructor is producing an error saying "cannot convert from initializer list to mat<4, 4> (or whatever it is)". My project is using the C++20 standard.
I've been using this renderer in my 3D engine editor with great results to generate thumbnails for 3D models and materials. Unfotrunately, my project no longer will compile. Every single mat and vec constructor is producing an error saying "cannot convert from initializer list to mat<4, 4> (or whatever it is)". My project is using the C++20 standard.
Will this be fixed?