Added decals
This commit is contained in:
parent
59f7dedfb4
commit
ff2ab61abc
5 changed files with 198 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue