mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-05 12:49:59 +00:00
implemented extra model flags for backface culling and alpha test from mobile
This commit is contained in:
parent
81e462b677
commit
e97366c023
8 changed files with 418 additions and 3 deletions
|
@ -337,7 +337,7 @@ ReadTweakValueTable(char *fp, InterpolatedValue &interp)
|
|||
* Neo Vehicle pipe
|
||||
*/
|
||||
|
||||
int32 VehiclePipeSwitch = VEHICLEPIPE_NEO;
|
||||
int32 VehiclePipeSwitch = VEHICLEPIPE_MATFX;
|
||||
float VehicleShininess = 0.7f; // the default is a bit extreme
|
||||
float VehicleSpecularity = 1.0f;
|
||||
InterpolatedFloat Fresnel(0.4f);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue