[root] / trunk / graf3d / gl / src / TGLCameraOverlay.cxx Repository:
ViewVC logotype

Log of /trunk/graf3d/gl/src/TGLCameraOverlay.cxx

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 39612 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 8 19:48:53 2011 UTC (3 years, 7 months ago) by matevz
File length: 14939 byte(s)
Diff to previous 39083
One more coverity 'fix' against the bug in THLimitsFinder::Optimize().

Revision 39083 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 4 01:42:46 2011 UTC (3 years, 8 months ago) by matevz
File length: 14923 byte(s)
Diff to previous 35013
Bow to coverity's understanding of EVE and to implementation of THLimitsFinder::Optimize().

Revision 35013 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 25 14:28:19 2010 UTC (4 years, 5 months ago) by matevz
File length: 14920 byte(s)
Diff to previous 34983
Revert revs 34948 34983 34984 -- unnecessary initializations of local variables passed by reference as output parameter to THLimitsFinder::Optimize().

Revision 34983 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 25 09:20:26 2010 UTC (4 years, 5 months ago) by couet
File length: 14924 byte(s)
Diff to previous 33579
- Initialize "ondiv" in TGLCameraOverlay::RenderAxis (coverity)

Revision 33579 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 19 12:43:08 2010 UTC (4 years, 8 months ago) by rdm
File length: 14920 byte(s)
Diff to previous 32811
Fix svn identifier lines.

Revision 32811 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 29 13:14:49 2010 UTC (4 years, 9 months ago) by matevz
File length: 14921 byte(s)
Diff to previous 32461
graf3d/gl/inc/TGLCameraOverlay.h:
graf3d/gl/src/TGLCameraOverlay.cxx:
Move fFrustum calculation from Render() to separate SetFrustum() function.

graf3d/eve/src/TEveCaloLegoOverlay.cxx:
Fix condition to render camera-overlay: compare xy histogram limits with frustum.

graf3d/eve/src/TEveCaloLegoGL.cxx:
Set upper limit of font size and tick-mark size relative to view-port size.

Revision 32461 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 4 14:46:12 2010 UTC (4 years, 10 months ago) by matevz
File length: 14716 byte(s)
Diff to previous 32335
From Alja.

Fix rendering of overlay axis in case of kCameraOrthoXnOY, kCameraOrthoXnOZ, kCameraOrthoZnOY camera type.

Revision 32335 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 12 15:02:40 2010 UTC (4 years, 11 months ago) by matevz
File length: 14431 byte(s)
Diff to previous 32334
* TGLSceneBase
  Do not set camera of rnr-ctx in PreRender().

* TGLScene
  Fix compilation warning.

* TGLCameraOverlay
  Remove obsolete comment.

Revision 32334 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 12 11:52:13 2010 UTC (4 years, 11 months ago) by matevz
File length: 14515 byte(s)
Diff to previous 31671
* TGLScene
  Optimize DestroyPhysicals() by looping over logical shapes and destroying
  all assigned physical shapes via TGLLogicalShape::DestroyPhysicals().
  This significantly speeds-up full scene repaints when many replicas of the
  same logical volume are present (e.g. when showing geometry).
  Change signature -- remove unused arguments.

* TGLScenePad
  Modify for changed signature of TGLScene::DestroyPhysicals().

* TGLLogicalShape
  In DestroyPhysicals() set fFirstPhysical to null.
  This used to be only called from destructor.

* TGLCameraOverlay
  Mark a rare bug (existing before) -- requires further investigation.
  White-space changes.

Revision 31671 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 8 15:22:31 2009 UTC (5 years, 1 month ago) by matevz
File length: 14416 byte(s)
Diff to previous 30438
Fix coverity warnings.

Revision 30438 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Sep 25 10:15:00 2009 UTC (5 years, 3 months ago) by matevz
File length: 14353 byte(s)
Diff to previous 30425
From Alja.

TGLCameraOverlay:
Change color contrasts.

TEveCaloLegoGL:
Make consistent name stack - first item in selection is tower id.
Add missing update on change of eta/phi range.

