Tagged Questions
0
votes
2answers
88 views
How to rotate one object around another moving object in 3-d?
i was wondering if anyone could give me some advice on how to rotate one object around another moving object. After a bit of googling i found some code on another website that worked perfectly but it ...
0
votes
1answer
68 views
Vector transform equation explanation
I'm trying to understand the maths of moving points in a 3d space by making a game written in C#.
I'm looking at this wolfire blog series which explains some basic 3d maths. I've read the first two ...