Revision: 56530
          http://sourceforge.net/p/brlcad/code/56530
Author:   brlcad
Date:     2013-08-04 20:37:35 +0000 (Sun, 04 Aug 2013)
Log Message:
-----------
bad assumptions in there with the magical 1.0e10 but this is a deprecated 
interface

Modified Paths:
--------------
    brlcad/trunk/src/libged/view_obj.c

Modified: brlcad/trunk/src/libged/view_obj.c
===================================================================
--- brlcad/trunk/src/libged/view_obj.c  2013-08-04 20:31:32 UTC (rev 56529)
+++ brlcad/trunk/src/libged/view_obj.c  2013-08-04 20:37:35 UTC (rev 56530)
@@ -795,13 +795,9 @@
 
        vop->vo_perspective = perspective;
 
-#if 1
        /* This way works, with reasonable Z-clipping */
        vo_persp_mat(vop->vo_pmat, vop->vo_perspective,
                     1.0, 0.01, 1.0e10, 1.0);
-#else
-       vo_mike_persp_mat(vop->vo_pmat, vop->vo_eye_pos);
-#endif
        vo_update(vop, 1);
 
        return TCL_OK;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to