TEveCaloEditor:
Add interface to set draw text (tower value) threshold.

Revision 30425 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 24 19:45:11 2009 UTC (5 years, 4 months ago) by matevz
File length: 14271 byte(s)
Diff to previous 30418
In all classes using FTGL fonts:
Consistently use integer for FTGL font size.

TGLEventHandler, TEveLegoEventHandler, TGLSAViewer,TGLEmbeddedViewer:
Change construnctor of TGLEventHandler and TEveLegoEventHandler.

Revision 30418 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 24 17:10:11 2009 UTC (5 years, 4 months ago) by matevz
File length: 14224 byte(s)
Diff to previous 30384
From Alja.

GLRnrCtx:
Add possibility for automatic font scaling.

TGLFontManager:
In RegisterFont() check if font state has changed and check valid font size. Before,
this checks were done in the renders.

render classes:
Use optionally scaled or non-scaled fonts. Remove checks for FTGL fonts,
since they are now done in  TGLFontManager:RegisterFont().

Revision 30384 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 23 17:54:23 2009 UTC (5 years, 4 months ago) by matevz
File length: 14470 byte(s)
Diff to previous 29676
Merge from fworks branch the following revisions:

30297
=====

tutorials/eve/cms_calo.C:
Change elements names.

TGLViewer:
Add getter to see if use bright or dark colorset.

TGLCameraOverlay, TEveCaloLego, TEveProjectionAxes,TEveCaloLegoOverlay:
By default use markup colors from color set. This way color will be correct
in bright and dark background without any settings. 


30340
=====

TEveViewer:
Protect against misleading warnings (happened on mac only).


30376
=====

TGLFont:
Remove TGLFont::RenderBitmap() function and replace it with TGLFont::Render(),
which can be used more genericaly: for all font types and alignments.

TGLAxisPainter, TGLCameraOverlay, TGLAnnotation, TEveProjectionAxesGL:
Use TGLFont::Render() function to draw labels and titles.

TEveCaloLego, TEveCaloLegoEditor:
Remove obsolete members fTopViewUseMaxColor and fTopViewTowerColor.

TEveCaloLegoGL:
Draw tower vlues in all 2DModes.

TEveCaloLegoOverlay:
Draw palette scales in case TEveCaloLego is using palette (f2DMode = TEveCaloLego::kValColor).

TEveCalo3DGL:
Keep grid color same in outline and wirewrame render mode.

Revision 29676 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 4 16:18:07 2009 UTC (5 years, 5 months ago) by matevz
File length: 14187 byte(s)
Diff to previous 29591
Add support for control over viewer-global point-size and line-width
scaling. Additionally, allow wireforame and outline line widths to be
specified separately (on viewer / scene / scene-info level).

This will allow for scaling of pixel-based objects (lines and points) when
saving of screenshots with very high resolution is
implemented.

Basic support is impemented across TGLViewer, TGLScene, TGLRnrCtx and
TGLUtil.

Classes that used glPointSize and glLineWidth were modified to call
corresponding static function in TGLUtil class.

Controls were added to TGLViewerEditor (under Style tab).

Revision 29591 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jul 27 11:46:01 2009 UTC (5 years, 5 months ago) by matevz
File length: 14180 byte(s)
Diff to previous 29575
Fix compilation warnings reported by nightly build.

Revision 29575 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jul 24 12:52:18 2009 UTC (5 years, 6 months ago) by matevz
File length: 14182 byte(s)
Diff to previous 28378
graf3d/gl/src/TGLViewer.cxx:
Enable depth test for overlay elements.

graf3d/gl/src/TGLViewerEditor.cxx
Add interface to new camera overlay modes.

graf3d/gl/src/TGLCameraOverlay.cxx:
graf3d/gl/inc/TGLCameraOverlay.h:
Use render context color set when draw lines and fonts.
Implement kGridFront and kGridBack overlay modes.

Revision 28378 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 28 15:40:53 2009 UTC (5 years, 8 months ago) by matevz
File length: 10031 byte(s)
Diff to previous 28214
TGLRnrCtx
- Add function ColorOrForeground(Color_t col) which sets given color
or falls back to default foregorund in col is the background color.

