Searched refs:shSpin (Results 1 – 4 of 4) sorted by relevance
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/materials/shaders/ |
H A D | shaderonb.cpp | 781 ISpinnerControl *shSpin, *ssSpin, *siSpin, *trSpin; member in OrenNayarShaderDlg 919 shSpin = softSpin = ssSpin = siSpin = trSpin = NULL; in OrenNayarShaderDlg() 948 ReleaseISpinner(shSpin); in ~OrenNayarShaderDlg() 969 shSpin->SetValue(FracToPc(pShader->GetGlossiness()),FALSE); in LoadDialog() 970 shSpin->SetKeyBrackets(KeyAtCurTime(onb_glossiness)); in LoadDialog() 1140 shSpin = SetupIntSpinner(hwndDlg, IDC_SH_SPIN, IDC_SH_EDIT, 0,100, 0); in PanelProc() 1272 pShader->SetGlossiness(PcToFrac(shSpin->GetIVal()), curTime); in PanelProc()
|
H A D | shaderTranslucent.cpp | 987 ISpinnerControl *shSpin, *ssSpin, *siSpin, *trSpin; member in TranslucentShaderDlg 1126 shSpin = ssSpin = siSpin = trSpin = NULL; in TranslucentShaderDlg() 1155 ReleaseISpinner(shSpin); in ~TranslucentShaderDlg() 1175 shSpin->SetValue(FracToPc(pShader->GetGlossiness()),FALSE); in LoadDialog() 1176 shSpin->SetKeyBrackets(KeyAtCurTime(tl_glossiness)); in LoadDialog() 1363 shSpin = SetupIntSpinner(hwndDlg, IDC_SH_SPIN, IDC_SH_EDIT, 0,100, 0); in PanelProc() 1504 pShader->SetGlossiness(PcToFrac(shSpin->GetIVal()), curTime); in PanelProc()
|
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/materials/ |
H A D | stdshaders.cpp | 332 ISpinnerControl *shSpin, *ssSpin, *siSpin, *trSpin; member in StdShaderDlg 950 shSpin = softSpin = ssSpin = siSpin = trSpin = NULL; in StdShaderDlg() 984 ReleaseISpinner(shSpin); in ~StdShaderDlg() 1019 shSpin->SetValue(FracToPc(pShader->GetGlossiness(0,0)),FALSE); in LoadDialog() 1020 shSpin->SetKeyBrackets(KeyAtCurTime(shdr_glossiness)); in LoadDialog() 1378 shSpin = SetupIntSpinner(hwndDlg, IDC_SH_SPIN, IDC_SH_EDIT, 0,100, 0); in PanelProc() 1516 pShader->SetGlossiness(PcToFrac(shSpin->GetIVal()), curTime); in PanelProc()
|
H A D | stdmtl.cpp | 505 ISpinnerControl *shSpin, *ssSpin, *siSpin, *trSpin, *tfSpin, *wireSizeSpin, *iorSpin; member in StdMtlDlg 751 ReleaseISpinner(shSpin); in ~StdMtlDlg() 807 shSpin->SetValue(FracToPc(theMtl->GetShininess()),FALSE); in UpdateControlFor() 808 shSpin->SetKeyBrackets(theMtl->KeyAtTime(PB_SHININESS,curTime)); in UpdateControlFor() 966 shSpin = SetupIntSpinner(hwndDlg, IDC_SH_SPIN, IDC_SH_EDIT, 0,100, 0); in BasicPanelProc() 1116 theMtl->SetShininess(PcToFrac(shSpin->GetIVal()), curTime); in BasicPanelProc() 1486 shSpin->SetValue(FracToPc(theMtl->GetShininess()),FALSE); in LoadDialog() 1487 shSpin->SetKeyBrackets(KeyAtCurTime(PB_SHININESS)); in LoadDialog()
|