downgrade Filament libs to v1.34.2 for Windows

This commit is contained in:
Nick Fisher
2023-09-25 21:52:09 +10:00
parent 609e349d58
commit 6cdc9bd3dc
545 changed files with 3521 additions and 53329 deletions

View File

@@ -160,10 +160,6 @@ struct DynamicLightingSettings {
float zLightFar = 100;
};
struct FogSettings {
Texture* fogColorTexture = nullptr;
};
// This defines fields in the same order as the setter methods in filament::View.
struct ViewSettings {
// standalone View settings
@@ -189,7 +185,6 @@ struct ViewSettings {
// Custom View Options
ColorGradingSettings colorGrading;
DynamicLightingSettings dynamicLighting;
FogSettings fogSettings;
};
template <typename T>