Ticket #467 (closed: fixed)
Change code to allow ActorCollection to use display list instead of direct rendering
Reported by: | Laurent Chapon | Owned by: | Laurent Chapon |
---|---|---|---|
Priority: | major | Milestone: | Iteration 16 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
Change History
Note: See
TracTickets for help on using
tickets.
(In [2087]) closes#467 Change base class GLObject to have draw and drawBoundingBoxes as non-virtual function. ActorCollection has now a defineBoundingBox method. drawBoudingBox take now benefit of display list of base class.