Skip to content

Commit

Permalink
Increased mipbias to [-3, 3] from [-1.5, 1.5]
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Jun 17, 2018
1 parent 83e98fb commit 5b68e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Layers/xrRender/xrRender_console.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ class CCC_tf_MipBias : public CCC_Float
#endif // USE_DX10
}

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

0 comments on commit 5b68e8e

Please sign in to comment.