Ignore:
Timestamp:
Nov 5, 2010, 3:45:55 PM (14 years ago)
Author:
garnier
Message:

update ti head

Location:
trunk/source/visualization/OpenInventor
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/visualization/OpenInventor/CVS/Entries

    r1337 r1340  
    33/CMakeLists.txt/1.1/Wed Sep 29 19:12:22 2010//
    44/GNUmakefile/1.10/Thu Sep 30 06:17:09 2010//
    5 /History/1.105/Thu Sep 30 06:17:09 2010//
    65/sources.cmake/1.1/Wed Sep 29 19:12:30 2010//
     6/History/1.107/Wed Oct  6 15:53:50 2010//
  • trunk/source/visualization/OpenInventor/History

    r1288 r1340  
    1 $Id: History,v 1.105 2010/05/26 14:30:46 allison Exp $
     1$Id: History,v 1.107 2010/10/06 15:46:21 allison Exp $
    22-------------------------------------------------------------------
    33
     
    2020History file for visualization/OpenInventor
    2121-------------------------------------------
     22
     236th October 2010  John Allison  (openinventor-V09-03-01)
     24- G4OpenInventorViewer.cc:
     25  o Added default colour and default text colour to list of parameters
     26    that trigger a kernel visit.
    2227
    232826th May 2010  John Allison  (openinventor-V09-03-00)
  • trunk/source/visualization/OpenInventor/src/CVS/Entries

    r1337 r1340  
    22/G4OpenInventorSceneHandler.cc/1.55/Thu Sep 30 06:17:10 2010//
    33/G4OpenInventorTransform3D.cc/1.8/Thu Sep 30 06:17:10 2010//
    4 /G4OpenInventorViewer.cc/1.60/Thu Sep 30 06:17:10 2010//
    54/G4OpenInventorWin.cc/1.8/Thu Sep 30 06:17:10 2010//
    65/G4OpenInventorWinViewer.cc/1.26/Thu Sep 30 06:17:10 2010//
     
    2221/SoTrd.cc/1.8/Thu Sep 30 06:17:12 2010//
    2322/SoTubs.cc/1.8/Thu Sep 30 06:17:12 2010//
     23/G4OpenInventorViewer.cc/1.61/Wed Oct  6 15:53:54 2010//
    2424D
  • trunk/source/visualization/OpenInventor/src/G4OpenInventorViewer.cc

    r1337 r1340  
    2424// ********************************************************************
    2525//
    26 // $Id: G4OpenInventorViewer.cc,v 1.60 2009/02/16 15:31:05 lgarnier Exp $
    27 // GEANT4 tag $Name: geant4-09-04-beta-01 $
     26// $Id: G4OpenInventorViewer.cc,v 1.61 2010/10/06 10:09:57 allison Exp $
     27// GEANT4 tag $Name: $
    2828
    2929#ifdef G4VIS_BUILD_OI_DRIVER
     
    177177      (vp.GetNoOfSides ()       != fVP.GetNoOfSides ())       ||
    178178      (vp.IsMarkerNotHidden ()  != fVP.IsMarkerNotHidden ())  ||
     179      (vp.GetDefaultVisAttributes()->GetColour() !=
     180       fVP.GetDefaultVisAttributes()->GetColour())            ||
     181      (vp.GetDefaultTextVisAttributes()->GetColour() !=
     182       fVP.GetDefaultTextVisAttributes()->GetColour())        ||
    179183      (vp.GetBackgroundColour ()!= fVP.GetBackgroundColour ())||
    180184      (vp.IsPicking ()          != fVP.IsPicking ())          ||
Note: See TracChangeset for help on using the changeset viewer.