mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 22:05:38 +00:00
Remove debug code
This commit is contained in:
parent
7694e4eb0c
commit
80004b0dad
|
@ -1608,8 +1608,6 @@ void CNew3D::CalcViewport(Viewport* vp, float near, float far)
|
||||||
near = far / 1000000; // if we get really close to zero somehow, we will have almost no depth precision
|
near = far / 1000000; // if we get really close to zero somehow, we will have almost no depth precision
|
||||||
}
|
}
|
||||||
|
|
||||||
near = 5.f;
|
|
||||||
|
|
||||||
float l = near * tanf(vp->angle_left); // we need to calc the shape of the projection frustum for culling
|
float l = near * tanf(vp->angle_left); // we need to calc the shape of the projection frustum for culling
|
||||||
float r = near * tanf(vp->angle_right);
|
float r = near * tanf(vp->angle_right);
|
||||||
float t = near * tanf(vp->angle_top);
|
float t = near * tanf(vp->angle_top);
|
||||||
|
|
Loading…
Reference in a new issue