| Summary: | /vis/draw/axes with OpenGL | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | ob214 |
| Component: | visualization/OpenGL | Assignee: | John.Allison |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | stanaka |
| Priority: | P2 | ||
| Version: | other | ||
| Hardware: | PC | ||
| OS: | Linux | ||
|
Description
ob214
2001-01-25 05:02:04 CET
Please be more specific. All the commands have been tested and work for us. Have a good look through all the macros in exampleN03, geant4/examples/novice/N03/exN03Vis*.mac. Note: 1) Axes might be hidden by the detector, although the default is "not hidden". 2) To see the effect of /vis/set/sides you might need to force a regeneration of the view - /vis/viewer/create, /vis/set/sides 100, /vis/viewer/refresh. 3) The /vis/expert commands are not "supported". 4) All vis commands are under review. Turned out to be a real problem. (Now fixed - see next message.) Fixed in the following tag. Should be in the next reference tag and possibly in a patch to Geant4 3.0. 1st February 2001 John Allison (vis-V03-00-01) - Fixed /vis/set/sides problem (Satoshi Tanaka) (Bug #204). Solution: Update view's view parameters in /vis/set/sides - had somehow been overlooked. |