TGLFontManager
- Rewrite GetFontSize(Float_t size, Int_t min, Int_t max) to use
TMath::BinarySearch().
- Add function GetFontSize(Float_t size) that uses min, max from the
available font-sizes.

TGLAxisPainterBox
- New class for painting of 3D axes around a box.

TF2GL, TH2GL
- Use TGLAxisPainterBox for painting of axes.

TH3GL
- New class for rendering of TH3 objects.

TGLScenePad
- Proper handling of TH3.

TGLViewer
- When constructed with a given TPad, set background and foreground
colors accordingly.

TGLUtilColor
- Add cache-variable fIndex that makes it easier / more optimal to
compare and retrieve color-indices.

TGLCameraOverlay
- Use TGLFontManager::GetFontSize() without limits.

TGLParametricEquationGL
- Gray-space changes.

Revision 28214 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 15 11:32:25 2009 UTC (5 years, 9 months ago) by matevz
File length: 10040 byte(s)
Diff to previous 28197
Merge revisions 28203, 28204 and 28206 from fireworks branch.

28203 - add function TEveJetCone::AddEllipticCone();
28204 - protection for delayed main-frame destruction;
28206 - font-size fixes for GL overlays.

Revision 28197 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 14 13:59:27 2009 UTC (5 years, 9 months ago) by matevz
File length: 10081 byte(s)
Diff to previous 27978
Merge the following revisions from the fireworks branch:
  -r 27692:27867
  -c 27876
  -r 28012:28187

================================================================================
27693

TEveCalo:
Set bounding box when calo data empty.

TEveCaloLegoGL:
TGLAxisPainter:
Draw axis title in TGLAxisPainter::PaintAxis().

--------------------------------------------------------------------------------
27694

Forget to check-in this file in revision 27693.

--------------------------------------------------------------------------------
27695

Don't draw frame and call TGLAxisPainter::Paint() if calo data empty.

--------------------------------------------------------------------------------
27699

Fix issues reported by valgrind.

--------------------------------------------------------------------------------
27758

Return viewer in TEveViewer::SpawnGLViewer and TEveViewer::SpawnGLEmbeddedViewer().

--------------------------------------------------------------------------------
27767

Unset event handler when destroying TGLWidget. This is important in case destruction of TGLWidget is called with timeout.

--------------------------------------------------------------------------------
27840

Add possibility to create different icon boxes in
TEveCompositeFrame. Use static function pointer fgIconBarCreator to change default behavior.

Remove oboslete function TEveCompositeFrame::ReplaceIconBox().

--------------------------------------------------------------------------------
7856

Bug fix: Get font size calculating projected axis length at the Z-title position.

--------------------------------------------------------------------------------
27857

Move to real world coordinates. Add line-set for test.

--------------------------------------------------------------------------------
27867

TGLViewer:
  Add function:
    void ResetInitGL()
  This is needed if GL-context is destroyed from outside.

  Call it from derived classes when creating and destroying GL-widget.

--------------------------------------------------------------------------------
27876

In line set add possibility to disable depth test, i.e. draw lines/markers in front.

--------------------------------------------------------------------------------
28013

Fix memory leak in TEveCalo2D.


--------------------------------------------------------------------------------
28048

In HandleCrossing() ignore grab and ungrab events. Several window managers produce them nowadays (fvwm2, x-on-mac, sawfish).

--------------------------------------------------------------------------------
28050

Simplify macro.

--------------------------------------------------------------------------------
28106

URL: http://root.cern.ch/viewcvs?rev=28106&root=root&view=rev
Log:
Add data-members and accessors for controlling brightness of front,
side and speulcar lights.

--------------------------------------------------------------------------------
28114

TGLPShapeObjEditor
==================
Remove obsolete data-members and enum entries.

TGLUtil
=======
New class TGLColor - using this will simplify color management in
TGLViewer and TGLRnrCtx.

TEveUtil
========
Simplify implementation of TEveUtil::ColorFromIdx() functions.

--------------------------------------------------------------------------------
28144

