source: trunk/source/visualization/History@ 1043

Last change on this file since 1043 was 1042, checked in by garnier, 17 years ago

avant cvs

File size: 122.9 KB
Line 
1$Id: History,v 1.440 2009/05/13 18:21:03 allison Exp $
2-------------------------------------------------------------------
3
4 =========================================================
5 Geant4 - an Object-Oriented Toolkit for Simulation in HEP
6 =========================================================
7
8 Category History file
9 ---------------------
10This file should be used by G4 developers and category coordinators
11to briefly summarize all major modifications introduced in the code
12and keep track of all category-tags.
13It DOES NOT substitute the CVS log-message one should put at every
14committal in the CVS repository !
15
16 *************************************************************
17 * Note that modeling and test have their own History files. *
18 *************************************************************
19
20 ----------------------------------------------------------
21 * Reverse chronological order (last date on top), please *
22 ----------------------------------------------------------
23
24History file for visualization category
25---------------------------------------
26
2713th May 2009 John Allison
28- visman-V09-02-02: Added /vis/viewer/set/targetPoint and minor
29 wording improvements.
30
316 May 2009, Laurent Garnier
32 - G4OpenGLQtViewer.cc: Fix compilation warning and error with gcc4.4
33
3429 April 2009, John Allison (vis-V09-02-03)
35- visexternal-V09-02-04: Fix a circular dependency to G4OpenGL.
36
3728th April 2009, Laurent Garnier
38 - printEPS is now fully functionnal for X, Xm, Qt Win viewers.
39
4027th April 2009 John Allison (vis-V09-02-02)
41- opengl-V09-02-03: Fix compiler warnings.
42- visexternal-V09-02-03: Fix compiler warnings.
43
446th April 2009 Joseph Perl (vis-V09-02-01)
45- opengl-V09-02-02 : Improvments in order to use GL2PS for printing
46- openinventor-V09-02-01 : Improvments in order to use GL2PS for printing
47- visexternal-V09-02-02 : Add GL2PS library in external (it was in
48 OpenInventor before)
49
5014th March 2009 John Allison
51- visman-V09-02-01:
52 o Introduced /vis/initialize.
53 o G4VisManager.cc: /vis/verbose and /vis/initialize instantiated in
54 constructor so that a user may set verbosity before initialisation.
55 o G4VisExecutive.icc: made methods inline.
56
575th March 2009, Laurent Garnier
58 - Now using Gl2PS method to do PS
59 - Add flag in GNUMakefile to compile in debug mode
60 - Remplacing glBitmap by GL_POINTS to draw marker : Speed improvment
61 and gl2ps can now draw Markers.
62
6325th February 2009 John Allison
64- modeling-V09-02-01 - needs greps-V09-02-01:
65 o G4ModelApplyCommandsT: Added visManager->NotifyHandlers() after
66 application (Apply) of all commands. Forces update of all viewers
67 after a change of model, e.g., trajectory colour, point size, etc.
68- visman-V09-02-00 - needs greps-V09-02-01:
69 o G4VisManager: Implemented NotifyHandlers. A user may notify scene
70 handlers (G4VGraphicsScene objects) that the scene has changed so
71 that they may rebuild their graphics database, if any, and redraw
72 all views.
73
7424th February 2009 John Allison
75- modeling-V09-02-00 - needs greps-V09-02-00:
76 o Added setAux/StepPtsSizeType commands (candidates: "none world screen").
77 o Added unit to setAux/StepPtsSize for SizeType == world.
78
7916 February 2009, Laurent Garnier
80 - Creation of this gl2ps library in order to have a gl2ps for all viewers.
81 - GNUMakefile : Add the gl2ps external library
82 - Some modifications in GNUMakefile for gl2ps. Packages OpenInventor,
83 OpenGL had also been modified for gl2ps.
84
8522th January 2009 Laurent Garnier
86- Fix bug in ratio and geometry on X/Xm/Qt/Win32 viewers. Now Could
87 pass XString like 400x600-0+0 to viewers and set position and location.
88
8921st November 2008 Joseph Perl (vis-V09-01-06)
90- visman-V09-01-05: Trap recursive use of /vis/reviewKeptEvents.
91- modeling-V09-01-01: Improve message.
92- opengl-V09-01-03: Many changes to add Qt support.
93
9430th April 2008 John Allison (vis-V09-01-05)
95- visman-V09-01-04: Fixes more gcc-4.3.0 compiler warnings.
96- openinventor-V09-01-01: Fixes more gcc-4.3.0 compiler warnings.
97
9828th April 2008 John Allison (vis-V09-01-04)
99- visman-V09-01-03: Cosmetic improvements.
100- opengl-V09-01-02: Tidied.
101
1024th April 2008 John Allison (vis-V09-01-03, needs greps-V09-01-03)
103- Back on HEAD. Contains vis-V09-01-00.
104- visman-V09-01-02: Fixed gcc-4.3.0 compiler warnings.
105- opengl-V09-01-01:
106 o Fixed gcc-4.3.0 compiler warnings.
107 o Fixed DBL_MAX problem in 2D drawing.
108 o A lot of Qt development.
109- openinventor-V09-01-00): Fixed most gcc-4.3.0 compiler warnings.
110- raytracer-V09-01-00): Fixed gcc-4.3.0 compiler warnings.
111- vistest-V09-01-01: Zero thickness of box for 2D drawing.
112
11330th January 2008 John Allison (vis-V09-01-02)
114- Bug fix tag (re-instated G4DAWNFILE) on branch vis-V09-00-03-branch.
115- DOES NOT CONTAIN vis-V09-01-00 STUFF.
116
11729th January 2008 John Allison (vis-V09-01-01)
118- visman-V09-01-01: Re-instated G4DAWNFILE (somehow got lost!!)
119
1204th January 2008 John Allison (vis-V09-01-00 with greps-V09-01-00)
121- Draw2D capability, already available for G4Text, extended to:
122 G4Circle, G4Polyhedron, G4Polyline, G4Polymarker, G4Square.
123 o modeling-V09-01-00: Adapted to new BeginPrimitives2D signature.
124 o visman-V09-01-00: Implemented extended 2D interface.
125 o opengl-V09-01-00: Implemented extended 2D interface.
126 o vis-HepRep-V09-01-00: Adapted to new BeginPrimitives2D signature.
127 o vistest-V09-01-00: MyEventAction: Added 2D polyhedron.
128
12919th November 2007 Joseph Perl (vis-V09-00-03)
130- visman-V09-00-02: Replace references to Wired3 in command guidance
131- vis-HepRep-V09-00-01: Adjust geometry hierarchy for parallel worlds.
132- opengl-V09-00-04: Added GEANT4_QT_DEBUG flag to more places
133
13413th November 2007 John Allison (vis-V09-00-02)
135- Removed OpenGL Qt files from tag. File are still at head - need fixing.
136
13710th November 2007 John Allison (vis-V09-00-01)
138- opengl-V09-00-01: Minor improvements in design and messaging.
139- modeling-V09-00-00: Minor improvements in messaging.
140- visman-V09-00-01:Minor improvement in messaging.
141
14210th July 2007 John Allison (vis-V09-00-00)
143- visman-V09-00-00: Remove redundant method declarations and minor tidies.
144
14514th June 2007 John Allison (vis-V08-03-07)
146- raytracer-V08-03-01: Fixed memory leak in G4RayTracer.
147
14830th May 2007 John Allison (vis-V08-03-06)
149- modeling-V08-03-02: Fixed gcc-4.2.0 warning.
150
15130th May 2007 John Allison (vis-V08-03-05)
152- modeling-V08-03-01: Fix for SUN.
153
15425th May 2007 John Allison (vis-V08-03-04)
155- opengl-V08-03-03: Fixed gcc-4.1.2 compiler warnings.
156
15725th May 2007 John Allison (vis-V08-03-03)
158- visman-V08-03-01: Improved error trapping and big fix.
159- opengl-V08-03-02: Improved error trapping.
160
16124th May 2007 John Allison (vis-V08-03-02)
162- opengl-V08-03-01: Fixes for SUN.
163
16422nd May 2007 John Allison (vis-V08-03-01)
165- modeling-V08-03-00: Simplified G4Atts for Physical Volume Path.
166- vis-HepRep-V08-03-00: Fixed memory leak in G4HepRepFile.
167- raytracer-V08-03-00: Fixed for dubious ValGrind diagnostic.
168
16916th May 2007 John Allison (vis-V08-03-00)
170- visman-V08-03-00: Fix for Windows compiler.
171- opengl-V08-03-00: Fix compiler warnings and bug fixes in opengl-V08-02-06.
172
1738th May 2007 John Allison
174- opengl-V08-02-06: /vis/ogl/printEPS should work for all viewers.
175
1764th April 2007 John Allison (vis-V08-02-04)
177- visman-V08-02-04: Bug fix for zero pointer in G4VscenHamdler::LoadAtts.
178- opengl-V08-02-05: Implemented picking for OGLSX (as well as OGLIX).
179
1803rd April 2007 John Allison (vis-V08-02-03)
181- modeling-V08-02-02: Added further information on volume G4Atts.
182- visman-V08-02-03: Added /vis/viewer/set/picking. Picking is "false"
183 by default, except for Open Inventor.
184- opengl-V08-02-04:
185 o Implemented picking for OGLIX.
186 o Some reorganisation of display list construction to fix rare bug\
187 in Display-by-Time feature
188- openinventor-V08-02-02: Picking is "true" by default for OI.
189
19025th March 2007 John Allison (vis-V08-02-02)
191- modeling-V08-02-01: Added solid dump and volume transformation to G4Atts.
192- visman-V08-02-02:
193 o Removed G4GAGTree.
194 o Removed /vis/scene/add/eventID (once again) from /vis/drawVolume.
195- opengl-V08-02-03: Fix compiler warnings.
196- vistree-V08-02-01: Removed GAGTree.
197- openinventor-V08-02-01): Added scale factor to list of changes
198 requiring kernel visit, and some rationalisation.
199
20011th January 2007 John Allison (vis-V08-02-01)
201- visman-V08-02-01:
202 o Added /vis/abortReviewKeptEvents.
203 o /vis/reviewKeptEvents: Improved guidance.
204 o Bug fix: /vis/open in /vis/reviewKeptEvents loop.
205 o Reduced WARNING noise.
206
2079th January 2007 John Allison
208- opengl-V08-02-01:
209 o Implemented bitmap markers (for MarkerSizeType == screen).
210 o Bug fix: Added missing break in X colormap lookup routine.
211
2125th January 2007 John Allison (vis-V08-02-00 - needs greps-V08-02-00)
213- modeling-V08-02-00 (needs greps-V08-02-00):
214 o Bug fix: Correct treatment of ForcedLineSegmentsPerCircle when clipping.
215- visman-V08-02-00:
216 o G4VSceneHandler:
217 ~ Introduced utility LoadAtts for G4AttValues and G4AttDefs.
218 ~ Improved other utilities (changed signature of GetLineWidth).
219 o Introduced /vis/geometry/set/forceLineSegmentsPerCircle.
220 o Re-introduced /vis/scene/add/eventID into /vis/drawVolume (removed
221 in visman-V08-01-16 for release 8.2).
222 o Other minor improvements.
223- opengl-V08-02-00:
224 o Followed change of signature of GetLineWidth in visman-V08-02-00.
225- openinventor-V08-02-00: Moved LoadAtts to vis management.
226- raytracer-V08-02-00: Bug fix: use of window size hints.
227- vistree-V08-02-00: Bug fix: Format of total mass.
228- vistest-V08-02-00: test19.cc: Refined usage.
229
23012th December 2006 Gabriele Cosmo
231- visman-V08-01-16: Commented command "vis/scene/add/eventID" forcing
232 event ID to scene in G4VisCommandsCompound.cc.
233
23411th December 2006 John Allison
235- Tree: Trapped sequential G4PVPlacements.
236
23725th November 2006 John Allison (vis-V08-01-17)
238- visman-V08-01-15: Follow change of behaviour of G4StateManager and
239 minor message corrections.
240
24122nd November 2006 John Allison (vis-V08-01-16)
242- visman-V08-01-14: Fixed /vis/reviewKeptEvents for "stored" viewers.
243
24421st November 2006 John Allison (vis-V08-01-15)
245- visman-V08-01-13:
246 o Fixed double drawing of event.
247 o Restored old verbosity and printing interface (for obsolete user vis
248 managers).
249 o Fixed compiler warnings.
250- opengl-V08-01-09: Fixed compiler warnings.
251
25217th November 2006 Joseph Perl (vis-V08-01-14)
253- vis-HepRep-V08-01-04:
254 o Omit Pos and Aux attributes for hits.
255 o Protect against null Region (as in parallel geometries).
256- raytracer-V08-01-02
257 o Deprecate /vis/rayTracer/backgroundColour.
258
25916th November 2006 John Allison
260- modeling-V08-01-15: More protection for parallel worlds.
261- visman-V08-01-12:
262 o /vis/scene/notifyHandlers: Refreshes only auto-refresh viewers.
263 (Warning of scene change issued for other viewers.)
264
26515th November 2006 John Allison (vis-V08-01-13)
266- visman-V08-01-11: First implementation of /vis/reviewKeptEvents.
267
26814th November 2006 Joseph Perl
269- vis-HepRep-V08-01-03: Improve handling of Trajectory Points.
270
27114th November 2006 John Allison (vis-V08-01-12)
272- modeling-V08-01-14: Merged modeling-V08-01-13-branch onto main branch:
273 o Added G4Event pointer to modeling parameters.
274- visman-V08-01-10: Merged visman-V08-01-08-branch onto main branch:
275 o Visualisation of parallel worlds.
276 o Event refreshing (events are re-drawn on change or refresh of viewer).
277- raytracer-V08-01-01: Merged raytracer-V08-01-00-branch onto main branch:
278 o Followed change to G4Scene.
279- vistest-V08-01-05: Added G4EllipticalCone.
280
28113 November 2006 Joseph Perl
282- vis-HepRep-V08-01-02: Corrected handling of Hits that come via AddSolids.
283
2845th November 2006 John Allison (vis-V08-01-11)
285- modeling-V08-01-13: Further, hopefully, complete, protection against
286 zero materials pointer.
287- vis-HepRep-V08-01-01, openinventor-V08-01-04, vistree-V08-01-02,
288 visXXX-V08-01-06: Protected against zero material pointer.
289- visman-V08-01-09: Tidy warning messages.
290
2913rd November 2006 John Allison
292- modeling-V08-01-12: Protected against zero material pointer.
293
294-----------------------------------------------
2953rd November 2006 John Allison (vis-V08-01-10)
296- Needs greps-V08-01-10 for bug fix in G4Visible.
297- Needs tracking-V08-01-05 for new storeTrajectory command.
298- Committed tracking-V08-01-05. Now required by vis.
299 o Augmented /tracking/storeTrajectory. Now takes integer parameter:
300 0 : Don't Store trajectories.
301 !=0 : Store trajectories.
302 1 : Choose G4Trajectory as default.
303 2 : Choose G4SmoothTrajectory as default.
304 3 : Choose G4RichTrajectory as default.
305 o All trajectories:
306 ~ Protect points container pointer in destructor.
307 ~ Make G4AttDef descriptions more concise.
308 o G4RichTrajectory:
309 ~ Bug fix: Create G4AttValues for user-defined creator process.
310 o G4VTrajectory: Improved ShowTrajectory.
311- visman-V08-01-08: Activated /vis/scene/add/trajectories with "rich" and
312 "smooth". Needs tracking-V08-01-05.
313- modeling-V08-01-11: Improved protections.
314- vistest-V08-01-04: Removed MyTrackingAction (use storeTrajectory instead.)
315
3162nd November 2006 John Allison
317- modeling-V08-01-10: G4HitsModel: Added GetCurrentHit.
318- openinventor-V08-01-03: Extended picking to hits.
319
320-------------------------------------------------------------------------
3211st November 2006 John Allison (vis-V08-01-09; co-works greps-V08-01-09)
322- modeling-V08-01-09: Minor rationalisation.
323- visman-V08-01-07:
324 o /vis/scene/add/trajectories: Allow string parameters "rich" and "smooth".
325 (Not yet activated - awaiting tags in tracking.)
326- openinventor-V08-01-02:
327 o Follow changes to greps-V08-01-09: G4AttCheck/Holder rationalisation.
328- vis-HepRep-V08-01-00: Minor rationalisation.
329- opengl-V08-01-08: Replace /vis/oglx/set/printEPS by /vis/oglx/printEPS.
330- vistree-V08-01-01: ASCIITree: Added printing of material name.
331- vistest-V08-01-03: Added G4Polycone and some G4Atts to an event action box.
332
33326th October 2006 John Allison
334- openinventor-V08-01-01:
335 o Print G4AttValues of solids and trajectories on picking.
336- modeling-V08-01-08: Cosmetics.
337
338-------------------------------------------------------------------------
33924th October 2006 John Allison (vis-V08-01-08; co-works greps-V08-01-08)
340- opengl-V08-01-07:
341 o Calculate light front horizon properly.
342 o Improve refresh behaviour for /vis/opengl commands.
343- visXXX-V08-01-04; co-works greps-V08-01-08:
344 o Follow change to G4VisAttributes in greps-V08-01-08.
345
346-------------------------------------------------
34719th September 2006 John Allison (vis-V08-01-07)
348- modeling-V08-01-07:
349 o G4ModelingParameters: Added ExplodeCentre
350 o Fix for Mac XCode 2.0 problem.
351- visman-V08-01-06:
352 o G4ViewParameters: Added ExplodeCentre.
353 o Bug fix in /vis/geometry/set/colour.
354- opengl-V08-01-06: Improved display-by-time feature.
355
356---------------------------------------------------------------------------
35715th September 2006 John Allison (vis-V08-01-06 - coworks greps-V08-01-04)
358- modeling-V08-01-06
359 o Implemented explode factor(radial move) feature for top level drawn
360 volumes. John Allison
361 o Add attribute based trajectory drawing & filtering, and attribute
362 based hit filtering. Jane Tinsley
363- visman-V08-01-05
364 o Added /vis/viewer/clone and /vis/viewer/set/explodeFactor. John Allison
365 o Add attribute based trajectory drawing & filtering, and attribute
366 based hit filtering. Jane Tinsley
367
36813th September 2006 John Allison
369- visXXX-V08-01-03: Improved G4Att printing and checking.
370
3714th September 2006 John Allison
372- visman-V08-01-04: Added commands for cutaways.
373- opengl-V08-01-05: Implemented cutaways.
374
375----------------------------------------------
37630th August 2006 John Allison (vis-V08-01-05)
377- modeling-V08-01-05:
378 o Implemented code for augmented /vis/scene/add/volume (subtraction
379 *and* intersection of clipping volume).
380 o Equipped for generic sectioning (DCUT) and cutaways.
381 o Improved DrawWithTime.
382- visman-V08-01-03:
383 o Added /vis/viewer/set/globalLineWidthScale.
384 o Augmented /vis/scene/add/volume to include intersection of clipping volume.
385 o Added G4VSceneHandler::CreateSection/CutawayPolyhedron to exploit generic
386 sectioning (DCUT) and cutaways. Currently not activated due to
387 instabilities in BooleanProcessor.
388- opengl-V08-01-04:
389 o Implemented line width.
390 o Switched off back face culling when clipping so that the inside of
391 volumes can be seen.
392 o Added position and colour to /vis/ogl/set/displayHeadTime.
393 o Added /vis/ogl/set/displayLightFront.
394
39529th August 2006 John Allison
396- openinventor-V08-01-00: Kernel visit rationalisation.
397- visXXX-V08-01-02: Minor tidying.
398
399-------------------------------------------------------------------------
40026th August 2006 John Allison (vis-V08-01-04 - requires greps-V08-01-03)
401- modeling-V08-01-04:
402 o Fixed compilation warning.
403 o Follow G4VFilter const change.
404
40516th August 2006 John Allison
406- modeling-V08-01-03: Improved robustness of time slicing.
407
408----------------------------------------------
40916th August 2006 John Allison (vis-V08-01-03)
410- opengl-V08-01-03:
411 o Fixed Solaris compilation problem.
412 o Added /vis/ogl/set/fade and displayHeadTime.
413
414-----------------------------------------------
41514th August 2006 John Allison (vis-V08-01-02)
416- modeling-V08-01-02: Added trajectory time slicing.
417- visman-V08-01-02: Friendship extended to new OpenGL messengers.
418- opengl-V08-01-02:
419 o Implemented display-by-time.
420 o Added /vis/ogl/set/startTime and endTime.
421- raytracer-V08-01-00: Improved robustness under vis manager control.
422- vistest-V08-01-02: Added MyTrackingAction - uses G4RichTrajectory.
423
42417th July 2006 John Allison
425- opengl-V08-01-01: Added /vis/oglx/set/printEPS.
426
427---------------------------------------------
42810th July 2006 John Allison (vis-V08-01-01)
429- Co-works with greps-V08-01-01.
430- modeling-V08-01-01:
431 o Rationalised G4VModel and G4ModelingParameters.
432 o G4PhysicalVolumeModel:
433 ^ Removed Establish/DecommissionSpecials to conform with
434 greps-V08-01-01.
435 ^ Rationalised G4Atts: Added GetAttDefs/CreateAttValues.
436- visman-V08-01-01:
437 o Removed Establish/DecommissionSpecials to conform with greps-V08-01-01.
438 o Respect rationalised G4ModelingParameters.
439 o Added GetNoOfSides that respects forced line segments per circle.
440- G4VisCommandsScene.cc: Spelling correction.
441- DAWN-V08-01-00: Respects forced line segments per circle.
442- visXXX-V08-01-01: Gets solid's G4Atts created by G4PhysicalVolumeModel.
443- vistest-V08-01-01: SetForceLineSegmentsPerCircle(100) for G4Sphere.
444
445--------------------------------------------------------------------
4463rd July 2006 John Allison (vis-V08-01-00 - needs greps-V08-01-00)
447- modeling-V08-01-00: Added G4Atts for solids. (Needs greps-V08-01-00.)
448- visman-V08-01-00:
449 o /vis/scene/transientsAction: Added max number of events parameter.
450 o Added /vis/viewer/clearTransients.
451 o Improved /vis/list.
452 o (Commented out) code for event copying.
453- opengl-V08-01-00:
454 o Eliminated redundant variable, doublebuffer.
455 o Implemented FinishView in all viewers.
456- vistree-V08-01-00: ASCIITree: Layout improvement.
457- visXXX-V08-01-00: General tidy and improvement to XXXFile.
458- vistest-V08-01-00: Protect against zero run manager pointer.
459
460---------------------------------------------
46112th June 2006 John Allison (vis-V08-00-13)
462- DAWN-V08-00-04: Fixed rewind and file closure on exit.
463- VRML-V08-00-02: Fixed rewind and file closure on exit.
464
465------------------------------------------
4668th June 2006 John Allison (vis-V08-00-12)
467- visman-V08-00-23: Fixed bug in /vis/scene/endOfRunAction.
468
469-------------------------------------------
4707th June 2006 John Allison (vis-V08-00-11)
471- modeling-V08-00-14: Added protection for zero vis atts.
472- visman-V08-00-22: Zeroed modeling parameters pointer after use.
473
474-------------------------------------------
4756th June 2006 John Allison (vis-V08-00-10)
476- modeling-V08-00-13: Fixes for Sun and bug fix in G4PhysicalVolumeModel.
477- visman-V08-00-21: /vis/viewer/create: Fixed view params copy to self.
478
479------------------------------------------
4804th June 2005 Joseph Perl (vis-V08-00-09)
481- Global tag for Geant4 release 8.1
482- Corresponds to the following subdirectory tags:
483- DAWN-V08-00-03
484- vis-HepRep-V08-00-04
485- visman-V08-00-20
486- modeling-V08-00-12
487- opengl-V08-00-08
488- openinventor-V08-00-05
489- raytracer-V08-00-04
490- vistest-V08-00-08
491- vistree-V08-00-04
492- VRML-V08-00-01
493- visXXX-V08-00-04
494
4952nd June 2006 Joseph Perl
496- vis-HepRep-V08-00-03: Improvements to HepRepFile.
497
4982nd June 2006 John Allison
499- DAWN-V08-00-03: Handle file closing in DAWNFILE destructor.
500- VRML-V08-00-01: Protect zero model pointer.
501
50230th May 2006 Joseph Perl
503- opengl-V08-00-08: Fixed buffering problem in Win32.
504
505--------------------------------------------
50625th May 2006 John Allison (vis-V08-00-08)
507- visman-V08-00-19:
508 o Changed re-computation of transients default to "off".
509 o Indent printing of models plus other minor improvements.
510- modeling-V08-00-11: Indent printing of models, fix trivial compiler warnings.
511- vistest-V08-00-07: Removed standalone - moved to
512 examples/extended/visualization.
513
51422nd May 2006 John Allison
515- modeling-V08-00-10:
516 o Remove dependency on Run.
517 o Protect zero pointer in output of G4ModelingParameters.
518- visman-V08-00-18:
519 o Remove G4Scene:Clear(). (Not used.)
520 o Require Idle state for transient re-computation.
521 o Reduce dependency on Run. (Still used for transient re-computation.)
522 o /vis/.../list commands: Default verbosity changed to "warnings".
523- vis-HepRep-V08-00-02: Remove dependency on Run.
524
525--------------------------------------------
52612th May 2006 John Allison (vis-V08-00-07)
527- Needs run-V08-00-02 and event-V08-00-03.
528- Main features:
529 o Protect against non-instantiation of run manager.
530 o Final refinements for re-computation of transients.
531 o G4OpenGLWin32Viewer: Fixed buffer swapping behaviour.
532- visman-V08-00-16:
533 o Added /vis/list and /vis/scene/add/eventID.
534 o Final refinements for event/run reprocessing (re-computation of
535 transients).
536- modeling-V08-00-09:
537 o Removed dependency on G4RunManager.
538 o G4CallbackModel: Added G4VGraphicsScene argument to operator().
539- opengl-V08-00-06: G4OpenGLWin32Viewer: Fixed buffer swapping behaviour.
540- raytracer-V08-00-04: SetRecomputeTransients(false).
541- raytracer-V08-00-03: Moved G4RayShooter class to Event category.
542- vistest-V08-00-06: Uses /vis/scene/add/eventID.
543
544----------------------------------------------
54521st April 2006 John Allison (vis-V08-00-06)
546- Main features:
547 o Improved protection for null models and parameters.
548 o Improved trajectory drawing.
549 o Improved re-computation of transients in OpenGL.
550- modeling-V08-00-08:
551 o Improved protection for null models and parameters.
552 o Add context to trajectory drawers.
553 o Add generic drawer, G4TrajectoryGenericDrawer.
554- visman-V08-00-15: Improved protection for null models and parameters.
555- DAWN-V08-00-02: Improved protection for null models and parameters.
556- vis-HepRep-V08-00-01: Improved protection for null models and parameters.
557- raytracer-V08-00-02):
558 o Relies on improved protection for null models and parameters.
559- vistree-V08-00-04: Improved protection for null models and parameters.
560- visXXX-V08-00-04: Improved protection for null models and parameters.
561- vistest-V08-00-05: Tidied.
562
56328th April 2006 John Allison
564- Co-working tags:
565 o opengl-V08-00-05: Fixes re-computation of transients in stored viewers.
566 o visman-V08-00-14: Includes changes that improve behaviour of
567 double buffered and interactive viewers when recomputing
568 transients.
569
570----------------------------------------------
57124th April 2006 John Allison (vis-V08-00-05)
572- visman-V08-00-13:
573 o Fix bug #861.
574 o Print available models on initialisation.
575- modeling-V08-00-07:
576 o Add Print method to G4VModelFactory.
577 o Fix warnings on Linux.
578- opengl-V08-00-04: Fixed compilation problem on Windows.
579
580---------------------------------------------------------------------
58119th April 2006 John Allison (vis-V08-00-04 - needs greps-V08-00-02)
582- Main features:
583 o Implementation of 2D text in base classes and concrete implementation
584 of same in OpenGL.
585 o Continued migration to direct access to G4PhysicalVolumeModel.
586 o Addition of Trajectory Filter Models (Jane Tinslay).
587- visman-V08-00-12 (needs greps-V08-00-02):
588 o Implemented Draw2D(const G4Text&).
589 o Implemented Begin/EndPrimitives2D.
590 o Migrated to direct access to G4PhysicalVolumeModel.
591 o Introduced G4VisFilterManager.hh to manager filtering
592- modeling-V08-00-06:
593 o Upgrade to greps-V08-00-02 and minor improvements.
594 o Added G4TrajectoryFilterFactories and G4TrajectoryParticleFilter
595- DAWN-V08-00-01: Migrated to direct access to G4PhysicalVolumeModel.
596- vis-HepRep-V08-00-00: Migrated to direct access to G4PhysicalVolumeModel.
597- opengl-V08-00-03:
598 o Implemented Begin/EndPrimitives2D.
599 o Migrated to direct access to G4PhysicalVolumeModel.
600- vistree-V08-00-03:
601 o G4GAGTreeSceneHandler: Migration to direct access to G4PhysicalVolumeModel.
602- visXXX-V08-00-03: Improvement of legibility.
603- openinventor-V08-00-04: Use cmath instead of math.h.
604- vistest-V08-00-04: Added drawing of 2D text.
605
606----------------------------------------------
60728th March 2006 John Allison (vis-V08-00-03)
608- visman-V08-00-11:
609 o Introduces trajectory drawing manager.
610 o G4VisExecutive: Adds G4TrajectoryDrawByOriginVolumeFactory.
611 o Corrects logic of transients re-computation:
612 o Unifies treatment of bools in commands.
613- modeling-V08-00-05:
614 o Introduces G4TrajectoryDrawByOriginVolume.
615 o Part migration away from EstablishSpecials mechanism.
616- vistree-V08-00-02 (needs modeling-V08-00-05):
617 o Made compatible with modeling-V08-00-05.
618 o Migration away from EstablishSpecials mechanism.
619- openinventor-V08-00-03: Much improvement in logic.
620- visXXX-V08-00-02: Added G4XXXFile, G4XXXStored, G4XXXSG.
621- vistest-V08-00-03: Modernised and improved.
622
623----------------------------------------------
62414th March 2006 John Allison (vis-V08-00-02)
625- opengl-V08-00-02: Refinement of display list handling.
626- vistree-V08-00-01: G4VTree and G4ASCIITree: Minor improvements to
627 readability of code.
628- modeling-V08-00-04: Added output operator<< for PVNodeID.
629
63013th March 2006 John Allison
631- visman-V08-00-10: Fixes recomputation of transients when changing drivers.
632
633---------------------------------------------
6348th March 2006 John Allison (vis-V08-00-01)
635- visman-V08-00-09: Small bug fix to vis-V08-00-00.
636
6376th March 2006 John Allison (vis-V08-00-00)
638- Collected tags below. Main features since Release 8.0:
639 o Added /vis/scene/transientsAction. The default is "rerun", i.e.,
640 when the viewer requests, the previous event or run will be
641 processed again with the original random number seed so that
642 transients (trajectories, hits, user drawing, etc.) are
643 reconstructed. Thus, transients are "remembered" and may be
644 copied between graphics systems. Turn off with
645 "/vis/scene/transientsAction none".
646 o Introduced /vis/geometry/... for editing vis attributes of
647 geometry volumes.
648 o For developers:
649 * Migration from use of Establish/DecommisionSpecials.
650 * Drawn path available.
651
6526th March 2006 John Allison
653- visman-V08-00-08: Added /vis/scene/transientsAction.
654
6553rd March 2006 John Allison
656- vistest-V08-00-02: Added test of transient handling.
657
65816th February 2006 John Allison
659- modeling-V08-00-03: For future removal of Establish/DecommisionSpecials.
660
6619th February 2006 John Allison
662- visman-V08-00-07: First implementation of refresh end-of-event.
663
6648th February 2006 John Allison
665- modeling-V08-00-02: Added DrawingStyle to G4ModelingParameters and fixed
666 bug in culling of covered daughters
667- visman-V08-00-06 (needs modeling-V08-00-02): Made use of
668 G4ModelingParameters::DrawingStyle.
669- vistree-V08-00-00: Fixed bug in treatment of repeated replicas.
670- visXXX-V08-00-01: Improved handling of DrawnPVPath.
671
6723rd February 2006 John Allison
673- visman-V08-00-05: Introduced /vis/geometry/...
674
67530th January 2006 John Allison
676- openinventor-V08-00-01: Implemented drawn volume path.
677
67826th January 2006 John Allison
679- raytracer-V08-00-01: Minor improvements.
680- vistest-V08-00-01: Improved ray tracer; commented about voxelisation crash.
681- modeling-V08-00-01: G4PhysicalVolumeModel: Added drawn volume path
682 capability.
683- visXXX-V08-00-00: Uses drawn volume path. Needs modeling-V08-00-01
684 and visman-V08-00-04.
685- 3 co-working tags due to removal of fModified:
686 o visman-V08-00-04: Removed fModified plus minor improvements.
687 o opengl-V08-00-01: Removed fModified plus tidying.
688 o openinventor-V08-00-00: Removed fModified.
689
690----------------------------------------------------------------------
691The tags below since Release 8.0 were collected in geant4-08-00-ref-01
692and geant4-08-00-ref-02.
693
69423rd January 2006 John Allison
695- DAWN-V08-00-00: Rewind output file in ClearView. Avoids duplicate
696 geometries in output file.
697- VRML-V08-00-00: As above.
698
69911th January 2006 John Allison
700- vistest-V08-00-00: Added twisted solids and improved Perspective example.
701- visman-V08-00-02: Minor improvements.
702- raytracer-V08-00-00: Reorganisation (needs visman-V08-00-02).
703- opengl-V08-00-00: Improved efficiency; made G4OpenGLXmViewerMessenger smart.
704- modeling-V08-00-00: Changed last remaining G4Transform3D::Identity to
705 G4Transform3D().
706
7079th January 2006 John Allison
708- visman-V08-00-00: geant4-08-00-ref-00 + reversal of change of 22nd
709 November 2005: fMarkForClearingTransientStore(true) initially now.
710- visman-V08-00-01: Improved /vis/scene/notifyHandlers, improved warning
711 messages and some bug fixes, including visman-V08-00-00.
712
713----------------------------------------------
7144th December 2005 Joseph Perl (vis-V07-01-10)
715- Global tag for Geant4 release 8.0
716- Corresponds to the following subdirectory tags:
717- externals: geant4-07-01-ref-05
718- FukuiRenderer: geant4-07-01-ref-05
719- HepRep: geant4-07-01-ref-05
720- management: visman-V07-01-10
721- modeling: modeling-V07-01-07
722- OpenGL: opengl-V07-01-09
723- OpenInventor: openinventor-V07-01-04
724- RayTracer: raytracer-V07-01-08
725- test: vistest-V07-01-04
726- Tree: vistree-V07-01-01
727- VRML: geant4-07-01-ref-05
728- XXX: visXXX-V07-01-02
729
73029th November 2005 Jane Tinslay (vis-V07-01-09)
731- Make G4VisManager::RegisterModelFactories() non-pure for
732 backwards compatibility.
733- Add information message to G4VisManager::DispatchToModel
734 when default trajectory model is used.
735- Removed names of unused paramaters to stop compiler warnings:
736 G4VModelCommand.hh, G4ModelCommandsDrawByCharge.cc,
737 G4ModelCommandsDrawByParticleID.cc, G4VRTScanner.hh
738
73925th November 2005 Joseph Perl (vis-V07-01-08)
740- Global tag for Geant4 release 8.0
741- Corresponds to the following subdirectory tags:
742- externals: geant4-07-01-ref-05
743- FukuiRenderer: geant4-07-01-ref-05
744- HepRep: geant4-07-01-ref-05
745- management: visman-V07-01-09
746- modeling: modeling-V07-01-05
747- OpenGL: opengl-V07-01-09
748- OpenInventor: openinventor-V07-01-03
749- RayTracer: raytracer-V07-01-06
750- test: vistest-V07-01-04
751- Tree: vistree-V07-01-01
752- VRML: geant4-07-01-ref-05
753- XXX: visXXX-V07-01-02
754
75522nd November 2005 John Allison
756- vistest-V07-01-04: Added G4Tet and PerspectiveVisAction. Refined G4Polyhedra.
757- opengl-V07-01-08: Added G4OpenGLXmViewerMessenger. Corrected text position.
758- vistree-V07-01-01: Refined guidance and printing.
759- visXXX-V07-01-02: Simplified guidance.
760- modeling-V07-01-03: Implemented radial replicas for G4Tubs.
761
76218th November 2005 John Allison
763- raytracer-V07-01-06: merged developments to the head, including RayTracerX.
764
76518th November 2005 Joseph Perl (vis-V07-01-07)
766- Minor modification of geant4-07-01-ref-05 to facilitate acceptance
767 of greps-V07-01-09 and tracking tracking-V07-01-02. As with
768 vis-V07-01-06, it should subsequently simply be ignored.
769
77015th November 2005 Guy Barrand
771- openinventor-V07-01-03: Background, scaling and window positioning. Also
772 reading and wroting of .iv files.
773
77414th November 2005 John Allison (vis-V07-01-06)
775- Minor modification of vis-V07-01-03 + vis-HepRep-V07-01-04 (to avoid
776 warnings on Sun), i.e., it excludes all development since then. This
777 tag is purely to facilitate acceptance of greps-V07-01-09. To
778 achieve this, the modification was made on a branch -
779 vis-V07-01-03-branch - of just one file, namely G4VisManager.hh.
780 This should subsequently simply be ignored.
781
78213th November 2005 John Allison
783- visman-V07-01-08: Added XGeometryString and background opacity parameter.
784- opengl-V07-01-07: Implemented window placing (XGeometryString) in OGL*X.
785
78624th October 2005 John Allison
787- modeling-V07-01-02: Added trajectory models.
788- visman-V07-01-07: Added methods for managing trajectory models.
789
79020th October 2005 Joseph Perl (vis-V07-01-05)
791- New Global Vis Tag.
792- Includes head of everything except RayTracer and OpenInventor.
793- Requires geant4-07-01-ref-03 plus the following:
794- graphics_reps: greps-V07-01-06
795- intercoms: intercoms-V07-01-01
796- event: event-V07-01-0
797- run: run-V07-01-02
798
79913th October 2005 John Allison (vis-V07-01-04)
800- Implemented non-uniform scaling in management and OpenGL.
801- Implemented arbitrary background in management, OpenGL and RayTracer.
802- Migrated to <sstream>.
803- The above consists of:
804 o vistest-V07-01-03: Migrated to <sstream> plus minor changes.
805 o DAWN-V07-01-00: Migrated to <sstream>.
806 o vis-HepRep-V07-01-03: Migrated to <sstream>.
807 o opengl-V07-01-06: Migrated to <sstream>, non-uniform scaling, any
808 background.
809 o vistree-V07-01-00: Migrated to <sstream>, fixed bug in mass calculations.
810 o visXXX-V07-01-01: Migrated to <sstream>.
811 o modeling-V07-01-01: Migrated to <sstream>.
812 o visman-V07-01-05: Migrated to <sstream>, non-uniform scaling, any
813 background.
814
81512th October 2005 John Allison (vis-V07-01-03)
816- G4VisCommandsViewer.cc: Trapped zero viewer pointer in /vis/viewer/update
817 (bug found by system test of vis-V07-01-02).
818
8192nd Oct 2005 Joseph Perl (vis-V07-01-02)
820 Same as vis-V07-01-01 but with earlier raytracer tag:
821 raytracer-V07-01-02
822
82330th Sep 2005 Joseph Perl (vis-V07-01-01)
824 New global tag for Vis. Corresponds to vis-V07-01-00 plus:
825 vistest-V07-01-02
826 visman-V07-01-04
827 raytracer-V07-01-03
828 modeling-V07-01-00
829 opengl-V07-01-05
830 openinventor-V07-01-02
831 visXXX-V07-01-00
832 vis-HepRep-V07-01-01
833
83430th September 2005 Joseph Perl (raytracer-V07-01-03)
835New tag to include change Makoto made an hour after V07-01-02 was tagged.
836Change seems to just involve passing pWorld to material list where no argument was passed in previous version.
837
83829th September 2005 John Allison (opengl-V07-01-05)
839- Added G4OpenGLViewerDataStore to facilitate access of viewer data by
840 scene handler.
841- Re-implemented transparency button in OpenGLXm.
842
843New tags to be included 16th Sep 2005 (JA):
844 o visman-V07-01-03:
845 + Issue "/tracking/storeTrajectory 1" on /vis/scene/add/trajectories.
846 + Warning: Attempt to add volume to a scene already containing the world.
847 + Error: Logical volume model must be only volume model in scene.
848 o visman-V07-01-04: Simplified use of ConcreteInstance..
849 o raytracer-V07-01-02: Bug fix (black holes).
850 o vistest-V07-01-02: Added a G4AttValue with time.
851
852To be included:
853 o visman-V07-01-01: Introduced (optional) second pass over scene.
854 o visman-V07-01-02: Added /vis/viewer/set/whiteBackground.
855 Added RayTracerX to G4VisExecutive.
856 o modeling-V07-01-00: Fixed (non-)culling of transparent volumes.
857 o opengl-V07-01-01: Half-way implementation of transparency.
858 o opengl-V07-01-02: "Better algorithm" for transparency.
859 o opengl-V07-01-03: Bug fix.
860 o opengl-V07-01-04: Fixed hidden line removal.
861 o vis-HepRep-V07-01-00 (4 August 2005 Mark Donszelmann)
862 o openinventor-V07-01-01 (1st August 2005 Gabriele Cosmo)
863 o openinventor-V07-01-02: Corrected treatment of edgeflags.
864 o raytracer-V07-01-01: Protected RayTracerX by G4VIS macro.
865 o visXXX-V07-01-00: Improved guidance for rendering polyhedron objects.
866 o vistest-V07-01-01: RayTracerX instantiation removed - now in
867 G4VisExecutive.
868
86920th July 2005 John Allison (vis-V07-01-00)
870- opengl-V07-01-00: Introduced smooth shading. Also window size hints for Xm.
871- openinventor-V07-01-00: Changed Geant4_SoPolyhedron to construct
872 from G4Polyhedron. Functionality unchanged.
873- visman-V07-01-00: Protected new viewer pointer.
874- vistest-V07-01-00
875- Removed top level README files. (All wisdom now transferred
876 properly to User Guides.)
877
87817th July 2005 John Allison
879- raytracer-V07-01-00: Introduced RayTracerX.
880
8817th June 2005 John Allison (vis-V07-00-19)
882- visXXX-V07-00-00: Fixed compiler warnings.
883- visman-V07-00-02: bug fix.
884- modeling-V07-00-02: bug fix.
885- Incorporates vis-gmk-V07-00-00 - a fix for addition of zlib to
886 SUBLIBS and SUBDIRS (Gabriele)
887
8882nd June 2005 Joseph Perl (vis-V07-00-18)
889- Candidate tag for release.
890- Includes Mark's additional changes for HepRep2.
891- Includes Mark's fix for gcc-4.0 compilation.
892
8932nd June 2005 Joseph Perl (vis-V07-00-17)
894- Candidate tag for release. May or may not be final.
895- Undid Gabriele's fix to G4HepRepFileSceneHandler.cc.
896
8972nd June 2005 John Allison
898- Removed scene handler count and made small cosmetic improvements.
899
9002nd June 2005 Joseph Perl (vis-V07-00-16)
901- Incorporate improvements to HepRepFile and HepRepXML
902
90330th May 2005 John Allison (vis-V07-00-15)
904- opengl-V07-00-03: Fixed compilation problem in OpenGL on SUN.
905- HepRepFile: Fixed bug introduced in ClearTransientStore. (Joseph Perl)
906
90727th May 2005 John Allison
908- DAWN-V07-00-00, VRML-V07-00-00:
909 Fixed bug introduced in ClearTransientStore.
910- openinventor-V07-00-00 and 01:
911 fixes for CLHEP and marker sizes.
912- vis-HepRep-V07-00-01 and vis-zlib-V07-00-00 (Mark Donszelmann)
913 Migration to G4LIB_BUILD_ZLIB and some developments.
914- management:
915 o Reduced text size of scale annotation to 12 pixels.
916 o Fixed default values in /vis/scene/add/text.
917
91812th May 2005 John Allison
919- Moved zlib to externals/zlib.
920
9216th May 2005 John Allison (vis-V07-00-14)
922- OpenGL: fixed bug (views not refreshed - opengl-V07-00-02).
923- Improved ASSCIITree guidance.
924- G4VisExecutive: Replaced printing of available graphics systems.
925 Now corresponds to behaviour of most old examples vis managers.
926- Fixed some pedantic warnings from gcc 4.
927- G4PhysicalVolumeModel: SetCopyNo of replicas and paramaterised
928 volumes (modeling-V07-00-00).
929
9305th May 2005 John Allison
931- Introduced zlib directory.
932
93322nd April 2005 John Allison
934- OpenGL: Implemented text for X-Windows viewers (opengl-V07-00-00/1).
935
93610th April 2005 John Allison (visman-V07-00-00)
937- G4VisCommandsSceneAdd.cc: 2nd attempt to fix access to fpVisManager
938 from nested class for SUN.
939
94016th March 2005 John Allison (vis-V07-00-13)
941- G4VisCommandsSceneAdd.cc: fixed access to fpVisManager from nested class.
942- For gcc 2.95.2: Fixed G4String return for viewer commands.
943- Added constructor and virtual destructor to G4VUserVisAction.
944
94515th March 2005 John Allison (vis-V07-00-12)
946- Added return type G4int to G4ViewParameters::SetNoOfSides and
947 G4ModelingParameters::SetNoOfSides. They return no. of sides, i.e.,
948 sides per circle in polyhedron contruction, that are actually set;
949 there is a lower limit of 12.
950- G4PhysicalVolumeModel: bug fix: no. of rotation steps correctly applied.
951
95210th March 2005 John Allison (vis-V07-00-11)
953- Reviewed all vis commands. Improved guidance, simplified and
954 rationalised the commands.
955
9569th March 2005 John Allison
957- Removed "remove" and "edit" commands.
958- G4VisManager: removed "Delete" methods. (Removing or deleting an
959 existing scene, scene handler or viewer is very messy and not
960 necessary. When a user creates a new one, he/she may leave the old
961 one around without harm. It may be left unused or selected again later
962 if the user wants.)
963- Removed automatic parameter candidate specification for commands
964 that take an argument that is a scene, scene handler or viewer
965 name - it is checked in SetNewValue methods. (The code was just
966 too complicated and, anyway, the result hindered, rather than
967 helped the user, because it restricted the parameter values and
968 mis-typing gave obscure messages. Now the messages are clearer and,
969 as the guidance points out, the list of possible names can be
970 obtained with a "list" command.)
971- Made "list" commands flag current items.
972- Improved guidance for /vis/scene commands. Still to do (groan!):
973 /vis/scene/add
974 /vis/sceneHandler
975 /vis/viewer
976
9779th March 2005 John Allison (vis-V07-00-10, needs greps-V07-00-01)
978- Refined logo and scale.
979- Improved physical volume clipping.
980- G4VisManager: Added default G4Transform3D::Identity to
981 objectTransformation argument in Draw methods.
982
9834th March 2005 John Allison (vis-V07-00-09)
984- Added first implementation of cutaway - a clipping box for physical
985 volume tree:
986 vis/scene/add/volume ! ! ! box km 0 1 0 1 0 1
987 (Does not seem properly to clip volumes wholly inside clipping volume.)
988
9893rd March 2005 John Allison (vis-V07-00-08)
990- Introduced /vis/scene/add/logo.
991- Added Set methods to G4VModel.
992- Added argument to G4CallbackModel::operator()(const G4Transform3D&) so that
993 the model could implement a given transformation. Provided default for
994 G4VUserVisAction::(const G4Transform3D& = G4Transform3D::Identity).
995- Improved guidance for:
996 compound commands
997 ASCIITree commands
998- Used std::istrstream::istrstream(std::string) throughout.
999
100023rd February 2005 John Allison (vis-V07-00-07)
1001- Protected scene handlers for the case of the drawing of solids NOT
1002 from a physical volume tree:
1003 G4FRSceneFunc.icc
1004 G4OpenGLSceneHandler.cc
1005 G4OpenGLStoredSceneHandler.cc
1006 G4ASCIITreeSceneHandler.cc
1007 G4GAGTreeSceneHandler.cc
1008- Fixed a problem with ClearTransientStore. ClearTransientStore
1009 should restrict itself to its job. In the following files,
1010 ClearTransientStore also redraws the view. In other places, a draw
1011 command often follows, so it is not needed here. In fact it can
1012 cause a double recursive descent into DrawView, so the existing code
1013 has been commented out (JA - 23/Jan/05):
1014 G4FRSceneFunc.icc
1015 G4HepRepFileSceneHandler.cc
1016 G4OpenGLImmediateSceneHandler.cc
1017 G4OpenGLStoredSceneHandler.cc
1018 G4VRML1SceneHandlerFunc.icc
1019 G4VRML2SceneHandlerFunc.icc
1020 G4XXXSceneHandler.cc
1021- Removed (commented out) some code that forced extra kernel visits,
1022 purportedly to overcome a problem in OpenGLStored methods. Let's
1023 fix OpenGL if necessary:
1024 G4VSceneHandler.cc
1025 G4VViewer.cc
1026- Commented out SetView and ClearView in /vis/viewer/refresh:
1027 G4VisCommandsViewer.cc
1028- Changed signature of G4VViewer::SetNeedKernelVisit(G4bool) for compatibility.
1029
103019th February 2005 John Allison (vis-V07-00-06 with greps-V07-00-00)
1031- Added G4VUserVisAction and G4CallbackModel.
1032- Implemented /vis/scene/add/userAction.
1033- Fixed bug in /vis/viewer/update (check existence of scene handler and scene).
1034
103515th February 2005 John Allison (vis-V07-00-05)
1036- Introduced drawing of readout geometry for logical volumes.
1037- For drawing of logical volumes, introduced boolean flags to control
1038 drawing of:
1039 o boolean components (if any)
1040 o voxels (if any) (note: voxels are not created until start of run)
1041 o readout geometry (if any)
1042- Augmented commands /vis/specify and /vis/scene/add/logicalVolume to use
1043 above flags.
1044- G4ASCIITree: Added printing of names of sensitive detector (if any) and
1045 readout geometry (if any).
1046
104715th February 2005 John Allison (vis-V07-00-04)
1048- Updated READMEs for G4VisExecutive. Removed references to OPACS.
1049
10509th February 2005 John Allison (vis-V07-00-03)
1051- Migration from AddThis to AddSolid and AddCompound: fixed previously
1052 missed FukuiRendererSceneHander.
1053
10544th February 2005 John Allison (vis-V07-00-02)
1055- Introduced G4VisExecutive. MyVisManager deprecated.
1056
105727th January 2005 John Allison (vis-V07-00-01, needs intercoms-V07-00-00)
1058- Migration from AddThis to AddSolid and AddCompound.
1059- AddSolid: Methods for adding solids to the scene handler. They
1060 must always be called in the triplet PreAddSolid, AddSolid and
1061 PostAddSolid. The transformation and visualization attributes
1062 must be set by the call to PreAddSolid. A possible default
1063 implementation is to request the solid to provide a G4Polyhedron
1064 or similar primitive - see, for example, G4VSceneHandler.
1065- AddCompound: Methods for adding "compound" GEANT4 objects to the scene
1066 handler. These methods may either (a) invoke "user code" that
1067 uses the "user interface", G4VVisManager (see, for example,
1068 G4VSceneHandler in the Visualization Category, which for
1069 trajectories uses G4VTrajectory::DrawTrajectory, via
1070 G4TrajectoriesModel in the Modeling Category) or (b) invoke
1071 AddPrimitives below (between calls to Begin/EndPrimitives) or (c)
1072 use graphics-system-specific code or (d) any combination of the
1073 above.
1074
107526th January 2005 John Allison (vis-V07-00-00)
1076- G4VisManager:: removed optional argument
1077 const G4Transform3D& objectTransformation = G4Transform3D::Identity
1078 from Draw methods for a hit and trajectory.
1079- Trapped illegal nesting of Begin/EndPrimitives.
1080- Added fpCurrentMaterial to G4VSceneHandler and relevant derived
1081 classes and models for work with G4PhysicalVolumeModel via
1082 EstablishSpecials. So now, the material is also available (in addition
1083 to current depth, logical and physical volum) during drawing of geometry
1084 items.
1085- Changed ASCIITree to use G4VSolid::GetCubicVolume and
1086 G4LogicalVolume::GetMass.
1087- Changed G4PhysicalVolumeMassScene to use G4VSolid::GetCubicVolume.
1088- Improved guidance for /vis/viewer/set/hiddenMarker.
1089- G4VisCommandsViewerSet: made Up and Viewpoint vectors unit for safety.
1090- Some additions to test area.
1091
109210th December 2004 Gabriele Cosmo (vis-V06-02-09)
1093- Replaced M_PI with CLHEP's pi.
1094
10957th December 2004 Joseph Perl (vis-V06-02-08)
1096- Tagged right after migration to cmath
1097- All occurences of include <math.h> have now become include <cmath>.
1098- All math functions are now prefaced with std::
1099
11007th December 2004 Joseph Perl (vis-V06-02-07)
1101- Tagged right before migration to cmath
1102
110326th November 2004 Joseph Perl (vis-V06-02-06)
1104- Tagged for release 7.0.
1105- Made from vis-V06-02-05
1106- plus opengl-V06-02-07 by John Allison
1107- plus vis-HepRep-V06-02-02 by Mark Donszelmann
1108- plus openinventor-V07-00-00 by Guy Barrand
1109
111018th November 2004 John Allison
1111- Included opengl-V06-02-07.
1112
111311th November 2004 John Allison (vis-V06-02-05)
1114- Made use of smart method GetPolyhedron for solids. This greatly
1115 speeds 2nd and subsequent drawings when kernel access is required.
1116- Rationalised use of EstablishSpecials: functionality moved to base class.
1117- Removed use of obsolete G4Polymarker::line.
1118
111922nd September 2004 John Allison (vis-V06-02-04)
1120- Moved Doxyfile to management. doxygen output to tmp area.
1121- modeling-V06-02-01 - small fixes.
1122- vistree-V06-02-01 - small fixes.
1123- opengl-V06-02-06 - Trap non-regular polyhedra and other small changes.
1124- DAWN-V06-02-00 - Improve diagnostic on trapping non-regular polyhedra.
1125- vistest-V06-02-02: refined rotated tube test.
1126
112713th September 2004 John Allison (vis-V06-02-03)
1128- vistree-V06-02-00: Improved ASCIITree:
1129 verbosity >= 3: prints volume, density of all volumes in hierarchy.
1130 verbosity >= 4: calculates the mass of the complete geometry tree taking
1131 into account daughters up to the depth specified for each physical
1132 volume in the current scene. Culling is ignored so that all volumes
1133 are processed. The calculation is quite tricky, since it involves
1134 subtracting the mass of that part of the mother that is occupied by
1135 each daughter and then adding the mass of the daughter, and so on
1136 down the heirarchy. Uses G4PhysicalVolumeMassScene - see below.
1137 Added option to write to file (/vis/ASCIITree/set/outFile).
1138- modeling-V06-02-00: Added G4PhysicalVolumeMassScene and improvements
1139 to G4PhysicalVolumeModel. See modeling/History for more details.
1140- Removed obsolete file: G4VisToOldVisCommands.hh
1141- Corrected mistake in /vis/viewer/set/*Vector commands.
1142- Augmented ParameterisedBox and rotated a tracker tube in test directory.
1143- Brought README.built_in_commands up to date for Geant4 6.2. Removed all
1144 references to old commands.'
1145
11463rd August 2004 John Allison
1147- Rationalised vis command code (uses G4UIcommand static conversion
1148 functions where possible).
1149- Removed G4ViewParameters::DrawingStyle GetDrawingStyle (const
1150 G4Visible&). Instead, developer has to:
1151 // Get vis attributes - pick up defaults if none.
1152 const G4VisAttributes* pVA =
1153 fpViewer -> GetApplicableVisAttributes (v.GetVisAttributes ());
1154 where v is the visible object (polyline, circle, polyhedron, etc.), and:
1155 // Get view parameters that the user can force through the vis
1156 // attributes, thereby over-riding the current view parameter.
1157 G4ViewParameters::DrawingStyle drawing_style = GetDrawingStyle (pVA);
1158 G4bool isAuxEdgeVisible = GetAuxEdgeVisible (pVA);
1159 Most developers do this anyway, so the removed routine was redundant
1160 and resulting code is more efficient and transparent. To get
1161 colour, the developer can pick up directly from the vis attrributes,
1162 pVA, obtained as above:
1163 const G4Colour& c = pVA -> GetColour ();
1164 or use a slightly less efficient method:
1165 const G4Colour& c = GetColour (v);
1166 where v is the visible object.
1167 Note that for text, the developer must use a different procedure,
1168 since the default text colour is determined by the default text vis
1169 attributes, which may be specified independent of default vis
1170 attributes of other types of visible objects. A function,
1171 GetTextColour, is provided and the recommended use is:
1172 const G4Colour& c = GetTextColour (text); // Picks up default if none.
1173- Rationalised use of vis attributes in OpenGL and XXX.
1174
117528th July 2004 John Allison (vis-V06-02-02 with greps-V06-02-00)
1176- Implemented force auxiliary edge visible feature of G4VisAttributes.
1177- Included openinventor-V06-02-00 (minor revision - Guy Barrand).
1178
117923rd July 2004 John Allison
1180- Added auxiliary edge visible flag to G4ViewParameters and a new
1181 command, /vis/viewer/set/auxiliaryEdge. (Auxiliary edges are not
1182 genuine edges of the volume. They may be in a curved surface made
1183 out of polygons, for example, or in plane surface of complicated
1184 shape that has to be broken down into simpler polygons.
1185 HepPolyhedron breaks all surfaces into triangles or quadrilaterals.
1186 There will be auxiliary edges for any volumes with a curved surface,
1187 such as a tube or a sphere, or a volume resulting from a Boolean
1188 operation. Normally, they are not shown, but sometimes it is useful
1189 to see them. In particular, a sphere, because it has no egdes, will
1190 not be seen in wireframe mode in some graphics systems unless this
1191 flag is turned on.)
1192
119316th July 2004 John Allison
1194- Refined forced wireframe algorithm - *always* force wireframe even
1195 if hidden line removal is specified.
1196- opengl-V06-02-04.
1197
119815th July 2004 John Allison
1199- Small improvement to G4XXX (sample graphics system).
1200
120114th July 2004 John Allison (vis-V06-02-01)
1202- Removed deprecated commands:
1203 /vis/viewer/show (use /vis/viewer/update)
1204 /vis/viewer/lightsThetaPhi (use /vis/viewer/set/lightsThetaPhi)
1205 /vis/viewer/lightsVector (use /vis/viewer/set/lightsVector)
1206 /vis/viewer/viewpointThetaPhi (use /vis/viewer/set/viewpointThetaPhi)
1207 /vis/viewer/viewpointVector (use /vis/viewer/set/viewpointVector)
1208 (See geant4/source/visualization/README.built_in_commands for list
1209 of current commands.)
1210- Tidied guidance for /vis/viewer/set.
1211- Included opengl-V06-02-03 (cosmetic).
1212
121314th July 2004 John Allison (vis-V06-02-00)
1214- opengl-V06-02-02 and vistest-V06-02-01:
1215 Hidden line *and/or* hidden surface removal now work for OGL*X and OGL*Xm.
1216
12171st July 2004 John Allison
1218- Correction to guidance of /vis/viewer/set/hiddenEdge.
1219- Small improvement to README of /vis/scene/add/axes.
1220- vistest-V06-02-00.
1221- opengl-V06-02-00.
1222- visman-V06-02-00: Fix for porting on gcc-3.4.0: made ProcessView()
1223 public, since used as private friend (Gabriele Cosmo).
1224
12259th June 2004 Gabriele Cosmo (vis-V06-01-03)
1226- Adopt G4DLLIMPORT/G4DLLEXPORT technique to handle extern simbols for
1227 allowing support of DLLs on Windows.
1228- Minor correction in modeling/GNUmakefile for GLOBLIBS definition.
1229- Coworks with "global-V06-01-02b".
1230
12317th June 2004 Gabriele Cosmo (vis-V06-01-02)
1232- Includes "vis-HepRep-V06-01-04".
1233- Export extern symbols for allowing support of DLLs on Windows.
1234 Modified files: G4RayTrajectory.hh, G4RayTrajectoryPoint.hh.
1235- GNUmakefiles: added definition of GLOBLIBS for DLLs support on Windows.
1236- Coworks with "global-V06-01-02a".
1237
12389th April 2004 John Allison (vis-V06-01-01 + interfaces-V06-01-00)
1239- Tagged OpenGL as below. Joint with interfaces-V06-01-00.
1240
12417th April 2004 Guy Barrand
1242- visualization/OpenGL/* : use the G4OpenGL.hh file.
1243- Added : visualization/OpenGL/include/G4OpenGL.hh to encapsulate
1244 the include of gl/gl.h and gl/glu.h that may be platform dependant.
1245 It permits to rm some #ifdef WIN32 spread in the code. It opens also
1246 the way to the usage of the Apple OpenGL on a Mac.
1247
124814 March 2004 Joseph Perl (vis-V06-00-01)
1249- HepRepFile handle duplicate ShowView.
1250- HepRepFile improve layering and hierarchy for hits.
1251
125217th February 2004 John Allison (opengl-V06-00-00)
1253- Fixed bug #581: wrong order of statements in
1254 G4OpenGLXViewer::~G4OpenGLXViewer (see bug report).
1255
12561st December 2003 John Allison
1257- Added checks and minor improvment of behaviour at end of event and run:
1258 o G4VisManager::EndOfRun: added check on MarkForClearingTransientStore.
1259 o G4VisCommandsScene.cc: For "/vis/scene/endOf[Event|Run]Action refresh",
1260 SetMarkForClearingTransientStore(true).
1261
126227th November 2003 John Allison (vis-V05-02-06)
1263- Added /vis/scene/endOfRunAction.
1264- Includes vis-HepRep-V05-02-08.
1265- G4VisManager: Removed PrintAllGraphicsSystems and
1266 PrintInstalledGraphicsSystems. They are difficult to maintain and
1267 are anyway not used. (There remains PrintAvailableGraphicsSystems,
1268 which is much used, and iterates over instantiated graphics systems
1269 and needs no maintenance.)
1270
127120th November 2003 John Allison (vis-V05-02-05)
1272- Re-submitted. Includes vis-HepRep-05-02-07: fixes compiler issues and
1273 other minor fixes.
1274
127514th November 2003 John Allison (vis-V05-02-04)
1276- Includes vis-HepRep-05-02-03: new HepRep XML driver for HepRep Version 2.
1277- Bug fix in G4VisManager::EndOfEvent.
1278
127912th November 2003 John Allison
1280- Bug in /vis/scene/add/volume: requestedDepthOfDescent now correctly
1281 propagated to "world" volume.
1282- modeling-V05-02-02: G4PhysicalVolumeModel: CalculateExtent always
1283 searches complete hierarchy.
1284- Change initialisation of G4VSceneHandler so that there is always a
1285 clear on first drawing - fMarkForClearingTransientStore(true).
1286- Removed redundant code from G4VisManager::::EndOfRun.
1287
12886th November 2003 John Allison (vis-V05-02-03)
1289- management:
1290 o G4VisManager: improved handling of auto refresh at end of event and run.
1291 o G4VisCommandsScene: improved endOfEventAction and improved guidance.
1292 o GNUmakefile: rationalised.
1293- GNUmakefile: removed G4LIBDIR and G4TMPDIR.
1294- RayTracer/GNUmakefile: rationalised (raytracer-V05-02-04).
1295- Tree: improved printing.
1296- G4VRML2SceneHandlerFunc: changed const char* pv_name to G4String pv_name.
1297- G4XXXViewer: improved comments.
1298- modeling: GNUmakefile: rationalised (modeling-V05-02-01).
1299- test: changed MyPhysicsList to follow kernel changes.
1300
13014th November 2003 Gabriele Cosmo (vis-V05-02-02)
1302- Includes removal of OPACS module.
1303- Includes "modeling-V05-02-00".
1304
130517th October 2003 Guy Barrand
1306- OPACS being (for long) deprecated, remove OPACS related things
1307 in Geant4 repository.
1308
13094th October 2003 Gabriele Cosmo (vis-V05-02-01)
1310- Modified GNUmakefiles:
1311 o added dependency to new module "geometry/navigation".
1312 o replaced "digits+hits" with "digits_hits".
1313- Coworks with "geometry-V05-02-00" and "digits_hits-V05-02-00".
1314
131522nd September 2003 John Allison (vis-V05-02-00, greps-V05-02-00)
1316- Incorporates raytracer-V05-02-01 (needs greps-V05-02-00) - see
1317 RayTracer/History:
1318 o Introduced G4VRTScanner.
1319 o Added /vis/rayTracer/backgroundColour.
1320- Introduced Doxygen documentation for management, OpenGL and test.
1321- Improved guidance for /vis/scene/notifyHandlers.
1322- OpenGL: Cosmetic change to regularise names.
1323
13242nd September 2003 John Allison
1325- Fixed pedantic warnings etc. in test suite - see test/History.
1326
13272nd June 2003 John Allison (vis-V05-01-01)
1328- Small fix for pedantic warnings in RayTracer.
1329
133030th May 2003 John Allison (vis-V05-01-00 - does not include HepRep below)
1331- Improved README.built_in_commands. Removed unlikely-to-be-implemented
1332 commands.
1333- Eliminated pedantic warnings.
1334
133528th February 2003 Joseph Perl
1336- Minor Fix to HepRep - see History file.
1337
133820th January 2003 John Allison
1339- Changed "/vis/scene/add/trajectories [<drawing-mode>]" so that if
1340 the command is issued more than once on any given scene, the last
1341 command takes effect, i.e., so that the last value of drawing-mode
1342 takes effect.
1343
134417th February 2003 Satoshi Tanaka (vis-V05-00-01)
1345- A Small bug fixing of VRML2 driver
1346 (Explicit cast from G4String to char* in G4VRML2SceneHandlerFunc.icc).
1347
134824th January 2003 Joseph Perl
1349- Fixes to HepRep - see History file.
1350
135120th January 2003 John Allison (vis-V05-00-00, co-works intercoms-V05-00-00)
1352- Incorporated openinventor-V05-00-00: Removed erroneous additional
1353 transformation.
1354- Added G4VisManager::Draw methods for hits and trajectories.
1355
135611th December 2002 John Allison (vis-V04-01-10)
1357- Fix for SUN-CC warnings: AddThis hides the virtual function...
1358- Fix memory leak in RayTracer.
1359- Fixed /vis/scene/add/trajectories command.
1360- Some fixes in HepRep.
1361
13624th December 2002 Makoto Asai (vis-V04-01-09)
1363- Migration to new G4ApplicationState
1364
136527th November 2002 John Allison (vis-V04-01-08)
1366- Fixes to HepRep - see History file.
1367- Added RegisterGraphicsSystem (new G4HepRep) in MyVisManager.cc.
1368- Fix (removal) of ambiguous G4VVisCommand::GetNewDoubleValue.
1369- Added /vis/viewer/set/globalMarkerScale.
1370- Improved algorithm of CompareForKernelVisit on OpenGL and OpenInventor.
1371
137221st November 2002 Gabriele Cosmo (vis-V04-01-07)
1373- Corrections to HepRep module to allow porting on egcs compiler
1374 (M.Donszelmann).
1375- Patched access to static data in G4VisCommandsSceneAdd.cc, G4VisManager.cc
1376 and G4FlavoredParallelWorldModel.cc to allow porting on Windows DLLs.
1377 It requires co-working with tags "greps-V04-01-04" and "intercoms-V04-01-02".
1378
137915th November 2002 Mark Donszelmann (vis-V04-01-06)
1380- HepRep2 driver implemented.
1381
138211th November 2002 John Allison (vis-V04-01-05)
1383- Corrected inclusion of G4OpenGLXViewer #ifdef X_DRIVER for Windows
1384 and other small changes in OpenGL (opengl-V04-01-02).
1385- Added integer argument to /vis/scene/add/trajectories [drawing-mode].
1386 drawing-mode is passed to DrawTrajectory. See also modeling-V04-00-00.
1387- Fixed bug in G4VisManager wich lead to zero G4VModel pointer.
1388- Improved hamdling of models.
1389- Corrected G4RayTracer.cc devide-by-zero (raytracer-V04-00-01).
1390- VRML: bug fixing for marker size (*.icc files) (VRML-V04-01-00).
1391- Samll improvements to README.built_in_commands.
1392- Improved sample driver XXX.
1393
13941st November 2002 John Allison (vis-V04-01-04 with...)
1395geant4/source/tracking tracking-V04-01-03
1396geant4/source/intercoms intercoms-V04-01-00
1397geant4/source/graphics_reps greps-V04-01-01
1398geant4/source/digits+hits digits+hits-V04-01-01
1399
1400Oct 28, 2002, J.Allison (vis-traj03, co-works with...
1401geant4/source/tracking traj03 (head as of Tue Oct 29 15:42:14 UTC 2002)
1402geant4/source/intercoms intercoms-V04-01-00 (ditto)
1403geant4/source/graphics_reps greps-V04-01-01 (ditto)
1404geant4/source/digits+hits hits-traj03 (*not* the head)
1405- Changed G4XXXSceneHandler.cc for map of G4AttDefs, and improved.
1406
140717th October 2002 John Allison (vis-V04-01-03 with...)
1408- Coworking tags are:
1409 geant4/source/tracking traj02
1410 geant4/source/intercoms intercoms-V04-00-04
1411 geant4/source/graphics_reps greps-V04-01-00
1412 geant4/source/digits+hits hits-traj02
1413- More changes for AddThis(const G4VTrajectory&) and (const G4VHit&).
1414- Minor corrections to warning messages, etc.
1415- Improved end of run behaviour for non-post-processing graphics
1416 systems by changing false to true in G4VisManager::EndOfRun
1417 fpSceneHandler->SetMarkForClearingTransientStore(true);
1418- Further corrections/improvements in OpenGLWin32 - not yet complete.
1419
142017th October 2002 John Allison (vis-V04-01-02 with intercoms-V04-01-00)
1421- Added two new pure virtual functions to G4VGraphicsScene:
1422 AddThis(const G4VTrajectory&)
1423 AddThis(const G4VHit&)
1424
142516th October 2002 John Allison (vis-traj01 co-works with tracking tag traj01)
1426- Tag for changes in G4VTrajectory, etc. (raytracer-V04-00-00).
1427
142816th October 2002 John Allison (vis-V04-01-01)
1429- Fix for WIN32. Now compiles but viewer not implemented. (opengl-V04-01-01)
1430- Small improvement to README.built_in_commands.
1431
14321st Sept 2002 Satoshi Tanaka (vis-V04-01-00)
1433- Precision control of g4_XX.prim files generated by
1434 the DAWNFILE/DAWN-Network drivers.
1435
1436 Example:
1437 setenv G4DAWNFILE_PRECISION 9
1438
1439 The precision number is used as:
1440
1441 sprintf( string, "%*.*g", (precision+8), precision, value)
1442
1443 The default precision is also changed from 6 to 9.
1444
144524th June 2002 John Allison
1446- Further cosmetic changes in G4OpenGL for DEC compiler (opengl-V04-01-00).
1447
144824th June 2002 Gabriele Cosmo (vis-V04-00-10)
1449- Exclude latest changes to OpenGL driver (opengl-V04-00-03), causing compilation
1450 errors on some platforms (DEC-cxx).
1451
145223th June 2002 Satshi Tanaka (vis-V04-00-09)
1453- Bug fixes in G4VRMLXFileSceneHandlerFunc.icc
1454- Protection of VRML-Newtork drivers for Windows platform.
1455 (The compilation is skipped in the Windows platform.)
1456
145719th June 2002 John Allison (vis-V04-00-08)
1458- Cosmetic changes in G4VRML2FileSceneHandler.cc and G4VRML2SceneHandler.cc
1459 (Gabriele)
1460
146110th June 2002 John Allison
1462- Cosmetic changes for SUN-CC in G4OpenGLXmConvenienceRoutines.cc
1463 (opengl-V04-00-03).
1464- Improvement to /vis/scene/add/logicalVolume guidance.
1465
14666th June 2002 John Allison
1467- Cosmetic changes for GNU compiler in G4OpenGLXViewer.cc (opengl-V04-00-02).
1468
14698th May 2002 John Allison (vis-V04-00-07)
1470- Minor changes to warning messages and README.built_in_commands.
1471- Added test fro G4EllipticalTube to test/src/MyDetectorConstruction.cc.
1472
14731st May 2002 John Allison (vis-V04-00-06)
1474- Deprecated /vis/viewer/set/autoRefresh.
1475
147626th April 2002 Makoto Asai (vis-V04-00-05)
1477- Corresponds to the changes in intercoms-V04-00-00
1478- Affected files :
1479 G4VisManager.cc G4VisCommandsViewer.cc G4VisCommandsCompound.cc
1480
148122nd April 2002 John Allison (vis-V04-00-04)
1482- Prevent copying of autoRefresh status with /vis/viewer/set/all command.
1483- Corrected out of date advice about /vis/set/culling, etc.
1484- Workaround for pseudo-parallel/orthogonal projection in Ray Tracer.
1485
148628th February 2002 John Allison (vis-V04-00-03)
1487- Updated OpenGL to compile (but not run) on Windows (opengl-V04-00-01).
1488- Removed redundant code in GNUmakefiles in OPACS, OpenGL, OpenInventor, VRML.
1489- Improved README.adding_graphics_system.
1490
149123rd February 2002 John Allison (vis-V04-00-02)
1492- Bug fix in modeling, which was causing nested calls to Begin/EndPrimitives.
1493
14944th February 2002 Joseph Perl (vis-V04-00-01)
1495- HepRep: Check for missing hierarchy layers in HepRepXMLWriter.
1496 (Not strictly needed since have a culled layer check in SceneHandler,
1497 but may be useful in other applications of HepRepXMLWriter).
1498
14993rd February 2002 Joseph Perl
1500- HepRep: Detect transient data by testing for
1501 !fpCurrentPV || fReadyForTransients
1502 rather than just fReadyForTransients
1503
15041st February 2002 Joseph Perl
1505- Improvements to HepRep:
1506- Defer file opening until first real HepRepType is to be written.
1507- Moved HepRep code from AddThis to AddPrimitive.
1508- Add additional levels to hierarchy if any appear to have been
1509 removed by culling.
1510- Add visibility attribute.
1511
151229th January 2002 Joseph Perl
1513- Relocate HepRep file-opening logic to constructor and ShowView
1514 (had been in SetView).
1515
151628th January 2002 vis-V03-02-23 Joseph Perl
1517- Improvements to HepRep:
1518- Produce hierarchical output rather than flat HepRepType structure.
1519- Handle trajectories as well as detector geometry.
1520- Output files now named G4Data<n>.heprep where n increments with each open.
1521
152214th January 2002 vis-V03-02-22 Joseph Perl
1523- Corrected handling for already open file in HepRepXMLWriter.
1524
152501th December 2001 vis-V03-02-21 Satoshi Tanaka
1526- Code refinements in FukuiRenderer/ directory:
1527 * Noisy warnings for Linux-g++ are suppressed.
1528 (%lg ==> %g etc)
1529 * G4FRSceneFunc.icc is moved from /src to /include
1530
153129th November 2001 John Allison
1532- Fixed some pedantic warnings and a bug thrown up by such in OpenGL.
1533
153428th November 2001 Gabriele Cosmo (visman-V03-02-00 in management only).
1535- Fixed pointer initialisation for porting on VC++ in G4VisCommandsSceneAdd.cc.
1536
153721st November 2001 John Allison (vis-V03-02-20)
1538- Fixed G4std bug in G4HepRepFileSceneHandler.hh.
1539- Fixed "hides the virtual function" warnings from G4HepRepFileSceneHandler.
1540- Change to comments in G4XXXSceneHandler.hh.
1541
154219th November 2001 John Allison (vis-V03-02-19 needs config-V03-02-09+)
1543- Cosmetic changes to HepRep.
1544
154516th November 2001 John Allison
1546- Added G4XXXDEBUG to XXX dummy system.
1547
154814th November 2001 John Allison
1549- Fixed bug in G4VisManager::EndOfEvent.
1550- Moved code from G4VisManagerRegisterMessengers.cc to G4VisManager.cc and
1551 removed G4VisManagerRegisterMessengers.cc.
1552
155314th November 2001 Guy Barrand
1554- OpenInventor : move HEPVis/SoWindow under vis/OpenInventor/G4SoWindow
1555 to prepare HEPVis/6.0. (HEPVis/SoWindow will disappear from HEPVis/6.0).
1556
155714th November 2001 John Allison
1558- Added README.built_in_commands.
1559
156013th November 2001 Satoshi Tanaka
1561- visualization/README file is updated, adding minimal description
1562 on the HepRepFile driver.
1563
156412th November 2001 John Allison (vis-V03-02-18 needs config-V03-02-09)
1565- Fixed some warnings and one error from gcc-2.95.2.
1566- HepRep Type names now come from Physical Volume names (Joseph Perl).
1567- Added many HepRep Attributes for other volume properties (Joseph Perl).
1568
156913th Nov 2001 (JST) Hajime Yoshida and Minamimoto (vis-V03-02-17)
1570- Updation of G4RTJpegMaker.cc for Windows platform (raytracer-V03-02-01).
1571
15727th November 2001 John Allison (vis-V03-02-16 needs config-V03-02-09)
1573- Corrected compilation error.
1574
15756th November 2001 John Allison (vis-V03-02-15 needs config-V03-02-09)
1576- Added /vis/viewer/flush = refresh + update.
1577- Moved /vis/viewer/lights and viewpoint to /vis/viewer/set.
1578- Added /vis/viewer/set/upThetaPhi and upVector.
1579- Added refresh|flush option to /vis/scene/notifyHandlers.
1580- Moved HepRepFile classes to HepRep/ directory and removed HepRep classes
1581 therein.
1582
15831st October 2001 Joseph Perl
1584- Added first version of pure C++ HepRep driver, HepRepFile.
1585 See HepRep/README for details.
1586
158710th September 2001 John Allison (needs greps-V03-02-04)
1588- (Non-standard tag JA-RAEOE.)
1589
159010th September 2001 John Allison (not tagged but needs greps-V03-02-04)
1591- Added BeginOfRun, BeginOfEvent and EndOfRun to G4VisManager, invoked via
1592 G4VisStateDependent.
1593- Improved handling of refresh-at-end-of-event. All scene handlers need to
1594 implement ClearTransientStore and ensure rebuilding of permanent store if
1595 necessary.
1596- Auto-refresh (notifyHandlers) after attaching scene.
1597- Changed default colour of scale to red and fixed a couple of small bugs in
1598 the implementation of AddPrimitive(G4Scale).
1599- Improved verbosity guidance.
1600- Improved /vis/scene/add/scale guidance (needs greps-V03-02-04).
1601- Removed /vis/viewer/refresh from compound commands.
1602- Capitalised 'R' in /vis/viewer/set/autoRefresh.
1603
160429th August 2001 John Allison/Joseph Perl (vis-V03-02-14)
1605- Needs config-V03-02-06.
1606- First developers release of HepRep graphics driver.
1607
160824th August 2001 Joseph Perl (vis-V03-02-13-00)
1609- First inclusion of HepRep graphics driver.
1610
161124th August 2001 John Allison (vis-V03-02-13)
1612- Fixed bugs in G4VisManager::GeometryHasChanged.
1613- Separated out G4Scene::CalculateExtent.
1614- Improved robustness and timeliness of invocation of some commands.
1615- Improved READMEs.
1616- Reduced warnings from OpenGL - see OpenGL/History.
1617- Cosmetic changes to test.
1618- Added explicit invocation of base class methods to avoid warnings about
1619 hiding of base class methods.
1620
162117th August 2001 John Allison (vis-V03-02-12)
1622- Coworks with greps-V03-02-02 and intercoms-V03-02-04.
1623- Added G4VisManager::Draw(const G4Scale&,... Needs intercoms-V03-02-04.
1624- Added template graphics system XXX.
1625- Improved verbosity guidance.
1626
162714th August 2001 John Allison (vis-V03-02-11)
1628- Coworks with greps-V03-02-02 and intercoms-V03-02-03.
1629- Moved default value G4Transform3D::Identity of argument from
1630 G4VSceneHandler::BeginPrimitives to
1631 G4VGraphicsScene::BeginPrimitives. Needs intercoms-V03-02-03.
1632- Fixed bug in G4VSceneHandler::AddPrimitive(const G4Scale&). Needs
1633 greps-V03-02-02.
1634- Added sceneHandler.Begin/EndPrimitives messages to models (long
1635 standing bug!).
1636- Removed "dummy" graphics systems in G4VisManager.cc.
1637- Improved robustness of some commands, particularly
1638 /vis/scene/notifyHandlers.
1639- Improved support for multiple viewers (but see OpenGL/History).
1640
164111th August 2001 John Allison (vis-V03-02-10-01)
1642- Implemented /vis/scene/endOfEventAction.
1643
16449th August 2001 John Allison (vis-V03-02-10-00)
1645- Note: non-standard tag to indicate internal use only.
1646- Added /vis/scene/create at start of compound command /vis/open to avoid
1647 warnings.
1648- Removed G4ModelingParameters::hierarchy. It is no longer used. The
1649 textual or graphical representation of the geometry hierarchy is now
1650 done in G4xxxTree classes in visua;ization/Tree.
1651- Removed /vis/scene/notifyHandlers from
1652 G4VVisCommandScene::UpdateVisManagerScene - too much updating going on.
1653 It was leading to recursive refreshing/updating.
1654- Implemented auto-refresh at end of event. (See also OpenGL/History.)
1655 Introduced G4VSceneHandler::Get/SetMarkForClearingTransientStore for
1656 postponed (lazy) clearing of transients (e.g., trajectories) from store
1657 (graphical database) and view. The mark is set at the end of
1658 G4VisManager::EndOfEvent and the actual clearing is done in:
1659 void G4VisManager::ClearTransientStoreIfMarked(){
1660 // Assumes valid view.
1661 if (fpSceneHandler->GetMarkForClearingTransientStore()) {
1662 fpSceneHandler->SetMarkForClearingTransientStore(false);
1663 fpSceneHandler->ClearTransientStore();
1664 }
1665 }
1666 which is called at the start of each G4VisManager::Draw and the beginning
1667 of G4VisManager::EndOfEvent. Thus the picture stays from the end of all
1668 drawing for the event until the first drawing of the next event.
1669
16705th August 2001 John Allison
1671- Small refinements to printing under new verbosity control.
1672
16734th August 2001 John Allison (vis-V03-02-10)
1674- Re-implemented verbosity control. Output statements wherever possible
1675 are controlled by the verbosity in a simple graded message scheme:
1676 enum Verbosity {
1677 quiet, // Nothing is printed.
1678 startup, // Startup and endup messages are printed...
1679 errors, // ...and errors...
1680 warnings, // ...and warnings...
1681 confirmations, // ...and confirming messages...
1682 parameters, // ...and parameters of scenes and views...
1683 all // ...and everything available.
1684 };
1685 Note that the G4VisManager member object name and type have changed:
1686 Verbosity fVerbosity; // New.
1687 const G4int fVerbose;
1688 // fVerbose is kept for backwards compatibility for some user
1689 // examples. (It is used in the derived user vis managers to print
1690 // available graphics systems.) It is initialised to 1 in the
1691 // constructor and cannot be changed.
1692
16933rd August 2001 John Allison
1694- Added README.quick, a quick installation guide.
1695
169630th July 2001 John Allison (vis-V03-02-09)
1697- Eliminated view parameters from G4VisManager. Now, each view maintains its
1698 own parameters. Can be copied from one view to another with:
1699 /vis/viewer/set/all <from-viewer-name>
1700 Copies view parameters from from-viewer to current viewer.
1701 Affects current viewer.
1702- Removed redundant methods from G4VisManager, mostly to do with old-style
1703 commands.
1704
170527th July 2001 John Allison (vis-V03-02-08)
1706- Needs config-V03-02-01.
1707- Introduced environment variable G4VIS_NONE that, if set, no visualization
1708 drivers are built and no vis libraries are built, not even
1709 libG4vis_management. (libG4modeling is still built.) The C-pre-processor
1710 variables G4VIS_BUILD and G4VIS_USE are *not* set.
1711- Removed the need to specify environment variables for visualization drivers
1712 which do not need external packages or libraries, namely :
1713 G4VIS_BUILD_DAWNFILE_DRIVER
1714 G4VIS_BUILD_RAYTRACER_DRIVER
1715 G4VIS_BUILD_VRMLFILE_DRIVER
1716 G4VIS_BUILD_ASCIITREE_DRIVER
1717 G4VIS_BUILD_GAGTREE_DRIVER
1718 with associated G4VIS_USE environment variables:
1719 G4VIS_USE_DAWNFILE
1720 G4VIS_USE_RAYTRACER
1721 G4VIS_USE_VRMLFILE
1722 G4VIS_USE_ASCIITREE
1723 G4VIS_USE_GAGTREE
1724 For backwards compatibility, unless G4VIS_NONE is set, the corresponding
1725 C-pre-processor variables are automatically set. Also, the C-pre-processor
1726 variables G4VIS_BUILD and G4VIS_USE are set.
1727- As before, environment variables for other drivers still need positive
1728 setting of their G4VIS_BUILD and G4VIS_USE environment variables. In this
1729 category are:
1730 G4VIS_BUILD_DAWN_DRIVER
1731 G4VIS_BUILD_OPACS_DRIVER
1732 G4VIS_BUILD_OPENGLX_DRIVER
1733 G4VIS_BUILD_OPENGLWIN32_DRIVER
1734 G4VIS_BUILD_OPENGLXM_DRIVER
1735 G4VIS_BUILD_OIX_DRIVER
1736 G4VIS_BUILD_OIWIN32_DRIVER
1737 G4VIS_BUILD_VRML_DRIVER
1738 with associated G4VIS_USE environment variables:
1739 G4VIS_USE_DAWN
1740 G4VIS_USE_OPACS
1741 G4VIS_USE_OPENGLX
1742 G4VIS_USE_OPENGLWIN32
1743 G4VIS_USE_OPENGLXM
1744 G4VIS_USE_OIX
1745 G4VIS_USE_OIWIN32
1746 G4VIS_USE_VRML
1747 In this case G4VIS_NONE must *not* be set.
1748- Fixed unchecked pointer in G4VSceneHandler::ClearStore().
1749
175025th July 2001 John Allison (vis-V03-02-07)
1751- Improved access to models (modeling-V03-02-03).
1752- Made G4VSceneHandler::fpModel non-const G4VModel* for convenience.
1753- Improved checks and warning messages in /vis/scene/add/scale.
1754
175524th July 2001 John Allison (vis-V03-02-06)
1756- Needs greps-V03-02-01 for small interface change to G4Scale.
1757- Includes modeling-V03-02-02.
1758- Force rebuild of graphics "stores" (graphical databases) and, if
1759 auto-refresh is true, refresh of all views
1760 (/vis/scene/notifyHandlers) after an addition to scene.
1761- Improvements to /vis/scene/add/scale:
1762 o Added colour.
1763 o Assigned a genuine extent.
1764
176523rd July 2001 John Allison (vis-V03-02-05 is non existent - sorry!!!)
1766- Improved /vis/scene/add/scale.
1767- Improved auto-refreshing.
1768
176921st July 2001 John Allison (vis-V03-02-04)
1770- Added /vis/scene/add/scale. Needs greps-V03-02-00 and intercoms-V03-02-02.
1771
177219th July 2001 Satoshi Tanaka (vis-V03-02-03)
1773- Modification of G4DAWNFILEViewer.cc
1774- PostScript command "showpage" is always added to g4_XX.eps
1775 so that it is printable. (It can also be inserted into
1776 LaTeX documents.
1777
177818th July 2001 John Allison (vis-V03-02-02)
1779- Ensured rotation and translation of replica is restored (modeling-V03-02-00)
1780 (fixes crashes in replica tracking).
1781
178214th July 2001 John Allison (vis-V03-02-01)
1783- Included raytracer-V03-02-00 (minor cosmetics).
1784- Minor changes in G4OpenGLXViewer.cc to eliminate pedantic ISO C++ warnings.
1785- Merged vis-V03-02-patch01 (below) to head.
1786- Included new disclaimer.
1787
178814th July 2001 John Allison (vis-V03-02-patch01 in branch geant4-03-02-branch)
1789- Fixed crash in optimised mode: added Initialise() to viewers so
1790 that windows are opened after viewers are fully constructed.
1791
179210th July 2001 John Allison (vis-V03-02-00)
1793- Removed old-style commands.
1794- Removed maintenance of G4VisManager's G4ViewParameters object (this
1795 will be removed soon).
1796- Merged vis-V03-02-patch00 (below) to head.
1797
179810th July John Allison (vis-V03-02-patch00 in branch geant4-03-02-branch)
1799- Corrected mistake which could cause crash if user specified a non-
1800 existent scene handler in /vis/sceneHandler/remove.
1801
180219th June 2001 Satoshi Tanaka (vis-V03-01-07)
1803-OS dependence is removed from the DAWN-network driver.
1804 * gethostname() removed
1805 * G4SocketConfig.hh and G4SocketMacro.hh are removed.
1806- Now "setenv G4DAWN_HOST_NAME hostname" is mandatory to use
1807 the DAWN-network driver.
1808
180915th June 2001 John Allison
1810- Added GAGTree to G4VisManager.cc, MyVisManager.cc. Need corresponding
1811 changes in config.
1812
181315th June 2001 John Allison (vis-V03-01-06)
1814- Added 2nd template argument (less) to sets in G4ASCIITreeSceneHandler and
1815 G4GAGTreeSceneHandler.
1816
181715th June 2001 Satoshi Tanaka (vis-V03-01-05)
1818- The first committing of GAGTree driver.
1819- Other files in ./Tree/ are the same as vis-V03-01-04.
1820
18215th June 2001 John Allison (vis-V03-01-04)
1822- Moved re-useable code from G4ASCIITree to G4VTree.
1823- Made sure all pointers in G4VisManager are initialised on construction.
1824
18254th June 2001 John Allison
1826- G4ASCIITree: Added logical volume name and solid name and type under
1827 verbosity control.
1828- G4ASCIITree: Forced culling off so that all volumes are seen, even if
1829 "invisible".
1830
183129th May 2001 John Allison
1832- Small clean up in test directory.
1833
183425th May 2001 John Allison
1835- Bug fix in G4ASCIITree.cc: initialise fVerbosity(0).
1836
183724th May 2001 John Allison (vis-V03-01-03)
1838- Added missing files G4ASCIITreeMessenger.hh/cc.
1839- Bug fix in G4ASCIITreeMessenger.cc: currentAsDefault = true.
1840- Drivers in alphabetical order in MyVisManager.cc.
1841
184223rd May 2001 John Allison
1843- Eliminated Linux pedantic warnings, except FukuiRenderer, VRML and OPACS.
1844
184522nd May 2001 John Allison
1846- Refined ASCIITree.
1847
184821st May 2001 John Allison (vis-V03-01-02)
1849- Minor bug corrections (mostly to fix things that used to work with the
1850 old /vis~/ commands but ceased to work with the new /vis/commands:
1851 o If a scene is empty at drawing time, the "world" is added.
1852 o Window size hint now works for OpenGL.
1853- Fixed some minor warnings for strict C++ (size_t, etc.).
1854
185518th May 2001 John Allison
1856- Removed unnecessary virtual inheritance of G4VViewer in G4RayTracerViewer.
1857- Introduced verbosity to ASCIITree.
1858- Proper deletion of directories in G4VisManagerRegisterMessengers.
1859
186015th May 2001 John Allison
1861- Fixed bug in name of /vis/viewer/set/sectionPlane command.
1862
18633rd May 2001 John Allison (vis-V03-01-01)
1864- Changes for greps-V03-01-01 (elimination of RW).
1865- Improvements in /vis/scene/add/volume.
1866- Added /vis/drawTree.
1867
186810th April 2001 John Allison (vis-V03-01-00)
1869- Added two new commands:
1870 /vis/scene/add/text
1871 /vis/scene/add/axes
1872- Added first version of ASCIITree to dump geometry hierarchy to
1873 standard output as ASCII stream.
1874 This requires two new environment variables:
1875 G4VIS_BUILD_ASCIITREE_DRIVER
1876 G4VIS_USE_ASCIITREE
1877 and config-V03-01-00.
1878
18792nd April 2001 John Allison
1880- Tidied OpenGL (opengl-V03-00-01) - see OpenGL/History.
1881
18822nd April 2001 John Allison (vis-V03-00-09)
1883- Fixed some warnings from DEC cxx.
1884
188515th March 2001 John Allison (vis-V03-00-08)
1886- Changed rotation of phi-replicas in G4PhysicalVolumeModel.cc to
1887 ensure correspondence with rule that phi=0 bisects the replica.
1888 WARNING: Prior to this fix the graphics did NOT correspond to the
1889 replica navigation. If you have been relying on the graphics to
1890 position daughter volumes in a phi-replica, navigation will have
1891 been incorrect, possibly without causing a crash. The above fix
1892 will change the apparent position as shown by the graphics and you
1893 will have to correct the positioning of daughters. Make sure the
1894 diaghters are all properly enclosed within the replica. Graphics
1895 and navigation now correspond,
1896
18977th March 2001 John Allison (vis-V03-00-07)
1898- Cosmetic corrections for ISO compliance.
1899
190023rd February 2001 John Allison (vis-V03-00-06)
1901- Removed all references to RogueWave.
1902
19034th February 2001 John Allison (vis-V03-00-05)
1904- Reverted to /vis/viewer commands updating vis manager's view parameters.
1905 Otherwise this can have a big effect on users if old commands are still
1906 being used. Let's schedule this change for the next version of Geant4.
1907- Added the following new commands:
1908 /vis/enable [true|false]
1909 /vis/disable
1910 /vis/verbose [<verbosity-integer>]
1911 /vis/viewer/set/lineSegmentsPerCircle [<number-of-sides-per-circle>]
1912 /vis/viewer/set/sectionPlane ...
1913 Only /vis/scene/add/text and /vis/scene/add/axes to go!!!
1914
19154th February 2001 John Allison (vis-V03-00-04)
1916- /vis/viewer commands no longer update vis manager's view parameters.
1917- Most /vis~/ copmmands give DEPRECATED warning, except:
1918 /vis~/draw/axes
1919 /vis~/draw/text
1920 /vis~/set/section_plane
1921 /vis~/set/sides
1922 /vis~/set/verbose
1923 which have still to be re-implemented. All /vis~/ commands are still
1924 available through /vis/ for the time being. (Window size hint no longer
1925 works.)
1926- Added "auto refresh" to view parameters.
1927- Added "default" view parameters to viewers.
1928- Made OpenGL viewers "auto refresh" by default.
1929- Added:
1930 /vis/viewer/set/autoRefresh
1931 /vis/viewer/set/projection
1932- Added compound command:
1933 /vis/drawView [<theta-deg>] [<phi-deg>]
1934 [<pan-right>] [<pan-up>] [<pan-unit>]
1935 [<zoom-factor>]
1936 [<dolly>] [<dolly-unit>]
1937
19384th February 2001 John Allison (vis-V03-00-03)
1939- Added several new vis commands:
1940 /vis/viewer/dolly
1941 /vis/viewer/dollyTo
1942 /vis/viewer/lightsThetaPhi
1943 /vis/viewer/lightsVector
1944 /vis/viewer/pan
1945 /vis/viewer/panTo
1946 /vis/viewer/viewpointThetaPhi
1947 /vis/viewer/viewpointVector
1948 /vis/viewer/zoom
1949 /vis/viewer/zoomTo
1950 /vis/viewer/set/hiddenMarker
1951 /vis/viewer/set/lightsMove
1952
19533rd February 2001 John Allison (vis-V03-00-02)
1954- Tidied for CodeWizard. Small changes to many files in management, modeling
1955 and OpenGL.
1956
19571st February 2001 John Allison (vis-V03-00-01)
1958- Fixed cause of crash when setting viewpoint before creating scene (Bug #157).
1959 Solution: SetView no longer called when view parameters are changed. In
1960 any case it's called just before drawing, whixh is the right place.
1961- Fixed /vis/set/sides problem (Satoshi Tanaka) (Bug #204).
1962 Solution: Update view's view parameters in /vis/set/sides - had somehow
1963 been overlooked.
1964
196525th January 2001 John Allison
1966- Added protection against empty G4Polyhedron objects.
1967 FukuiRenderer/src/G4FRSceneFunc.icc
1968 OPACS/src/G4GoSceneHandler.cc
1969 OpenGL/src/G4OpenGLSceneHandler.cc
1970 OpenInventor/src/G4OpenInventorSceneHandler.cc
1971 VRML/src/G4VRML1SceneHandlerFunc.icc
1972 VRML/src/G4VRML2SceneHandlerFunc.icc
1973
197425th January 2001 John Allison (opengl-V03-00-00)
1975- Fixed Bug #120. Implemented running re-calculation of up-vector in
1976 the case of "object rotation" (lights move with camera) to prevent
1977 "flipping" of view when camera passes through up-vector. Note that
1978 the default is "camera rotation" (lights do not move with camera,
1979 i.e., remain fixed relative to object) so the default is that this
1980 "flipping" can happen. To set "object rotation" (lights move with
1981 camera) use /vis/lights/move_with_camera true (soon to be
1982 /vis/viewer/set/lights move-with-camera) or click "Object" radio
1983 button on Rotation Panel in OpenGLXm mode.
1984- Changed some objects to references for efficiency. E.g.:
1985 const G4Vector3D& vp = pView->fVP.GetViewpointDirection ().unit ();
1986
198718th January 2001 John Allison
1988- Corrected G4PhysicalVolumeModel. This corrects a bug whereby the
1989 requested drawing of a physical volume and its decendants starting
1990 at a depth greater than 2 was incorrectly positioned on the screen.
1991- /vis/scene/include commands withdrawn - use equivalent commands
1992 /vis/scene/add.
1993- OpenGL: cosmetic and minor performance improvements.
1994
199516th January 2001 John Allison (vis-03-00-00)
1996- All vis commands "available" in all G4 states.
1997- Other small cosmetic changes to commands.
1998- OpenGL: square and circle markers correctly rendered.
1999 Note: subsequent rotations in stored mode also rotate these markers.
2000- Some small changes to test - see test/History.
2001
20022nd November 2000 Gunter Folger (vis-V02-00-02)
2003- Added targets includes and clean_libs to visualization/GNUmakefile.
2004
200518th October 2000 John Allison (vis-V02-00-01)
2006- G4PhysicalVolumeModel: protected against volumes without material.
2007- Removed /vis/viewer/update from compound commands /vis/drawVolume
2008 and /vis/specify.
2009- Updated comments in G4VisManagerRegisterMessengers.cc.
2010
201119th August 2000 John Allison (vis-V02-00-00)
2012- Fixed bug in /vis/lights/direction - now does not refresh view.
2013- Corrected "scene" where it should read "scene handler" in some
2014 comments and output statements.
2015
20163rd July 2000 John Allison
2017- Explicitly initialised all data members of G4ViewParameters in constructor.
2018
20199th June 2000 John Allison (vis-V01-01-06)
2020- Tagged for system testing.
2021
20228th June 2000 Guy Barrand
2023- OPACS/src/G4GoSceneHandler.cc : correct polyhedron
2024 wire-frame in order to remove some edges. Now the
2025 rendering is the same than for OpenGL driver.
2026 This was requested for long by ALICE, and had been
2027 requested for ATLAS by Gaston Parrour recently.
2028
20297th June 2000 John Allison
2030- /vis/viewer/update preferred, synonym /vis/viewer/show deprecated.
2031
20327th June 2000 Makoto Asai
2033- Fix the flip view of RayTracer.
2034
20352nd June May 2000 John Allison
2036- Forced /control/verbose 2 for compound commands.
2037
203820th May 2000 John Allison
2039- Bug fix in G4PhysicalVolumeModel for replicas (Guy Barrand).
2040
204126 May 2000 Guy Barrand
2042- management/src/G4VisCommandsScene.
2043 Protect against a null pointer for aScene in NotifyHandlers::SetNewValue.
2044- OPACS/src/G4WoViewer.cc :
2045 Change camera name checking so that a viewer created
2046 by the GUI (Wo) could be hooked.
2047- OPACS/src/G4GoSceneHandler.cc :
2048 Change circle rendering.
2049- OpenInventor/G4OpenInventorSceneHandler : protect against null pointers.
2050
205122nd May 2000 John Allison (vis-V01-01-05)
2052- Many bug fixes from in OpenGL (opengl-V01-01-00) - see OpenGL/History. Main
2053 features:
2054 o workaround for bug in Mesa which slowed OpenGLXm (Guy Barrand).
2055 o multiple OpenGLXm windows no longer cause crash on exit (Guy).
2056- modeling-V01-01-00: Added G4VTreeGraphicsScene (DTREE).
2057- G4Scene::IsEmpty if empty of RunDurationModels - VisManager adds world in
2058 this case.
2059
206018th/19th May 2000 John Allison
2061- Introduced some /vis/viewer/set commands.
2062- /vis/scene/include/trajectories changed to /vis/scene/add/trajectories.
2063 Similarly hits. (Old commands kept but deprecated.)
2064- G4ViewParameters.cc: bug fix in density culling printing.
2065- G4VisCommandsSceneHandler.cc: bug fix in /vis/sceneHandler/create.
2066- G4VisManagerRegisterMessengers.cc: improved comments.
2067
206818th May 2000 John Allison vis-V01-01-04
2069- Included DAWN-V01-01-04: Automatic filename incrementation is made default.
2070
207115th May 2000 John Allison
2072- Added compound commands /vis/open, /vis/drawVolume and /vis/specify.
2073- /vis/viewer/reset now resets *all* view parameters.
2074- Fixed double application of transformation in /vis/scene/add/volume.
2075- Fixed verbosity parameter in /vis/scene/list.
2076- Made G4BoundingSphereScene::PreAddThis non-inline.
2077
207813th May 2000 John Allison
2079- Redefined current target point to be *relative* to standard target point.
2080 (No longer necessary to initialize current target point in G4VViewer
2081 constructor. The fix of 4th May is reversed.)
2082
208311th May 2000 Satoshi Tanaka vis-V01-01-03
2084- In G4DAWNFILEViewer.cc,
2085 < strcpy( fPSViewer, "ghostview" );
2086 ---
2087 > // strcpy( fPSViewer, "ghostview" );
2088 > strcpy( fPSViewer, "gv" );
2089
2090
20914th May 2000 John Allison
2092- Tidied comments in G4VisManagerRegisterMessengers.cc.
2093- Initialize current target point in G4VViewer constructor.
2094- Re-implemented /vis/viewer/reset to change view parameters of
2095 viewer directly.
2096
20972nd May 2000 John Allison vis-V01-01-02
2098- Added /vis/viewer/reset.
2099- G4VSceneHandler, G4VViewer, G4OpenGLXmMainMenubarCallbacks: corrected
2100 some name anomolies - "scene" was still being used in places where it
2101 meant "scene handler".
2102- G4VViewer: added GetShortName(), corrected SetName(...).
2103- G4ViewParameters.hh: improved class description.
2104- G4VisManager: added ViewerShortName(...) and GetViewer(...) utilities.
2105- G4RayTracer: set out-of-world ray to black.
2106- G4RayTracerViewer: corrected trapping of orthogonal projection.
2107- Some minor enhancements to tests.
2108
210927th April 2000 Gabriele Cosmo
2110- Removed unnecessary #include "G4Transform.hh" from VRML. (Since
2111 geometry-V01-01-02 G4Transform.hh no longer exists.)
2112
211327th April 2000 John Allison
2114- Updated README file.
2115
211612th April 2000 John Allison vis-V01-01-01
2117- Made G4PhysicalVolumeModel::DescribeSolid virtual.
2118- G4PhysicalVolumeModel::DescribeSolid no longer deals with composite
2119 solids - now programmed into CompositeSolid::CreatePolyhedron, where
2120 CompositeSolid means G4IntersectionSolid, G4SubtractionSolid and
2121 G4UnionSolid.
2122- G4PhysicalVolumeModel::DescribeSolid no longer deals with displaced
2123 solids - now programmed into G4DisplacedSolid::CreatePolyhedron.
2124- Added G4LogicalVolumeModel::DescribeSolid, which explicitly adds
2125 components of composite solids as white forced-wireframe objects.
2126- Removed unnecessary #includes from G4VSceneHandler.hh which required
2127 consequent inclusion in many other scene handlers and viewers.
2128
21297th April 2000 John Allison vis-V01-01-00
2130- Modified GNUmakefiles for restructured geometry.
2131
213229th February 2000 John Allison vis-V01-00-06
2133- Changed `char*' to `const char*' in G4FRClientServer::Err(...).
2134
213528th February 2000 John Allison
2136- Cosmetic improvements to G4RayTracerSceneHandler.hh and G4RayTracerViewer.hh.
2137
213824th February 2000 John Allison
2139- Minor inmprovement of messages from /vis/viewer/refresh.
2140- Cosmetic tidying in G4OpenGLViewer.cc.
2141- Added protection for null viewer in G4RTSteppingAction.cc and
2142 G4RayTrajectory.cc.
2143- Corrected for zoom, etc., in G4RayTracerViewer.cc.
2144
214523rd February 2000 John Allison
2146- Added G4RayTracerSceneHandler and Viewer.
2147- Some modifications to other RayTracer routines for vis compliance.
2148- (Note: headAngle still not right - ray traced views are sometimes tipped.)
2149
215023rd February 2000 John Allison vis-V01-00-05
2151- Includes raytracer-V01-00-01a which is original version plus fixes for
2152 ISO compliance.
2153
215421st February 2000 John Allison
2155- /vis/viewer/refresh no longer invokes ShowView().
2156- G4VViewer: introduced data member fShortName.
2157- Added G4RTSteppingAction and G4RayTrajectory to list of G4VisManager's
2158 friends.
2159- Improved G4VisManager::CreateSceneHandler() and CreateViewer() and
2160 handling of error in G4VisCommandSceneHandler::Create() and
2161 G4VisCommandViewer::Create().
2162- OpenGL: char* becomes const char*. Small output text improvement.
2163- test: some changes for Ray Tracer. Boolean intersection instead of union.
2164
216502 February 2000 Guy Barrand
2166- OPACS/src/G4XoViewer.cc : change WaitForNotify signature to
2167 be able to compile with DEC-cxx 6.1.
2168
2169vis-V01-00-04 29th January 2000 Satoshi Tanaka
2170- CVS tag is assigned to the Makoto's committing below.
2171
217229th January 2000 Makoto Asai
2173- Introduction of G4RayTracer (visualization/RayTracer/...)
2174- Migration of G4RayTracer
2175 affected files :
2176 visualization/GNUmakefile
2177 visualization/management/include/MyVisManager.cc
2178 visualization/management/src/G4VisManager.cc
2179 affected files in other directory :
2180 config/G4VIS_BUILD.gmk
2181 config/G4VIS_USE.gmk
2182
2183vis-V01-00-03 17th January 2000 John Allison
2184- Added protection for no voxelisation in G4LogicalVolumeModel.cc.
2185- Changed endl to G4endl in G4VisCommandsViewer.cc and G4GoSceneHandler.cc.
2186
218714th January 2000 John Allison
2188- Added protection for no viewer in G4VisCommandsViewer.cc.
2189
2190vis-V01-00-02 11th January 2000 John Allison
2191- General handling of displaced solid (G4PhysicalVolumeModel).
2192- Introduced /vis/viewer/show (/vis/viewer/update is synonym).
2193- Improved printing in /vis/camera/reset.
2194
2195vis-V01-00-01 27th December 1999 Satoshi Tanaka
2196- VRML-V01-00-00 27th December 1999 Satoshi Tanaka
2197- G4endl ==> "\n" for fDest objects ... for ISO standard C++ compiler
2198
2199vis-V01-00-00 16th December 1999 John Allison
2200- (Note: NOT FOR SYSTEM TESTING - this tag still has problems with
2201 displaying logical volumes and text.)
2202- Added /vis/viewer/refresh.
2203- Rationalised command lists for keeping parameter lists up to date,
2204 G4VVisCommand::sceneNameCommands, etc.
2205- Added AddThis(const G4Polycone&), etc., to prevent hiding warnings.
2206- Developments in test - see test/History.
2207
2208vis-V00-01-14a 7th December 1999 John Allison
2209- Added `class' keyword in friend statement in G4VisStateDependent.hh
2210 to keep HP happy.
2211
2212vis-V00-01-14 6th December 1999 John Allison
2213- Invert rotation of boolean component in G4PhysicalVolumeModel.cc.
2214
2215vis-V00-01-13 Satoshi TANAKA Dec 01, 1999
2216- DAWN-V00-01-08
2217- Removed implicit casting from the previous updation
2218
2219vis-V00-01-12 Satoshi TANAKA Nov 30, 1999
2220- DAWN-V00-01-06
2221- Fixing improper definition of alpha1, alpha2
2222
2223vis-V00-01-11 29th November 1999 John Allison
2224- Introduced helper class G4VisStateDependent to decouple G4VisManager from
2225 G4StateManager, G4RunManager, etc.
2226- Archived old directoris inside test subdirectory.
2227
2228vis-V00-01-10 25th November 1999 John Allison
2229- Adapted relevant header files of modeling and management for
2230 Software Reference Manual.
2231
2232vis-V00-01-09 23th November 1999 Satoshi Tanaka
2233- Protection to ill-defined G4Trap in AddThis()
2234
2235vis-V00-01-08 10th November 1999 John Allison
2236- Added capability of viewing Boolean solids - coworks with geometry-V00-01-01.
2237- Fixed bug in G4VViewer to maintain proper status of fNeedKernelVisit.
2238- Added Boolean solids to test/src/MyDetectorConstruction.cc.
2239- Added circle to represent end of step in test/src/MySteppingAction.cc.
2240
2241vis-V00-01-07 5th November John Allison
2242- Added /vis/viewer/update [<viewer-name>].
2243- Some groundwork for /vis/scene/edit.
2244- Added additional check in G4VisManager::IsValidView().
2245- G4VSceneHandler::ClearStore() invokes fpViewer -> NeedKernelVisit().
2246 (After a clear of the graphical database it is necessary to do this.
2247 So if a derived class redefines, it must still invoke this base
2248 class method.
2249- G4Scene::AddRunDurationModel(), AddWorldIfEmpty(), AddEndOfEventModel():
2250 avoid duplicate models and flag with G4bool return argument.
2251- G4VisCommandsSceneAdd: respect the above G4bool return value.
2252- G4Scene::AddRunDurationModel(): remove temporary workaround for old CLHEP
2253 non-const problem.
2254- Added 3rd template argument of map (to keep Sun CC 4.2 happy) in
2255 G4OpenGLStoredSceneHandler.hh and G4OpenInventorSceneHandler.hh.
2256- G4OpenGLStoredSceneHandler::ClearStore() and
2257 G4OpenInventorSceneHandler::ClearStore() invoke base class function
2258 G4VSceneHandler::ClearStore().
2259
2260VRML-V00-01-01 4th November 1999 Satoshi Tanaka
2261- Introduction of VRMLBeginModeling() for new vis commands
2262- Updation and tagging of visualization/VRML/
2263 and this History file
2264
2265DAWN-V00-01-04 04th November 1999 Satoshi TANAKA
2266- Protection to AddPrimitive( G4NURBS )
2267- Updation and tagging of visualization/FukuiRenderer/
2268 and this History file
2269
2270DAWN-V00-01-03 02nd November 1999 Satoshi TANAKA
2271- Updation and tagging of visualization/FukuiRenderer/
2272 and this History file
2273- Environmental variable G4DAWN_MULTI_WINDOW is
2274 renamed to G4DAWNFILE_MULTI_WINDOW for DAWN-file driver.
2275 (G4DAWN_MULTI_WINDOW still works for a while.)
2276
2277DAWN-V00-01-02 01st November 1999 Satoshi TANAKA
2278- Updation and tagging of visualization/FukuiRenderer/
2279 and this History file
2280- Separation of BeginModeling() and FRBeginModeling().
2281 Co-workable with /run/beamOn with the new vis commands.
2282
228329 Oct 1999 Guy Barrand
2284- Modify G4Xo.cc to not load G4Xo.xrm resource file.
2285 Resource must be grouped in some g4.xrm file.
2286
2287vis-V00-01-06 25th October 1999 John Allison
2288- No longer update view parameters in /vis/scene/add/volume, etc.
2289- Change G4RWTValHashDictionary to G4std::map in G4OpenGLStoredSceneHandler
2290 and G4OpenInventorSceneHandler (needs global-V00-01-03).
2291
229211 Oct 1999 Guy Barrand
2293- G4GoSceneHandler.cc/G4GoSceneHandler::EndPrimitives : modify
2294 the logic of setting the OMatrix for Go objects in order
2295 to avoid the usage of the CLHEP/Rotation.getAngleAxis that
2296 clearly has precision problem on some platforms (at least
2297 Linux and HP-UX).
2298
2299vis-V00-01-05 4th October 1999 John Allison
2300- Implemented /vis/scene/add/logicalVolume.
2301- Added G4LogicalVolumeModel.
2302- Augmented G4PhysicalVolumeModel so G4LogicalVolumeModel could inherit.
2303- Updated G4BoundingSphereScene and G4PhysicalVolumeSearchScene to
2304 implement extra virtual functions in G4VSceneHandler interface.
2305- Moved virtual destructor G4VModel::~G4VModel to non-inline implementation.
2306- Tidied G4VSceneHandler.
2307
2308vis-V00-01-04 30 Sep 1999 Satoshi Tanaka
2309- RW/STL dependence was removed from VRML 1.0 driver
2310
231115 Sep 1999 Guy Barrand
2312- Modify G4OpenGLStoredSceneHandler.cc to compile on Linux-g++ with STL.
2313
2314vis-V00-01-03 27th August John Allison
2315- Modified GNUmakefile to prevent building of global libraries.
2316
2317vis-V00-01-02 27th August John Allison
2318- Eliminate residual references to G4Ray.
2319- Improved some informational printing in G4VisManager::IsValidView.
2320- G4Vis
2321Manager::SetCurrentGraphicsSystem no longer gives spurious warnings.
2322- Improved README (change `gmake global' to plain `gmake').
2323
2324vis-V00-01-01 26th August Satoshi TANAKA
2325- Protection for invalid calling of BeginModeling
2326- .DAWN.history ==> .DAWN_1.history
2327 **** It means DAWN version 3.80a or after is required ***
2328
2329vis-V00-01-00 24th August Satoshi TANAKA
2330- Improved README.
2331
2332vis-01-00-15a 3rd July 1999 John Allison
2333- Improved README (Guy).
2334- Corrected a fprintf statement in G4OpenGLXViewer::spewWireframeEPS.
2335
2336vis-01-00-15 29th June 1999 John Allison
2337- Moved #include <rw/tvhdict.h> from G4OpenGLSceneHandler.hh to .cc.
2338- Corrected #ifdef G4VIS_BUILD_OPENGL_DRIVER in G4OpenGLXViewer.hh.
2339
2340vis-01-00-14 19th June 1999 John Allison
2341- Removed references to G4Ray from GNUmakefile.
2342- Archived (cvs removed) all G4Ray files.
2343- Cosmetic change to an output statement in G4VisToOldVisCommands.cc/
2344
2345vis-01-00-13 1st June 1999 John Allison
2346- Updated README for May Release (Satoshi, John).
2347- Removed G4Ray from tag.
2348
234931 Mai 1999 Guy Barrand
2350- G4XoViewer : remove enabling/disabling XoCamera popup menu logic.
2351 In some situation (N03) we were loosing the XoCamera popup menu.
2352- G4XoViewer : correct ClearStore, ClearTransientStore.
2353
2354vis-01-00-12a 26th May 1999 John Allison
2355- G4TrajectoriesModel.cc: (*TC) [iT] -> DrawTrajectory ();
2356
2357vis-01-00-12 25th May 1999 John Allison
2358- Moved global operator != to member function.
2359- Updated OPACS to handle "ClearTransientStore" (Guy).
2360
2361vis-01-00-11 12th May 1999 Guy Barrand
2362- G4VSceneHandler : ClearTransientStore.
2363- G4VisCommandsSceneHandler : protect against a null pointer.
2364- OpenInventor : use HEPVis/SoWindow to create windows (needed
2365 on NT). Implement the a "transient scene graph" for "event"
2366 things. Use fXxx convention for fields.
2367- G4TrajectoriesModeling : do not draw a "marker" at each step by default.
2368
2369vis-01-00-10 10th May 1999 John Allison
2370- Acted upon Code Wizard reports. Mainly made destructors virtual.
2371
2372vis-01-00-09 28th April 1999 John Allison
2373- Changes for UserAction classes.
2374
2375vis-01-00-08 John Allison
2376- Changes by Paulo Mora de Freitas for decoupling vis from parameterisation.
2377
237818th April 1999 John Allison
2379- Added "defined" after || in VRML1(1)(File).hh. (Some preprocessors
2380 give an error without it.)
2381
2382vis-01-00-07 15th April 1999 John Allison
2383- Replaced visualization/test/GNUmakefile by a simple one using binmake.gmk.
2384- Added CPPFLAGS += -I$(G4BASE)/intercoms/include to some GNUmakefiles ready
2385 for the move of G4VGraphicsScene to intercoms.
2386
2387vis-01-00-06 29th March 1999 John Allison
2388- Platform dependency fix in G4VisCommandsScene.cc.
2389
2390vis-01-00-05 7th February 1999 John Allison
2391- management: - Added /vis/scene/notifyHandlers.
2392 - Added virtual functions AddThis (const G4Polycone and
2393 G4Polyhedra to G4VSceneHandler
2394 - Moved some code from G4VisManager to G4Scene::AddWorldIfEmpty.
2395 - Various refinements and bug fixes.
2396- modeling: Augmented G4PhysicalVolumeSearchScene and G4BoundingSphereScene
2397 See modeling/History.
2398- OpenGL: - Corrected edgeCount check for triangles in
2399 G4OpenGLSceneHandler::AddPrimitive (const G4Polyhedron&).
2400 - Added (long unsigned int) cast in G4OpenGLXmRotationCallbacks.cc.
2401 - Added SetView and ShowView to G4OpenGLXViewer:
2402 // To force change of context...
2403 void G4OpenGLXViewer::SetView () {
2404 glXMakeCurrent (dpy, win, cx);
2405 G4OpenGLViewer::SetView ();
2406 }
2407 // Hopefully to get better flushing in DEC OpenGL...
2408 void G4OpenGLXViewer::ShowView () {
2409 glXWaitGL ();
2410 glFlush ();
2411 }
2412
2413
2414vis-01-00-04 11th January 1999 John Allison
2415- Completed change of names from scene to sceneHandler, view to viewer.
2416- Vis manager and scene handlers now keep pointer to scene, rather than a copy.
2417- G4SceneList now a simple G4RWTPtrOrderedVector.
2418- /vis/camera/reset now resets viewpoint direction and up vector.
2419
2420vis-01-00-03 10th January 1999 John Allison
2421- Added flags for viewing geom, hits, digis to G4ModelingParameters.
2422
2423vis-01-00-02 9th January 1999 John Allison
2424- Changed Scene to SceneHandler, View to Viewer.
2425
2426vis-01-00-01 6th January 1999 John Allison
2427- Made G4VisManager::GetInstance() private to prevent inadvertent misuse.
2428- Removed #include GNU_GCC - no longer necessary for egcs.
2429- Continued developing the new commands.
2430
2431vis-00-04-04 16th December 1998 John Allison
2432- test/GNUmakefile for Linux-g++
2433- test/test19.cc - removed g4templates.hh
2434- OpenGL - reverted to 100%.
2435
2436vis-00-04-03 9th December 1998 John Allison
2437- Made /vis/ commands from /vis~/. The idea is to maintain backwards
2438 compatibility while allowing us to "deprecate" the old commands over
2439 a period of time. Some of these /vis/ commands respond with "superceded",
2440 i.e., superceded by new commands, but still available in /vis~/.
2441- OpenGL viewing volume increased by 20% to prevent corners being clipped.
2442
2443- 08/12/98 : G.Barrand : OpenInventor : due to
2444 huge load problems on various platforms, init only
2445 the HEPVis things that are needed.
2446
2447vis-00-04-02 30th November 1998 Satoshi Tanaka
2448- G4VRMLFILE_DEST_DIR for customising out file name - see VRML/History.
2449
245029th November 1998
2451- Added CPPFLAGS += -I....electromagnetic/utils/include to test/GNUmakefile.
2452- Added fName to G4SceneData.
2453
2454vis-00-04-01 25th November 1998 John Allison.
2455- G4Ray/GNUmakefile update for move of files in particles.
2456- Added const G4VisAttributes* fpDefaultVisAttributes and access
2457 functions to G4ModelingParameters.
2458- Reverted to default assignment operator and copy constructor for
2459 G4ModelingParameters and G4ViewParameters.
2460- G4PhysicalVolumeModel can now handle invisible daughters.
2461- More new /vis/ commands - depends on intercoms-00-04-01.
2462- G4VScene passes DefaultVisAttributes* to ModelingParameters.
2463
2464vis-00-03-07 23rd November 1998 John Allison.
2465- modeling/GNUmakefile update for move of files in particles (Hisaya).
2466- Removed semi-colon in G4BoundingSphereScene.cc.
2467
2468vis-00-03-06 9th November 1998 John Allison.
2469- Small change to a message in G4VisManager.
2470- VRML refinement - see VRML/History.
2471- Needs greps-00-03-03.
2472
2473vis-00-03-05b 9th November 1998 John Allison.
2474- Merged 6th November changes with vis-00-03-05a
2475- Bug fix in G4VisManager::IsValidView for batch running.
2476- Needs greps-00-03-03.
2477
2478vis-00-03-05a 9th November 1998 Satoshi Tanaka
2479- VRML 2.0 Visualization driver is added to
2480 management/include/MyVisManager.cc.
2481
2482vis-00-03-05 9th November 1998 Satoshi Tanaka
2483- VRML 2.0 Visualization driver is commited:
2484 (1) Generatin of VRML 2.0 format files to describe Geant4 simulation.
2485 (2) Interactive displaying of physiccal-volume names and copy numbers
2486 (3) Interactive displaying of hit positions (displayed strings are
2487 costomizable.
2488 (4) Wireframe drawing style of Geant4 visualization is reflected as
2489 transparency = 0.7. This value is customizable.
2490 If transparency is 1.0, drawing of detector geometry is skipped,
2491 and hits can be picked easily.
2492
24936th November 1998 John Allison
2494- Implemented basic /vis/viewer commands.
2495- Added `const G4String& name' argument to G4VScene and G4VView constructors.
2496
2497vis-00-03-04 30th October 1998 John Allison
2498- Tagged.
2499
250029th October 1998 Guy Barrand
2501- G4OpenGLXView.hh, G4OpenGLXmView.cc, G4OpenGLXmWindowHandlingCallbacks.cc
2502 in order that things compile and compile without warnings on HP/aCC
2503
250414th October 1998 John Allison
2505- Augmented the new /vis/ commands. Still not complete but they
2506 co-work with the old commands.
2507- Changed char* fName to G4String fName in G4VScene and G4VView.
2508 Consequent changes in G4OpenGLView. Also OpenInventor? Etc.
2509
251011th October 1998 Andy Walkden
2511- added (not a very good) version of hidden lines removal code. This code
2512 suffers from depth buffering artefacts. glPolygonOffset is a feature of
2513 OpenGL version 1.1, and can help overcome depth buffer problems. The code
2514 to utilise glPolygonOffset is committed, but commented out, as it doesn't
2515 seem to work with the version of Mesa available on rsplus currently. My
2516 ideal strategy is to enable depth testing, draw the model as lines, enable
2517 filled polygon offsetting (glPolygonOffset(1.0 /*offset scale factor*/,
2518 2/*offset bias*/); glEnable (GL_POLYGON_OFFSET_FILLED);) then draw the
2519 model as filled polygons. The offsetting should just add `2' (in window
2520 coordinates, I think) onto the z value of all vertices relating to filled
2521 polygons, thus dismissing the conflict between almost identical z values
2522 for lines and filled polygon edges.
2523
2524vis-00-03-03 9th October 1998 John Allison
2525- G4VisManager inherits G4VStateDependent. This is used to draw
2526 end-of-event models.
2527
25284th October 1998 Andy Walkden
2529- Added ability for all G4OpenGLX derived graphics systems to produce
2530 vectored PostScript hardcopy. Facility for `automated screen dump'
2531 (i.e. pixmap output) still kept, as some rasterization features
2532 don't make it into the vectored PostScript output (such as haloing
2533 effects). Facility currently available via G4OpenGLXm by clicking
2534 `Miscellany' then `Create .eps file', to get a popup printing
2535 window.
2536
2537vis-00-03-02a 26th September 1998
2538- DAWNFILE driver is made platform dependent.
2539 (It is now compilable both at both Unix and NT without necessity
2540 of C macros like WIN32.)
2541
2542vis-00-03-02 25th September 1998
2543- DAWNFILE driver is ported to VC++
2544
2545vis-00-03-01 24th September 1998 John Allison
2546- Eliminated G4VPhysicalVolume* fpWorld data memebr from G4VisManager.
2547
254822th September 1998 Guy Barrand.
2549- Correct modeling, management, G4Ray /GNUmakefile to have
2550 correct digits+hits includes.
2551
255219th September 1998 Guy Barrand.
2553- Due to a correction in globals.h restore correct code
2554 so that OpenInventor files compile correctly on NT.
2555
2556vis-00-02-06 31st August 1998 John Allison
2557- Added G4VModel::Validate() and in subclasses.
2558- Reverted to default copy constructir and assignment operator in G4SceneData.
2559- Implemented G4VisManager::GeometryHasChanged().
2560- Switched on echoing of commands and history mechanism in test19.g4m.
2561
2562vis-00-02-05 27th August 1998 John Allison
2563- Added G4HitsModel and G4TrajectoriesModel.
2564- Added /vis/scene/include/hits and trajectories, and some bug fixes.
2565
2566vis-00-02-04 22nd August 1998 John Allison
2567- Many changes in modeling - see modeling/History.
2568- New commands: /vis/scene/create, list, add/volume, add/ghosts.
2569
2570vis-00-02-03a 20th August 1998 John Allison
2571- Restored some code in G4SceneData.cc
2572- Fixed syntax bug in G4PhysicalVolumeSearchScene.hh
2573
2574vis-00-02-03 14th August 1998 John Allison
2575- Added G4VisManager::GeometryHasChanged() - run manager can notify change.
2576- Removed AddRun(Event)DurationModelToCurrentSceneData - no longer used.
2577- Some bug corrections in visualization/OpenGL (Guy Barrand - see
2578 vis blackboard for details).
2579- Some protection added in visualization/OPACS (do.)
2580- Created visualization/test/OPACS (do.)
2581
258212th August 1998 John Allison
2583- More new commands - not fully functional yet.
2584
258511th August 1998 Guy Barrand
2586- G4OpenInventor : remove uneccesary includes.
2587
2588vis-00-02-02b 11th August Satoshi Tanaka
2589- AddPrimitive() for polymarker are implemented in DAWN and VRML drivers.
2590
2591vis-00-02-02a 9th August John Allison
2592- Small bug fix in G4VisCommandsScene.cc.
2593
2594vis-00-02-02 9th August John Allison
2595- Changed '.' to '-' in scene/view names.
2596- Began introduction of new /vis/ commands.
2597- Consequent changes to test - see test/History.
2598
25997th August Guy Barrand.
2600- OPACS : use G4VView name to build widget names.
2601- OPACS : use new interactor parenting logic.
2602- OpenGL, OpenInventor, G4Ray : clean compilation warnings for OSF1/cxx, HP/aCC.
2603
26047th August John Allison/Satoshi Tanaka/Guy Barrand.
2605- Added G4<driver>Scene::AddPrimitive (const G4Polymarker&) to keep
2606 compilers happy.
2607
2608vis-00-02-01 6th August John Allison
2609- Created G4VisManagerRegisterMessengers.cc.
2610- Bug fix in G4VisManager: now follows change of world volume after
2611 /vis~/clear/scene.
2612- OpenInventor: Correct some upper -> lower case mess (Guy Barrand)
2613- G4RayView: syntax bug fixes.
2614
26154th August 1998 Andy Walkden
2616I made some changes to OpenGL code...
2617The changes are (i) to tidy up some redundant hidden line
2618removal function calls, (ii) to put some hidden line removal
2619code in G4OpenGLScene::AddPrimitive(G4Polyhedron) and
2620(iii) to add an option to generate an encapsulated postscript
2621file of the current view in OpenGLXm. There is now a button
2622in the Miscellany pulldown of the main menubar to bring up
2623a shell in which you can specify a filename, colour or black
2624and white and request the creation of a .eps file. The
2625code is to be found in G4OpenGLXView, and so is not bound
2626to the Xm user. Also it needs fixing for some Mesa
2627implementations, and the HP CDE environment manages to stuff
2628things up when rendering to a pixmap (although CDE makes a
2629mess of most other things as well, so this isn't
2630disastrous).
2631
2632
2633vis-00-01-08 21th July 1998 John Allison
2634- Removed automatic refresh from /vis/camera/reset in G4VisCommandsCamera.cc.
2635
2636vis-00-01-07b 21th July 1998 Satoshi Tanaka
2637- Revised G4FRSCENE::SendBoundingBox() so that
2638 zooming polycy of DAWN drivers becomes consistent with
2639 OpenGL drivers
2640
2641vis-00-01-07 20th July 1998 John Allison
2642- Corrected bug in G4VisManager::IsViewValid to trap drawing commands
2643 before geometry is available.
2644
2645vis-00-01-06 19th July 1998 John Allison
2646- Default culling: culling - on, culling of invisible objects - on.
2647- set/drawing_style does *not* change culling flags.
2648- Minor bug fixes.
2649
2650vis-00-01-05 15th July 1998 John Allison
2651- Cleaned up after name changes.
2652- Minor bug fixes.
2653
2654vis-00-01-04 7th July 1998 Guy Barrand
2655- Introduced interactivity.gmk into GNUmakefiles.
2656
2657vis-00-01-03 6th July 1998 John Allison
2658- Changes for interface restructuring.
2659- Simplified MyVisManager.
2660
2661vis-00-01-02 5th July 1998 John Allison
2662- Changed visualization/GNUmakefile to use globlib.gmk.
2663- Updated README for geant4beta.
2664- Changed /vis~/draw/Ghosts to /vis~/draw/ghosts.
2665
2666vis-00-01-01 4th July 1998 John Allison
2667- Moved G4VIS_BUILD.gmk and G4VIS_USE.gmk to geant4beta/config.
2668- Changed /vis/ to /vis~/.
2669
26703rd July 1998 John Allison
2671- Small changes to test - see test/History.
2672- Tidied.
2673- Removed GNUmakefile.G4VIS_USE and make_list.sh.
2674
267530th June 1998 - Paulo & Marc
2676- added the G4FlavoredParallelWorldModel.hh file to
2677 visualization/modeling/include;
2678- added the /vis~/draw/Ghosts [particle name] command
2679 in the G4VisManMessDraw.cc file;
2680- added
2681 CPPFLAGS += -I$(G4BASE)/geometry/magneticfield/include and
2682 CPPFLAGS += -I$(G4BASE)/processes/parameterisation/include
2683 lines to GNUmakefile to compile G4VisManMessDraw.cc.
2684
2685geant4beta
2686============================================================
2687geant4alpha
2688
2689vis-00-06-09 26th June 1998 John Allison
2690- OPACS and Open Inventor - something about widget parents (GB)
2691- Removed /new_vis/ commands.
2692
2693vis-00-06-08a 26th June 1998 Satoshi Tanaka
2694- Updated G4VIS_USE.gmk
2695- (1) Macro -DG4VIS_USE_DAWNFILE is made properly set
2696- (2) G4VIS_USE_DAWN_ is renamed to G4VIS_USE_DAWN_OR_DAWNFILE
2697- (3) G4VIS_USE_VRML_ is renamed to G4VIS_USE_VRML_OR_VRMLFILE
2698
2699vis-00-06-08 22nd June 1998 John Allison
2700- Changed G4BASE = ../.. to G4BASE = $(shell (cd ../..; pwd))
2701- Changed GNUmakefile.G4VIS_BUILD to G4VIS_BUILD.gmk
2702
2703vis-00-06-07 19th June 1998 John Allison
2704- Defined G4_SOLVE_VIS_TEMPLATES in G4VIS_USE.gmk. Needs
2705 the head version of GNUmakefile.architecture.
2706- Consequential changes (improvements) to template handling in test19.cc
2707- Some minor improvements in modeling.
2708
2709vis-00-06-06 11th June 1998 John Allison
2710- Fixes to test_utils - see test/History.
2711- Improvements in modeling - see modeling/History.
2712
2713vis-00-06-05 11th June 1998 Satoshi Tanaka
2714- In G4VisManMessDraw.cc and G4VisManMessSet.cc , ...
2715 // G4double unit = G4UIcommand::valueOf (unitString);
2716 G4double unit = G4UnitDefinition::GetValueOf (unitString);
2717
2718vis-00-06-04 10th June 1998 John Allison
2719- Created G4VIS_USE.gmk to replace GNUmakefile.G4VIS_USE.
2720- Changed test/GNUmakefile to use G4VIS_USE.gmk.
2721- Separate libraries are now default in GNUmakefile.
2722- Committed an interim version of README.
2723- Moved G4BoundingSphereScene from management to modeling.
2724- First attempt at defining the "scene" as lists of models.
2725- Removed some unnecessary checks in G4VisManMess*.
2726
2727vis-00-06-03 27th May 1998 Satoshi Tanaka
2728- DAWNFILE driver is added. It is to generate g4.prim file
2729 under the current directory. And make DAWN or DAVID invoke
2730 using the g4.prim file as an input. For details, see the blackboard
2731 document.
2732
273321st May 1998 Andy Walkden
2734- Added hidden line removal code to G4OpenGLView. HLR utilises OpenGL's
2735 stencil buffer, but still the drawn lines are a little fragmented
2736 (an effect seen often when depth buffering is used to resolve pixel
2737 rendering disputes).
2738- HLR requires wireframe rendering, filled polygon rendering and then wireframe
2739 rendering again. Hence, three visits to the kernel help to slow HLR
2740 rendering right down.
2741
2742vis-00-06-02 20th May 1998 Satoshi Tanaka
2743- Added G4VisFeaturesOfDAWNFILE.hh, cc
2744- Revised visualization/GNUmakefile, GNUmakefile.G4VIS_BUILD,
2745 GNUmakefile.G4VIS_USE
2746- These are for DAWNFILE driver in preparation, which enables to
2747 invoke DAVID directly from Geant4.
2748
2749vis-00-06-01a 20th May 1998 Satoshi Tanaka
2750- code refinement of FukuiRenderer driver
2751
2752vis-00-06-01 29th April 1998 John Allison
2753- Introduced non-pure virtual functions
2754 Establish/DecommissionSpecials (G4PhysicalVolumeModel&) in
2755 G4VGraphicsScene with implementation of the former in G4VScene.
2756 Modified G4PhysicalVolumeModel to use it; also protected
2757 G4PhysicalVolumeModel against non-implementation of
2758 Establish/DecommissionSpecials.
2759- Template instantiations in G4RayView made exclusive to GNU_GCC
2760- Some minor changes under test - see test/History.
2761
276227th April 1998 Andy Walkden
2763- altered OpenGLView's structure a little. Now, G4OpenGLXmView is a
2764 type of (inherits from) G4OpenGLXView.
2765- made code for haloing effects common to all OpenGL views.
2766- changed XUnmapWindow in G4OpenGLXView::~G4OpenGLXView to XDestroyWindow
2767 (idea of Guy's)
2768
276927th April 1998 Guy Barrand
2770- vis/OPACS : remove Begin/EndModeling in G4GoScene.
2771
2772vis-00-05-06 23rd April 1998 John Allison
2773- Changed test19.mac to test19.g4m and consequent change in test19.cc.
2774- Fixed order of linking vis-a-vis -lG4track and -lG4tracking (GB).
2775- Fixed inadvertent bug in test_utils/src/MyPhysicsList.cc.
2776- Bug fix in G4OpenGLXmConvenienceRoutines.cc (GB).
2777
2778vis-00-05-05 21st April 1998 John Allison
2779- Added run-time command line argument: test19 [<session-type>] [<verbosity>]
2780- Removed #if GNU_GCC from template instantiation requests in test19.cc.
2781- Added fDefaultTextVisAttributes to G4ViewParameters.
2782- Added G4VScene::GetTextColour (changed G4FukuiRendererScene, G4GoScene and
2783 G4OpenInventorScene.
2784- Changed default view parameters: culling on and invisible object culling on.
2785- Tidied CreateScene/View.
2786- Continued BaBar development.
2787
278815th April 1998 John Allison
2789- Added test/EucIntfce/, test/Bogus/ and test/babar_utils/ for BaBar test code.
2790 Also a new main() in BaBarCallListTest.cc. Also a data file call_list.dat.
2791 See babar_utils/README.
2792- Camera commands, except spin and orbit, no longer initiate draw.
2793- Text is blue for time being (visible on black or white background.)
2794
279515th April 1998 : Guy Barrand
2796- From discussion with John and Simone G4VToolkit
2797 has been renamed to G4VInteractorManager.
2798
2799vis-00-05-04a 11th April 1998 Satoshi Tanaka
2800- Code improvements in DAWN driver
2801- (1) View parameters are sent to DAWN only at drawing times.
2802- (2) Way of getting marker size are made simpler by using
2803- G4VScene::GetMarkerRadius () etc.
2804
2805vis-00-05-04 8th April 1998 John Allison
2806- Small bug fix - then tag for Easter.
2807
2808HEAD 6th April 1998 John Allison
2809- Added error printing to G4OpenGLScene::AddPrimitive (const G4Text& text).
2810- Added /vis~/draw/text.
2811- Added units to /vis~/draw/axes.
2812- Began the job of restructuring vis commands; so there is a new class
2813 G4VisCommandsCameraMessengers for starters!
2814
2815HEAD 4th April 1998 John Allison
2816- Removed automatic drawing after /vis~/set commands. Now an explicit
2817 redraw is necessary, but it allows you to change parameters during
2818 building a view. For example to superimpose projected hits on a
2819 section:
2820 /vis~/clear/view
2821 /vis~/set/section_plane on 0 0 20 cm 0 0 1
2822 /vis~/draw/current
2823 /vis~/set/section_plane off
2824 /run/beamOn
2825- Fixed small bug in OpenGL for section drawing.
2826- Made some small improvements in G4ViewParameters.
2827
2828vis-00-05-03 4th April 1998 John Allison
2829- Re-engineered maintenance of current depth, etc. Needed new method
2830 G4VGraphicsScene::BeginModeling (G4PhysicalVolumeModel&) in
2831 graphics_reps. The result is much cleaner model and modeling
2832 parameters classes. Also, the current depth, physical volume and
2833 logical volume are immediately available as protected pointers in
2834 G4VScene.
2835- Required G4VScene::Begin/EndModeling to be invoked from subclass.
2836- Introduced G4NullModel to hold modeling parameters. This avoids
2837 having to create a G4VModel for each graphics primitive.
2838
2839HEAD 3rd April 1998 John Allison
2840- Added GetMarkerDiameter/Radius to G4VScene.
2841- Bug fix in G4VScene::GetMarkerSize.
2842- Removed GetCurrentPhysicalVolume from G4PhysicalVolumeModel - now in
2843 G4ModelingParameters (but might move again soon!).
2844- test/GNUmakefile now uses "$(MAKE) separate" for vis libraries.
2845- test19 recognises argument "1" as a verbose flag value.
2846
2847HEAD April 2, 98 G.Barrand
2848- Modifications for Win32/NT.
2849- G4VIS_BUILD_[OIX, OIWIN32]_DRIVER, G4VIS_USE_[OIX, OIWIN32]
2850
2851vis-00-05-02 26th March 1998 John Allison
2852- Added GetMarkerSize to G4VScene.
2853- Made ~G4VisManager virtual.
2854- Added current logical volume and current physical volume to working
2855 space in modeling parameters. So it is no longer necessary to cast
2856 to G4PhysicalVolumeModel; all such casts removed.
2857- Moved nested classes out of G4RayView.
2858
2859HEAD March 24, 98 G.Cosmo
2860- Modified G4VisManMessExpert.cc to correctly use random numbers
2861 by calling directly G4UniformRand().
2862
2863HEAD March 24, 98 G.Barrand
2864- GNUmakefile : MAKESHLIB changed in G4MAKESHLIB
2865
2866vis-00-05-01a 24 March 1998 Satoshi Tanaka
2867- Geometry tree can be obtained by, e.g.,
2868 % grep PVName g4.prim > g4.tree
2869
2870vis-00-05-01 23rd March 1998 John Allison
2871- Made RegisterGraphicsSystems pure virtual.
2872- Added verbose level control to printing at initialization.
2873- Fixed (hopefully) bug in scene deletion.
2874- Made AddPrimitive (const G4Text/Circle/Square) pure virtual.
2875 (Had to add dummy void G4VRML1SCENE::AddPrimitive (const G4Text&).)
2876- Made AddPrimitive (const G4Polymarker&) virtual again.
2877- Opened some .hh files to G4VIS_USE flags.
2878- Removed Pre/PostAddThis from some graphics systems (not OPACS, OI).
2879- First implementation of G4ModelingParameters::hierarchy (DTREE).
2880- Added Get Global/Current Tag/Description to G4VModel.
2881- Introduced "working space" in G4ModelingParameters for geometry depth.
2882- Relocated some template instantiation requests (might give trouble on DEC).
2883
2884vis-00-04-05a 16th March 1998 Satoshi Tanaka
2885- DAWN driver outputs physical-volume names and copy number.
2886
2887vis-00-04-05 5th March 1998 John Allison
2888- Added G4Text/Circle/Square in G4RayScene.hh.
2889- Added G4Text/Circle/Square in G4BoundingSphereScene.hh.
2890- Made AddPrimitive (const G4Polymarker&) non-virtual in G4VScene.hh.
2891
2892HEAD 5th March 1998 Andy Walkden
2893- Implemented G4Circle/Square.
2894- Added haloing to OpenGLXm "value added" options.
2895
2896HEAD 5th March 1998 S.Sadilov
2897- visualization/GNUmakefile - using $OUT_LIB intoduced in
2898 GNUmakefile.architecture
2899- visualization/management/GNUmakefile - compiling G4VisManMessSet.cc
2900 without optimization on WinNT
2901
2902vis-00-04-04a 5th March 1998 Satoshi TANAKA
2903- Environmental variables to customized DAWN driver is
2904 renamed from DAWN_... to G4DAWN_...
2905- Default mode of DAWN driver is EPS mode, i.e.
2906 mode in which EPS files are generated.
2907
2908vis-00-04-04 4th March 1998 John Allison
2909- First tag with modeling under visualization.
2910 Here's what you need to do...
2911 cd prototype
2912 cvs update -A -d -P modeling
2913 cd visualization
2914 cvs update -r vis-00-04-04 -d -P
2915 Change the following lines in your GNUmakefile...
2916 CPPFLAGS += -I../../visualization/modeling/include
2917 LDFLAGS += -L../../visualization/modeling/$(G4SYSTEM)
2918 Remove: @cd ../../modeling && $(MAKE)
2919
2920vis-00-04-03 4th March 1998 John Allison
2921- Last tag with modeling at same level as visualization.
2922- Renamed near and far (VC++ keywords) in G4ViewParameters.cc.
2923- Removed unnecessary #include <strstream.h> or adapted for WIN32.
2924
2925vis-00-04-02b 22nd February 1998 Satoshi Tanaka
2926- Split G4VIS_BUILD_VRML1_DRIVER into G4VIS_BUILD_VRML_DRIVER
2927 and G4VIS_BUILD_VRMLFILE_DRIVER.
2928- Split G4VIS_USE_VRML1 into G4VIS_USE_VRML
2929 and G4VIS_USE_VRMLFILE.
2930
2931vis-00-04-02a 18th February 1998 John Allison
2932- Bug fix in G4RayView!
2933
2934vis-00-04-02 18th February 1998 John Allison
2935- Introduced /vis~/set/section_plane.
2936
2937vis-00-04-01 13th February 1998 John Allison
2938- Made messengers compatible with the new style.
2939
2940vis-00-03-02a 3rd February 1998 John Allison
2941- Bug fix for 02.
2942- Changed GNUmakefile to use processes sub-libraries.
2943
2944vis-00-03-02 2nd February 1998 John Allison
2945- Modernised messengers.
2946
2947vis-00-03-01a 29th January 1998 John Allison
2948- Tagged a few improvement in OpenGL
2949
2950vis-00-03-01 26th January 1998 John Allison
2951- Old environment variables abandoned - see visualization/README.
2952- G4VisManager is now instantiated *and* deleted in main().
2953- G4VisRegisterGraphicsSystem.icc replaced by
2954 MyVisManager::RegisterGraphicsSystems as a way - now optional - of
2955 a user overriding the default graphics system registration.
2956
2957Januray 20 , 98 G. Barrand
2958
2959- Implement object rotation in OPACS driver
2960
2961Januray 19 , 98 G. Barrand
2962
2963- Correct OpenInventor code so that it is ANSI-C++
2964 and then compiles with OSF1/cxx, HP-UX/aCC.
2965
29667th January 1998 John Allison
2967- Restructuring to use modeling category.
2968
2969December 19, 97 G. Cosmo - (alpha03)
2970
2971- 1st December 1997 - John Allison.
2972- This is interim code for testing by the visualization
2973 group and it will be tagged soon. You must update to the
2974 head of graphics_reps and visualization simulatanouesly.
2975 It coworks (I hope - it's difficult to be 100% sure about
2976 this since I have a few changes for other categories in
2977 the pipeline - see previous email) with:
2978 digits+hits digi-00-02-01
2979 events+tracks event-00-02-01
2980 geometry HEAD
2981 global global-00-02-01
2982 intercoms intercoms-00-02-01
2983 interfaces interfaces-00-02-01
2984 particle+matter piim-00-02-01
2985 run run-00-02-01
2986 track track-00-02-01
2987 tracking tracking-00-02-01
2988- Addition of:
2989 visualization/GNUmakefile.transition_to_G4VIS_BUILD
2990 visualization/GNUmakefile.transition_to_G4VIS_USE
2991 visualization/GNUmakefile.vis_cppflags_for_G4VIS_USE
2992 to turn the existing environment variables into the
2993 to-be-adopted G4VIS_... variables - see visualization/test/README.
2994- Consequent changes to other visualization GNUmakefiles.
2995- New way of instantiating graphics systems:
2996 Set the appropriate environment variables and include and
2997 compile G4VisRegisterGraphicsSystems.icc in your main():
2998 ...
2999 #include G4VisRegisterGraphicsSystems.icc
3000 ...
3001 main() {
3002 ...
3003- Added G4VisFeaturesOfXXX files which simple return a G4String.
3004 (Guy, Jeff, would you like to join this scheme?)
3005- Added commands /vis~/delete/scene and /vis~/delete/view.
3006- Added /vis~/show/view to test19.odb.
3007
3008vis-00-02-01 to vis-00-02-05a not logged!!!
3009
3010vis-00-01-02 13th July 1997 John Allison
3011- Consolidation of previous tag.
3012
3013vis-00-01-01 8th June 1997 John Allison
3014- First systematic tag.
3015- G4Ray introduced.
Note: See TracBrowser for help on using the repository browser.