mirror of
https://github.com/halpz/re3.git
synced 2025-07-10 16:38:53 +00:00
Add compatibility with RW 3.4
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
|
||||
/**
|
||||
* \defgroup rtray RtRay
|
||||
* \ingroup rttool
|
||||
* \ingroup mathtools
|
||||
*
|
||||
* Line Toolkit for RenderWare.
|
||||
*/
|
||||
@ -46,7 +46,9 @@ extern "C"
|
||||
/* Line intersections */
|
||||
extern RwReal RtLineTriangleIntersectionTest(RwLine *line, RwV3d *normal,
|
||||
RwV3d *v0, RwV3d *v1, RwV3d *v2);
|
||||
extern RwReal RtLineSphereIntersectionTest(RwLine *line, RwSphere *sphere);
|
||||
extern RwBool RtLineSphereIntersectionTest(RwLine *line,
|
||||
RwSphere *sphere,
|
||||
RwReal *centerDist);
|
||||
|
||||
/* Line clipping */
|
||||
extern RwLine *RtLineClipPlane(RwLine *line, RwPlane *plane);
|
||||
|
Reference in New Issue
Block a user