Added OSGUTIL_EXPORT for Windows build
This commit is contained in:
parent
1b599fc5ae
commit
191cf8f5aa
@ -37,7 +37,7 @@ class OSGUTIL_EXPORT LineSegmentIntersector : public Intersector
|
|||||||
* In VIEW and MODEL coordinates creates a start value of (x,y,0) and end value of (x,y,1).*/
|
* In VIEW and MODEL coordinates creates a start value of (x,y,0) and end value of (x,y,1).*/
|
||||||
LineSegmentIntersector(CoordinateFrame cf, double x, double y);
|
LineSegmentIntersector(CoordinateFrame cf, double x, double y);
|
||||||
|
|
||||||
struct Intersection
|
struct OSGUTIL_EXPORT Intersection
|
||||||
{
|
{
|
||||||
Intersection():
|
Intersection():
|
||||||
ratio(-1.0),
|
ratio(-1.0),
|
||||||
|
Loading…
Reference in New Issue
Block a user