Skip to content

Commit 5b68e8e

Browse files
committed
Increased mipbias to [-3, 3] from [-1.5, 1.5]
1 parent 83e98fb commit 5b68e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Layers/xrRender/xrRender_console.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ class CCC_tf_MipBias : public CCC_Float
285285
#endif // USE_DX10
286286
}
287287

288-
CCC_tf_MipBias(LPCSTR N, float* v) : CCC_Float(N, v, -0.5f, +0.5f){};
288+
CCC_tf_MipBias(LPCSTR N, float* v) : CCC_Float(N, v, -3.f, +3.f) {}
289289
virtual void Execute(LPCSTR args)
290290
{
291291
CCC_Float::Execute(args);

0 commit comments

Comments
 (0)