When working on a 3D game in GameMaker, it is common to replace its default rendering pipeline by:
visible
property of game objects to false
,This way it is easier to manage draw calls, texture swaps and shader uniform changes, as well as to tackle alpha blending issues etc.
In combination with material's Priority property and render queues, this module provides a much more sophisticated way to create such rendering pipelines.
Copyright © 2022, BlueBurn. Built on May 18, 2022 using GMDoc.