[DiscordArchive] Can you show your code somehow?
[DiscordArchive] Can you show your code somehow?
Archived author: Skarn • Posted: 2019-06-21T18:32:52.924000+00:00
Original source
Can you show your code somehow?
Archived author: Skarn • Posted: 2019-06-21T18:32:58.247000+00:00
Original source
e.g. pastebin or branch?
Archived author: Adspartan • Posted: 2019-06-21T18:34:47.466000+00:00
Original source
<@!197724887387734016> the rotation stuff: https://pastebin.com/eYCNDTHH
[Embed: [C++] void World::rotate_selected_models(math::degrees rx, math::d...]
https://pastebin.com/eYCNDTHH
Archived author: Adspartan • Posted: 2019-06-21T18:36:01.864000+00:00
Original source
`dir += dir_change;` is the cheap trick in question, it works when the y angle is 0
Archived author: Skarn • Posted: 2019-06-21T18:36:22.835000+00:00
Original source
you need to multiply a matrix by another matrix to get rotations correct I think
Archived author: Adspartan • Posted: 2019-06-21T18:36:52.422000+00:00
Original source
x/z rotation are dependant on the y angle... but somehow I can't make it work
Archived author: Skarn • Posted: 2019-06-21T18:37:07.194000+00:00
Original source
it should work on its own I think
Archived author: Skarn • Posted: 2019-06-21T18:37:09.570000+00:00
Original source
if you use matrices
Archived author: Adspartan • Posted: 2019-06-21T18:37:16.110000+00:00
Original source
anyway, it basically does the same as right now
Archived author: Adspartan • Posted: 2019-06-21T18:37:53.304000+00:00
Original source
it should work if I use code too !! ||(I tried matrices)||