sharpdx / SharpDX

SharpDX GitHub Repository
http://sharpdx.org
MIT License
1.7k stars 638 forks source link

SharpDX.BoundingFrustum.Contains(SharpDX.BoundingFrustum, Boolean) is not implemented. #926

Open SergeyBaryshev opened 7 years ago

SergeyBaryshev commented 7 years ago

Sorry for my mistakes in my English, it is not my native language (hope you understand).

Hello everyone, especially SharpDX team! I tried to use this method, but Visual Studio gave me a message that this method is not implemented. I checked the source on Github and found the following notice: "This method is wrong, does not calculate case where only plane from points is intersected". Is there any chance that this method will work in the future? Maybe this link will help in resolving this issue.