mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-07 12:20:33 +00:00
librw update
This commit is contained in:
parent
3a5a122887
commit
d8749c2305
2 changed files with 7 additions and 1 deletions
|
@ -790,6 +790,12 @@ RpMaterial *RpMatFXMaterialSetEnvMapFrame( RpMaterial *material, RwFrame *frame
|
|||
mfx->setEnvFrame(frame);
|
||||
return material;
|
||||
}
|
||||
RpMaterial *RpMatFXMaterialSetEnvMapFrameBufferAlpha( RpMaterial *material, RwBool useFrameBufferAlpha )
|
||||
{
|
||||
MatFX *mfx = MatFX::get(material);
|
||||
mfx->setEnvFBAlpha(useFrameBufferAlpha);
|
||||
return material;
|
||||
}
|
||||
RpMaterial *RpMatFXMaterialSetEnvMapCoefficient( RpMaterial *material, RwReal coef )
|
||||
{
|
||||
MatFX *mfx = MatFX::get(material);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue