mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
restore default sampler
This commit is contained in:
parent
59a6f5aae1
commit
2c9624a419
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ public:
|
|||
glm::vec4 _borderColor{ 1.0f };
|
||||
uint32 _maxAnisotropy = 16;
|
||||
|
||||
uint8 _filter = FILTER_MIN_MAG_POINT;
|
||||
uint8 _filter = FILTER_MIN_MAG_MIP_LINEAR;
|
||||
uint8 _comparisonFunc = ALWAYS;
|
||||
|
||||
uint8 _wrapModeU = WRAP_REPEAT;
|
||||
|
|
Loading…
Reference in a new issue