Anyone can upload a patch. Patches are evaluated by project team members and either Applied or Declined.

1-2 of 2Patches < Previous 1 Next >
Status ID Uploaded By Description Work Items Action
Being evaluated
243 Aug 28 2007 at
6:11 AM
rolfik I have added IDisposable to ScreenSpaceLines3D to disconnect from rendering queue when disposed.

Marek Istvanek
Download

Being evaluated
96 Jun 26 2007 at
8:56 PM
bsharon A small change for the ScreenSpaceLines3D class. The problem is that the object can’t ever be removed from a viewport once it’s been created, because it registers a event handler for CompositionTarget.Rendering and has no facility for unregistering it. This patch modifies the class to implement IDisposable, and then unregisters the event handler in Dispose(). There may be a more clever/automatic way to approach the problem.
Download

1-2 of 2Patches < Previous 1 Next >
Updating...