mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-30 19:22:14 +00:00
Clip posteffect color to respective nodes
This commit is contained in:
parent
5f5ea13251
commit
614755b364
20 changed files with 882 additions and 103 deletions
|
@ -71,7 +71,7 @@ void populateAnaglyphPipeline(RenderPipeline *pipeline, Client *client)
|
|||
pipeline->addStep<OffsetCameraStep>(0.0f);
|
||||
pipeline->addStep<SetColorMaskStep>(video::ECP_ALL);
|
||||
|
||||
pipeline->addStep<DrawWield>();
|
||||
pipeline->addStep<MapPostFxStep>();
|
||||
pipeline->addStep<DrawWield>();
|
||||
pipeline->addStep<DrawHUD>();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue