Added decals

This commit is contained in:
Magnus Norddahl 2016-11-16 23:34:05 +01:00
commit ff2ab61abc
5 changed files with 198 additions and 1 deletions

View file

@ -65,7 +65,7 @@ void RenderPolyWallSprite::Render(const TriMatrix &worldToClip, AActor *thing, s
//gzt = pos.Z + scale.Y * scaled_to;
//gzb = pos.Z + scale.Y * scaled_bo;
DVector2 points[2] = { right, left };
DVector2 points[2] = { left, right };
TriVertex *vertices = PolyVertexBuffer::GetVertices(4);
if (!vertices)