Tagged Questions
2
votes
1answer
186 views
Get intersected volume of two planes in 3D
I'm working on AABB - AABB collision response and I'm having trouble figuring one part out. My situation is as follows (see image).
I have a player AABB (blue) and an object which collides (brown). ...
2
votes
1answer
122 views
AABB of a sphere's screen space projection
What is a nice, neat way to get the AABB of a sphere's projection onto the screen? This is to determine simplified geometry for lights in deferred shading.
-3
votes
2answers
166 views
Calculating AABB's Origin
I can't work out how to find the position in which my AABB should be corresponding to my object.