X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fclipplane.h;h=98c633b70fd7933bedf39824aa0abe851b2f6412;hp=cc3efd0f42bf2c8d439b4f1a46fbb897d8d2e134;hb=bec07999d95b76f4b47cffcc564d0cd0afc0435e;hpb=9b685afdaac3952bab7a49410bdf7f6b3cf67c6f 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