pandap / slimdx

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

Need the Geometry method under the SlimDx.Direct3D9 Namespace #824

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Need the similar Geometry method below which is available in DirectX.
E.g:
Microsoft.DirectX.Direct3D.Geometry.IntersectTri(V1, V2, V3, _clsRayOrigin, 
_clsRayDir, out _clsInterInfo)

Please suggest the approach for the same.

Original issue reported on code.google.com by samir.ne...@gmail.com on 16 Aug 2011 at 6:54

GoogleCodeExporter commented 9 years ago
http://slimdx.org/docs/#M_SlimDX_Ray_Intersects_3

Original comment by Mike.Popoloski on 21 Aug 2011 at 8:44