Added export to the height field class.
This commit is contained in:
@@ -392,7 +392,7 @@ class ConvexHull : public TriangleMesh
|
||||
~ConvexHull() {}
|
||||
};
|
||||
|
||||
class HeightField : public Shape
|
||||
class SG_EXPORT HeightField : public Shape
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user