X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fclipplane.h;h=98c633b70fd7933bedf39824aa0abe851b2f6412;hb=66181b3f47322ffc9b8aebf04a8c222abe1a75a2;hp=cc3efd0f42bf2c8d439b4f1a46fbb897d8d2e134;hpb=9b685afdaac3952bab7a49410bdf7f6b3cf67c6f;p=libs%2Fgl.git diff --git a/source/clipplane.h b/source/clipplane.h index cc3efd0f..98c633b7 100644 --- a/source/clipplane.h +++ b/source/clipplane.h @@ -19,16 +19,9 @@ public: ClipPlane(const Vector4 &); ClipPlane(const Vector3 &, const Vector3 &); -private: - void update(unsigned) const; -public: void set_equation(const Vector4 &); void set_plane(const Vector3 &, const Vector3 &); void update_shader_data(ProgramData &, const Matrix &, unsigned) const; - - void bind_to(unsigned) const; - - static void unbind_from(unsigned); }; } // namespace GL