mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
Merge pull request #1446 from HifiExperiments/defaultSampler
restore default sampler
This commit is contained in:
commit
7d2b7e5e65
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