Closed michalbe closed 7 years ago
Scale setter isn't working correctly, it's scaling by the vector, not to the vector.
by
to
[5, 5, 5]
entity.scale = [1, 1, 1];
entity.local_matrix
[1, 1, 1]
@stasm could you take a look at this one pls?
Ha, good catch! I'm on it.
Scale setter isn't working correctly, it's scaling
by
the vector, notto
the vector.Repro
[5, 5, 5]
entity.scale = [1, 1, 1];
entity.local_matrix
was just scaled by[1, 1, 1]
vector.