From Tree, mods to help support the creation of Java bindings.
This commit is contained in:
@@ -341,7 +341,17 @@ class Cylinder : public Shape
|
||||
class InfinitePlane : public Shape, public Plane
|
||||
{
|
||||
public:
|
||||
|
||||
InfinitePlane() {}
|
||||
|
||||
InfinitePlane(const InfinitePlane& plane,const CopyOp& copyop=CopyOp::SHALLOW_COPY):
|
||||
Shape(plane,copyop),
|
||||
Plane(plane) {}
|
||||
|
||||
META_Shape(osg, InfinitePlane)
|
||||
|
||||
protected:
|
||||
|
||||
virtual ~InfinitePlane() {}
|
||||
};
|
||||
|
||||
class TriangleMesh : public Shape
|
||||
|
||||
Reference in New Issue
Block a user