فهرست منبع

fix alphatest init

cxgeorge 23 سال پیش
والد
کامیت
e637ad6586
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      panda/src/dxgsg/dxGraphicsStateGuardian.cxx

+ 1 - 1
panda/src/dxgsg/dxGraphicsStateGuardian.cxx

@@ -805,7 +805,7 @@ dx_init( void) {
     _alpha_func = D3DCMP_ALWAYS;
     _alpha_func = D3DCMP_ALWAYS;
     _alpha_func_refval = 1.0f;
     _alpha_func_refval = 1.0f;
     scrn.pD3DDevice->SetRenderState(D3DRENDERSTATE_ALPHAFUNC, _alpha_func);
     scrn.pD3DDevice->SetRenderState(D3DRENDERSTATE_ALPHAFUNC, _alpha_func);
-    scrn.pD3DDevice->SetRenderState(D3DRENDERSTATE_ALPHAREF, _alpha_func_refval);
+    scrn.pD3DDevice->SetRenderState(D3DRENDERSTATE_ALPHAREF, (_alpha_func_refval*255.0f));
     _alpha_test_enabled = false;
     _alpha_test_enabled = false;
     scrn.pD3DDevice->SetRenderState(D3DRENDERSTATE_ALPHATESTENABLE, _alpha_test_enabled);
     scrn.pD3DDevice->SetRenderState(D3DRENDERSTATE_ALPHATESTENABLE, _alpha_test_enabled);