Add dtor for TGLColor.

--------------------------------------------------------------------------------
28161

URL: http://root.cern.ch/viewcvs?rev=28161&root=root&view=rev
Log:
Extend window management demo.

--------------------------------------------------------------------------------
28162

Add support several GL color-sets - each defines colors for background,
foreground, outline, markup and for outlines of selected and
highlighted objects.


GL/
===

TGLUtil   - add new class TGLColorSet.

TGLRnrCtx - add color-set stack.

TGLViewer - create two color-sets by default - for light and dark
background. These can be switched with the 'e' key now.

TGLScene  - decrease polgon-offset for outline-mode fill-pass from (1,
1) to (0.5, 0.5) which is sufficient.

Use/support color-set functionality in other modified classes.


EVE/
====

TEvePolygonSetProjectedGL - skip outline pass.

TEveProjectionAxesGL - skip outline pass and slightly widen the depth
range so that the text is visible in outline mode, where
polygon-offset is applied during the fill-pass.

--------------------------------------------------------------------------------
28168

Add support for a global GL color-set shared among several (all)
viewers.

TGLViewer - add static data-members and functions to handle global
color-set. Add methods that allow switching between global/private
color-sets for a given viewer.

TGLViewerEditor - Disable backgound-color widget when the viewer uses
global color-set.

TGLCameraOverlay - use foreground color for some markup rendering.

In two tutorials use the new API for setting of the background color.

--------------------------------------------------------------------------------
28187

Put back the old method for setting background color and mark it as deprecated.

Revision 27978 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 27 19:20:51 2009 UTC (5 years, 9 months ago) by matevz
File length: 10061 byte(s)
Diff to previous 27643
From Alja.

Fix camera overlay for X0Z and ZOY ortographic projection.

Revision 27643 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 27 16:13:24 2009 UTC (5 years, 10 months ago) by matevz
File length: 9223 byte(s)
Diff to previous 27467
From Alja.

graf3d/gl/src/TGLAxisPainter.cxx,
graf3d/gl/inc/TGLAxisPainter.h:
Add possibility to render axis with any FTGL font mode. Before only pixmap and bitmap fonts were supported.

graf3d/gl/src/TGLFontManager.cxx:
Check if static table is initialised in TGLFontManager::GetFontNameFromId().

graf3d/gl/src/TGLCameraOverlay.cxx,
graf3d/gl/inc/TGLCameraOverlay.h:
Use FTGL font directly in kBar and kPlaneIntersect overlay mode.

graf3d/eve/src/TEveProjectionAxes.cxx:
Set axis attributes.
 
graf3d/eve/src/TEveProjectionAxesGL.cxx,
graf3d/eve/src/TEveCaloLegoOverlay.cxx,
graf3d/eve/inc/TEveCaloLegoOverlay.h,
Render axis with texture font.

Revision 27467 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 17 15:27:59 2009 UTC (5 years, 11 months ago) by matevz
File length: 9118 byte(s)
Diff to previous 27370
From Alja.

graf3d/gl/src/TGLFontManager.cxx:
Add comment in TGLFontManager::InitStatics() to show map from
font-name to font-id.

graf3d/gl/src/TGLCameraOverlay.cxx:
Bug fix: Use TAttAxis label font.

Revision 27370 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Feb 6 18:58:23 2009 UTC (5 years, 11 months ago) by matevz
File length: 9082 byte(s)
Diff to previous 27341
graf3d/gl/src/TGLAxisPainter.cxx:
Fix last tick-mark position.

graf3d/gl/src/TGLCameraOverlay.cxx,
graf3d/gl/inc/TGLCameraOverlay.h:
Set font size and tick length relative to size of viewport diagonal.

graf3d/eve/src/TEveCaloLegoOverlay.cxx:
graf3d/eve/src/TEveLegoOverlay.cxx:
graf3d/eve/inc/TEveLegoOverlay.h:
graf3d/eve/inc/TEveCaloLegoOverlay.h:
graf3d/eve/inc/LinkDef2.h:
graf3d/eve/Module.mk:
Rename class TEveLegoOverlay to TEveCaloLegoOverlay, since this is overlay rendering calorimeter parameters.

