Added rotation and fixed decal placement bugs.

This commit is contained in:
Justin Marshall
2026-05-22 08:58:41 -07:00
parent 686422ec83
commit aefe08a1fc
7 changed files with 434 additions and 34 deletions
+1
View File
@@ -832,6 +832,7 @@ public:
// Screen-space world decals consumed by the path tracer.
virtual void ClearWorldDecals() = 0;
virtual int AddWorldDecal(const renderWorldDecal_t& decal) = 0;
virtual bool UpdateWorldDecal(int decalIndex, const renderWorldDecal_t& decal) = 0;
virtual void RemoveWorldDecal(int decalIndex) = 0;
virtual int NumWorldDecals() const = 0;
virtual const renderWorldDecal_t* GetWorldDecal(int decalIndex) const = 0;