Skip to content
Snippets Groups Projects
Commit bb3b6808 authored by Akash Anand's avatar Akash Anand
Browse files

*** empty log message ***

parent a161f6f4
No related branches found
No related tags found
No related merge requests found
......@@ -11,19 +11,6 @@ FProjectionFace(GModel *m, int num, ProjectionSurface* ps)
FProjectionFace::~FProjectionFace() {}
/*
void FProjectionFace::ResetProjectionSurface(int type)
{
if (ps_->GetTag() != type) {
delete ps_;
if (type == 1)
ps_ = new RevolvedParabolaProjectionSurface(type);
else
ps_ = new CylindricalProjectionSurface(type);
}
}
*/
GPoint FProjectionFace::point(double par1, double par2) const
{
SVector3 p;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment