- Jul 05, 2003
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@6832 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 26, 2003
-
-
Fons Rademakers authored
Usage: ./configure linux --enable-explicitlink. Also cleanup of some GL dependencies from the platform makefiles to just the gl/Module.mk. Added detection of the libX11 location instead of hard coding it in the platform makefiles. git-svn-id: http://root.cern.ch/svn/root/trunk@6482 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 03, 2003
-
-
Rene Brun authored
with the gcc3.2 compiler and the X11 environment. git-svn-id: http://root.cern.ch/svn/root/trunk@6358 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 12, 2003
-
-
Fons Rademakers authored
(in case of multiple inheritance). git-svn-id: http://root.cern.ch/svn/root/trunk@5882 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@5880 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 02, 2002
-
-
Fons Rademakers authored
compiler is by default in pedantic mode (LHCb also like to use this option). The following issues have been fixed: - removal of unused arguments - comparison between signed and unsigned integers - not calling of base class copy ctor in copy ctor's To be done, the TGeo classes where we get still many hundred warnings of the above nature. List forwarded to Andrei. git-svn-id: http://root.cern.ch/svn/root/trunk@5717 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jan 16, 2002
-
-
Rene Brun authored
Int_t ExecCommand(Int_t px, Int_t py, char command); void GetPosition(Float_t &longitude, Float_t &latitude, Float_t &psi); ExecCommand may be called from a script to animate an X3D picture // px, py mouse position //command = 0 --- move to px,py // = w --- wireframe mode // = e --- hidden line mode // = r --- hidden surface mode // = u --- move object down // = i --- move object up // = o --- toggle controls style // = s --- toggle stereo display // = d --- toggle blue stereo view // = f --- toggle double buffer // = h --- move object right // = j --- move object forward // = k --- move object backward // = l --- move object left // = x a --- rotate about x // = y b --- rotate about y // = z c --- rotate about z // = 1 2 3 --- autorotate about x // = 4 5 6 --- autorotate about y // = 7 8 9 --- autorotate about z // = [ ] { } --- adjust focus // Example: /* { gSystem->Load("libX3d"); TCanvas *c1 = new TCanvas("c1"); TFile *f = new TFile("hsimple.root"); TTree *ntuple = (TTree*)f->Get("ntuple"); ntuple->SetMarkerColor(kYellow); ntuple->Draw("px:py:pz"); TViewerX3D *x3d = new TViewerX3D(c1,""); for (Int_t i=0;i<500;i++) { Int_t px = i%500; Int_t py = (2*i)%200; x3d->ExecCommand(px,py,0); //rotate if (i%20 >10) x3d->ExecCommand(px,py,'j'); //zoom if (i%20 <10) x3d->ExecCommand(px,py,'k'); //unzoom } } */ git-svn-id: http://root.cern.ch/svn/root/trunk@3679 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
This function uses a subset of the code in Updateposition. It is called by the new function TViewerX3D::ExecCommand. git-svn-id: http://root.cern.ch/svn/root/trunk@3678 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 16, 2001
-
-
Fons Rademakers authored
other permutation for that matter), like eXceed. git-svn-id: http://root.cern.ch/svn/root/trunk@2220 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 11, 2001
-
-
Fons Rademakers authored
X11 round-trip commands XAllocColor and XQueryColor in case of TrueColor displays. git-svn-id: http://root.cern.ch/svn/root/trunk@2179 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 08, 2001
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@2146 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@2143 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 11, 2001
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@1958 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 22, 2000
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@1281 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 30, 2000
-
-
Fons Rademakers authored
will cause the CloseWindow() signal to be emitted so slots connected to it will be called. git-svn-id: http://root.cern.ch/svn/root/trunk@840 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 15, 2000
-
-
Fons Rademakers authored
open more than one viewer. git-svn-id: http://root.cern.ch/svn/root/trunk@772 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 13, 2000
-
-
Fons Rademakers authored
X3D is displayed. Also removed the eventloop from X3D and put under control of the ROOT event loop. Currently only one X3D viewer can be open (due to several globals in the old X3D code). Protection still to be added. git-svn-id: http://root.cern.ch/svn/root/trunk@766 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Oct 08, 2000
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@725 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 29, 2000
-
-
Fons Rademakers authored
generated for the dictionary files (G__*). This caused dictionaries including modified headers not to be rebuild. git-svn-id: http://root.cern.ch/svn/root/trunk@410 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 21, 2000
-
-
Fons Rademakers authored
Reduce library dependencies in Module.mk\'s except for platforms that require explicit linking (AIX and Win32) git-svn-id: http://root.cern.ch/svn/root/trunk@25 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 16, 2000
-
-
Fons Rademakers authored
which included commits to RCS files with non-trunk default branches. git-svn-id: http://root.cern.ch/svn/root/trunk@3 27541ba8-7e3a-0410-8455-c3a389f83636
-