3D:: item graphics now face the player

This commit is contained in:
?
2019-09-12 22:38:42 +02:00
committed by Zeno Rogue
parent 305ff5de33
commit 723f029b1d
+2 -1
View File
@@ -659,7 +659,8 @@ bool drawItemType(eItem it, cell *c, const transmatrix& V, int icol, int pticks,
}
transmatrix Vit = V;
if(DIM == 3 && c) Vit = V * cspin(0, 2, ptick(618, 0));
if(DIM == 3 && c) Vit = rgpushxto0(tC0(V));
// V * cspin(0, 2, ptick(618, 0));
if(c && conformal::includeHistory && conformal::infindhistory.count(c)) poly_outline = OUTLINE_DEAD;