On Wed, 29 Mar 2000, Alexander Larsson wrote:

> Also, I'm not sure if this is the right way to do this. I think it would
> be better if the object itself could somehow see it it was selected. Then
> all the drawing logic goes into the object, and no modifications to the
> renderer is needed.

Actually, i think we should modify the draw method of Object to pass a
boolean "selected". Then you can check that, and renderer->is_interactive
to see if guides should be drawn.

/ Alex


Reply via email to