Revision: 76588
          http://sourceforge.net/p/brlcad/code/76588
Author:   starseeker
Date:     2020-07-30 01:22:53 +0000 (Thu, 30 Jul 2020)
Log Message:
-----------
view_obj struct from bview.h is no longer used

Modified Paths:
--------------
    brlcad/branches/bioh/include/dm/bview.h
    brlcad/branches/bioh/include/ged/defines.h

Modified: brlcad/branches/bioh/include/dm/bview.h
===================================================================
--- brlcad/branches/bioh/include/dm/bview.h     2020-07-30 00:52:00 UTC (rev 
76587)
+++ brlcad/branches/bioh/include/dm/bview.h     2020-07-30 01:22:53 UTC (rev 
76588)
@@ -270,34 +270,6 @@
     void *freesolid;
 };
 
-/**
- * A view object maintains state for controlling a view.
- */
-struct view_obj {
-    struct bu_list      l;
-    struct bu_vls       vo_name;                /**< @brief  view object 
name/cmd */
-    fastf_t             vo_scale;
-    fastf_t             vo_size;                /**< @brief  2.0 * scale */
-    fastf_t             vo_invSize;             /**< @brief  1.0 / size */
-    fastf_t             vo_perspective;         /**< @brief  perspective angle 
*/
-    fastf_t             vo_local2base;          /**< @brief  scale local units 
to base units (i.e. mm) */
-    fastf_t             vo_base2local;          /**< @brief  scale base units 
(i.e. mm) to local units */
-    vect_t              vo_aet;
-    vect_t              vo_eye_pos;             /**< @brief  eye position */
-    vect_t              vo_keypoint;
-    char                vo_coord;               /**< @brief  coordinate system 
*/
-    char                vo_rotate_about;        /**< @brief  indicates what 
point rotations are about */
-    mat_t               vo_rotation;
-    mat_t               vo_center;
-    mat_t               vo_model2view;
-    mat_t               vo_pmodel2view;
-    mat_t               vo_view2model;
-    mat_t               vo_pmat;                /**< @brief  perspective 
matrix */
-    int                 vo_zclip;
-    void               *interp;
-};
-#define VIEW_OBJ_NULL ((struct view_obj *)0)
-
 #endif /* DM_BVIEW_H */
 
 /** @} */

Modified: brlcad/branches/bioh/include/ged/defines.h
===================================================================
--- brlcad/branches/bioh/include/ged/defines.h  2020-07-30 00:52:00 UTC (rev 
76587)
+++ brlcad/branches/bioh/include/ged/defines.h  2020-07-30 01:22:53 UTC (rev 
76588)
@@ -255,7 +255,7 @@
     // Tcl command strings: gdv_callback, gdv_edit_motion_delta_callback
     // ged_obj: go_more_args_callback, go_rt_end_callback
     // fbserv_obj: fbs_callback
-    // bview.h gv_callback, vo_callback
+    // bview.h gv_callback
     // db_search_callback_t
 };
 

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to