graf3d/eve/inc/TEveCaloLegoGL.h:
graf3d/eve/src/TEveCaloLegoGL.cxx:
Small bug fix in z-axis tick marks offset. Render axes in 2D
differently than in 3D.

graf3d/eve/src/TEveProjectionAxesGL.cxx:
graf3d/eve/src/TEveProjectionAxes.cxx:
Set axis range relative to viewport size not relative to bounding box
of projection manager as before. Use viewport diagonal as a main reference to set tick length and font size.

graf3d/eve/src/TEveProjectionAxes.cxx:
Change default tick length.

tutorials/eve/cms_calo.C:
tutorials/eve/cms_calo_detail.C:
Adopt to changes in the source code.

Revision 27341 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 3 19:47:35 2009 UTC (5 years, 11 months ago) by matevz
File length: 8488 byte(s)
Diff to previous 25899
From Alja.

graf3d/gl/src/TGLAxisPainter.cxx,
graf3d/gl/inc/TGLAxisPainter.h:
Reimplement GL rendering of axis. Calculation of labels val-positions
and tick-marks is separated from the rendering code. The painter has
now possibility to render TAxis directly or render given list of label position-value pairs.

graf3d/gl/inc/LinkDef.h:
Remove obsolete class TGLAttAxis, which have been used by TGLAxisPainter.

graf3d/gl/src/TGLFontManager.cxx:
Use same indexing of font names as in graf2d rendering of axis.

graf3d/gl/inc/TGLCameraOverlay.h,
graf3d/gl/src/TGLCameraOverlay.cxx,
graf3d/eve/src/TEveProjectionAxes.cxx,
graf3d/eve/inc/TEveProjectionAxes.h,
graf3d/eve/inc/TEveProjectionAxesGL.h,
graf3d/eve/src/TEveProjectionAxesGL.cxx,
graf3d/eve/inc/TEveLegoOverlay.h,
graf3d/eve/src/TEveLegoOverlay.cxx,
graf3d/eve/inc/TEveCaloLegoGL.h
graf3d/eve/src/TEveCaloLegoGL.cxx,
Use new implementation of TGLAxisPainter.

graf3d/eve/inc/TEveProjectionAxesEditor.h,
graf3d/eve/src/TEveProjectionAxesEditor.cxx:
Remove obsolete widgets since TEveProjectionAxes inherit from TAttAxis.

graf3d/eve/src/TEveCalo.cxx:
Bugfix. Check if RGBAPalette is created when switching E/Et.

Revision 25899 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 20 20:13:38 2008 UTC (6 years, 3 months ago) by matevz
File length: 8750 byte(s)
Diff to previous 25881
TEveProjectionAxesGL:
Add possibility to draw projection center and scene origin.

TEveProjectionAxes.h:
Set short description.

TGLAxisPainter.cxx:
Fix typo in documentation.

TGLCameraOverlay.cxx:
Fix viewport range.

Revision 25881 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Oct 20 11:29:52 2008 UTC (6 years, 3 months ago) by matevz
File length: 8738 byte(s)
Diff to previous 25644
Merge rev 25880 from the fireworks branch.

TEveUtil.cxx:
Bug fix in GetFraction().

TGLFontManager.cxx, TEveProjectionAxesGL.cxx:
Fix left and right text alignement.

TEveLegoOverlay.cxx, TEveLegoOverlay.h:
Use TEveElement main color to color axis labels and lines.

TGLCameraOverlay.h, TGLCameraOverlay.cxx:
Fix random one pixel offset when rendering axis on the viewport
edges. Structural improvements.

tutorials/eve/cms_calo.C:
Show reference plane in TEveLegoOverlay object.

Revision 25644 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 1 11:20:05 2008 UTC (6 years, 3 months ago) by matevz
File length: 9543 byte(s)
Diff to previous 25642
Fix a compiler warning.

Revision 25642 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 1 11:04:06 2008 UTC (6 years, 3 months ago) by matevz
File length: 9560 byte(s)
Diff to previous 25431
Merge revs 25435:25641 from the fireworks branch.

