Ticket #275 (closed: fixed)
Test Non-Cuboid Detector geometry display
Reported by: | Sri Nagella | Owned by: | Sri Nagella |
---|---|---|---|
Priority: | major | Milestone: | Iteration 14 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Non-Cuboid shaped dectors are not displayed in the geometry viewer widget.
Change History
comment:2 Changed 12 years ago by Sri Nagella
- Status changed from new to closed
- Resolution set to fixed
comment:3 Changed 12 years ago by Sri Nagella
- Status changed from closed to reopened
- Resolution fixed deleted
Note: See
TracTickets for help on using
tickets.
(In [1563]) refs #275 1) Fixed non rendering of non-cuboid geometry, it was due to sphere, cylinder setRadius function not setting the base equation properly resulting in quadratic equation being in consistent with the child object thus preventing correct meshing of the Geometry. 2) Added test to check this problem 3) Commented out the GtsGeometryHandler test function line where it fails. its due to the absence of opengl rendering window.