The decalrenderer class is a data-only class in renderva.cpp that handles decal rendering information. It has a handful of related classes, also defined in renderva.cpp, that are tightly integrated with the class while being free functions. These should be integrated into the decalrenderer object, making a proper class structure.
The
decalrenderer
class is a data-only class in renderva.cpp that handles decal rendering information. It has a handful of related classes, also defined in renderva.cpp, that are tightly integrated with the class while being free functions. These should be integrated into the decalrenderer object, making a proper class structure.