#Kunai Entity not Rendering
16 messages · Page 1 of 1 (latest)
what is your code doing though
what do you mean?
in your renderer
well the tutorial i was watching was for a tomahawk spinning when thrown, so i thought it could be related to that
also the tutorial was for a newer version, so im guessing something else got messed up too
well, the code you posted is using a tomahawk texture
oh shit
thats why i asked you what your code was doing
alr
tysm
i shouldve checked myself before asking
@cyan jasper different issue now, the error is Cannot read field "y" because "entity.groundedOffset" is null
and the code is
matrices.multiply(RotationAxis.POSITIVE_Y.rotationDegrees(entity.groundedOffset.y));
matrices.multiply(RotationAxis.POSITIVE_X.rotationDegrees(entity.groundedOffset.x));
in the tutorial, it said to do getY(), but its not listed in the autocomplete