Added export to the height field class.

This commit is contained in:
Robert Osfield
2002-11-01 10:39:35 +00:00
parent 94105025a0
commit d9af228892

View File

@@ -392,7 +392,7 @@ class ConvexHull : public TriangleMesh
~ConvexHull() {}
};
class HeightField : public Shape
class SG_EXPORT HeightField : public Shape
{
public: