Tagged Questions
0
votes
1answer
173 views
Creating A Bounding Box around each item in a list XNA 4.0
I have asked a similar question before except i am more experienced and have more understanding of XNA. I have bullets that shoot whenever you press RightTrigger. I am having trouble though creating ...
3
votes
2answers
468 views
Problem with bounding box in model space and intersection with ray
I have a bounding box in model space and I want to intersect it with a ray. I have tried to transform the ray like this. Rotating and scaling works well, but transition does not.
Here is my code:
...
