Exception raised when drawing many circles
- From: Olivier Lauffenburger <utanapishtim@xxxxxxxxxxxxxxxxx>
- Date: Wed, 7 Sep 2005 00:26:03 -0700
I draw circles with the function Line.DrawTransform() and at one moment, this
function raises an access violation exception.
If I send the same data to
Device.DrawUserPrimitives(PrimitiveType.LineStrip), no exception occurs.
Furthermore, the exception seems to occur when a given number of segments
has already been drawn through several calls to Line.DrawTransform() during
the frame. If I catch the exception and recreate the Line object in order to
continue the drawing and if I keep on adding circles, more and more
exceptions will be raised during the frame (roughly proportional to the total
number of vertices sent).
I have generated a playable stream with PIXWin that exhibits this problem.
Just tell me where I should post it.
--
Olivier Lauffenburger
Missler Software
.
- Follow-Ups:
- RE: Exception raised when drawing many circles
- From: Rhett Gong [MSFT]
- RE: Exception raised when drawing many circles
- Prev by Date: Re: Mesh creation - Triangulation problem
- Next by Date: RE: Exception raised when drawing many circles
- Previous by thread: Full screen and CPU usage
- Next by thread: RE: Exception raised when drawing many circles
- Index(es):
Relevant Pages
|
Loading