mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-20 11:54:48 +00:00
3D:: item graphics now face the player
This commit is contained in:
parent
305ff5de33
commit
723f029b1d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user