Problem 118

Summary: enum G4VMarker::FillStyle(NoFill,...)
Product: Geant4 Reporter: delage
Component: visualization/managementAssignee: John.Allison
Status: RESOLVED FIXED    
Severity: normal CC: stanaka
Priority: P2    
Version: 1.1   
Hardware: PC   
OS: Linux   

Description delage 2000-06-30 11:31:11 CEST
circle.SetFillStyle(G4Circle::Filled) (example in user Manual 3.16.3)
if we try to use hashed or noFill the circle is still filled.
What to do to change the FillStyle?
Comment 1 John.Allison 2000-07-03 05:56:59 CEST
Only the OpenGL drivers implement this at present.  There is a continuous
programme of work to implement this and several other features of graphics.
Please be patient.
Comment 2 John.Allison 2001-02-06 17:27:59 CET
This feature has been improved in the latest vis tags, hopefully available
in the next reference tag and possibly in a patch - watch for news.

Specifically, circles and squares are now correctly drawn at screen size
or world size using OpenGL.  noFill and filled are implemented, hashed
defaults to filled.  They face the camera when first drawn but are
rotated with the view in OpenGLStored mode.

The status with other graphics systems is under review.