zengqh / slimdx

Automatically exported from code.google.com/p/slimdx
0 stars 0 forks source link

BoundingFrustum still missing? #320

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
By searching on google I happened to find that in the SlimMath branch of
the source code, there's a frustum class called BoundingFrustum. That would
be very useful I think. Any plans on when to include it with the rest?

Original issue reported on code.google.com by avengerd...@gmail.com on 17 Aug 2008 at 11:56

GoogleCodeExporter commented 9 years ago
It existed for a while between releases, and then we axed it because it is 
functionality that D3DX does not provide, which means it violated our design 
guidelines.

Original comment by josh.petrie on 17 Aug 2008 at 6:10

GoogleCodeExporter commented 9 years ago
But XNA does!
It's not a big deal, I'll (re)implement my own.. 

Original comment by avengerd...@gmail.com on 18 Aug 2008 at 12:23

GoogleCodeExporter commented 9 years ago
I had wondered the same thing after finding the BoundingFrustum object on 
Google. I
implemented my own, but it feels like such an feature is missing among the other
Bounding Volumes.

Perhaps the extra functionality would be suitable for the Sample Framework?

Original comment by akada...@gmail.com on 2 Sep 2008 at 1:52