Many improvements in text and axis rendering for orthographic views,
for axes in non-linear projections and for the dedicated lego view.

TGLSceneBase
------------
Add data-member 'Bool_t fSelectable' with get/set methods.
If this is set to false, the scene is not rendered during selection
thus preventing any of its elements to be selected.

TGLViewerBase
-------------
In PreRender() honour the selectable state of a scene when selecting
which scenes to include in rendering.

TGLSAViewer
-----------
Remove extra border introduced by usage of kSunkenFrame.

TGLEmbeddedViewer
-----------------
Add optional argument 'Int_t border' to the constructor.

Revision 25431 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 17 08:35:34 2008 UTC (6 years, 4 months ago) by matevz
File length: 9564 byte(s)
Diff to previous 25245
Merge Alja's development since the release from the fireworks branch.

25284
-----
TEveCaloLegoGL, TGLAxisPainter, TGLCameraOverlay:
Fix tick-mark and font offsets.

25291
-----
TGLViewerEditor, TGLViewer, TGLCamera, TGLOrthoCamera,
TGLCameraOverlay, LinkDef.h:
Remove TGLCameraMarkupStyle. Functionality is moved to TGLCameraOverlay.

TGLFontManager:
Add utility function TGLFont::RenderBitmap() to draw pixmap
and bitmap fonts on given location.

TEveProjectionAxesGL:
Use TGLFont::RenderBitmap() function.

cms_calo.C, projection_test_prescale.C, projection_test.C, test_compound.C:
Camera markup is not drawn by default in orthographic projection.

25319
-----
TGLCameraOverlay.cxx:
Fix gl pick matrix.

TEveLegoOverlay:
Move inheritance from TGLOverlayElement to TGLCameraOverlay.

25395
-----
TGLFontManager, TGLAxisPainter, TGLCameraOverlay,TEveLegoOverlay, TEveCaloLegoGL:
Modify utility function TGLFont::RenderBitmap() to render text with given alignment.

TEveProjectionAxes:
Render axis on the edges of viewport instead of on edges of bounding box.

25405
-----
TEveProjectionAxesGL:
Draw axis from start to end of frustum corners if frustum inside projection limits,
else draw axis from low to high projection limit.
Set tick-mark size relative to viewport size.

Revision 25245 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 25 21:44:09 2008 UTC (6 years, 4 months ago) by matevz
File length: 7071 byte(s)
Copied from: branches/dev/eve-dev/graf3d/gl/src/TGLCameraOverlay.cxx revision 25242
Diff to previous 25242
Merge changes from the eve-dev branch (-r 25202:HEAD). This makes trunk up to date with all developments in eve/ and gl/. eve-dev branch is now obsolete and will be removed.

Revision 25242 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 25 21:34:35 2008 UTC (6 years, 4 months ago) by matevz
Original Path: branches/dev/eve-dev/graf3d/gl/src/TGLCameraOverlay.cxx
File length: 7071 byte(s)
Copied from: branches/dev/fireworks/gl/src/TGLCameraOverlay.cxx revision 25241
Diff to previous 25241
Merge revisions 25212 and 25241 from the fireworks branch.

Write release notes.

Revision 25241 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Aug 25 20:16:01 2008 UTC (6 years, 5 months ago) by alja
Original Path: branches/dev/fireworks/gl/src/TGLCameraOverlay.cxx
File length: 7071 byte(s)
gl:

LinkDef.h, TGLCameraOverlay.cxx, TGLCameraOverlay.h:
New files.

TGLAxisPainter:
Move method from protected to public, to be able to retrieve print format.

TGLCamera.h, TGLPerspectiveCamera:
Fix a typo in IsPerspective().
______________________________________________________________________________
eve:

TEveCaloLegoGL.cxx:
Fix uninitialized vvariables.

TEveProjectionAxesGL:
Add new member to have possibility to display title.
______________________________________________________________________________
tutorials:

cms_calo.C:
Add TGCameraOverlay to display coordinates in current frustum.

projection_test.C:
Add title.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9