alex_dergian
03-05-2006 03:37:52
I thoght this would be simple just change
To
but when i do that it switchs my map back to instent base texture mapping and disables splating alltogether; so is there a way to change the plugin source to have more then 4 splats par map cause 4 is really small and i would like a number grater then 4 more like 20 or 30
if (opt->NumMatHeightSplat < 4)
return false;
To
if (opt->NumMatHeightSplat < 20)
return false;
but when i do that it switchs my map back to instent base texture mapping and disables splating alltogether; so is there a way to change the plugin source to have more then 4 splats par map cause 4 is really small and i would like a number grater then 4 more like 20 or 30