This site is no longer active and is available for archival purposes only. Registration and login is disabled.

Rasterizing issue


Rasterizing issue

Postby Montellio » Oct 25, 2006 @ 8:11pm

I read posts pointing to this article and was wondering if anyone could give me some insights about a change I'm trying to do.

The conversion from subpixel precision is made via a CEIL method ( x = x + 0xFFFF >> 16). Using this, I'm loosing many of the top and left pixels of the screen. So I've tried to use a ROUND method (x = x + 0x8000 >> 16) instead. This create huge artefacts with (almost) horizontal triangles' edge.

eg.:
Having an edge from (0,1.5) to (10,1.4) ==> m = -0.01. Rounding y makes a 1 pixel high edge from y=2 to y=1.
The rightmost x will then be computed as 10 + (ROUND(1.4)-1.4) / -0.01. That is x=40. :(
User avatar
Montellio
pm Member
 
Posts: 5
Joined: Oct 25, 2006 @ 7:32pm


Postby refractor » Oct 26, 2006 @ 6:12am

User avatar
refractor
pm Insider
 
Posts: 2304
Joined: Feb 5, 2002 @ 1:12pm
Location: Luxembourg


Postby Montellio » Oct 26, 2006 @ 3:57pm

I've read this section, but it does not seems related to my problem. I don't suffer from any overflow. The result is what it should be, an extrapolation of the slope. But out of the triangle boundary... :?

The clipping should effectively return an absolute 0 (rather than current 0.000??). I was looking for some reason as to why a CEIL works fine while a ROUND blow everythings apart.

Thanks anyway.
User avatar
Montellio
pm Member
 
Posts: 5
Joined: Oct 25, 2006 @ 7:32pm


Postby torus » Nov 17, 2006 @ 10:24am

User avatar
torus
pm Member
 
Posts: 58
Joined: Oct 24, 2003 @ 10:11am
Location: Germany


Postby Montellio » Dec 1, 2006 @ 12:54am

User avatar
Montellio
pm Member
 
Posts: 5
Joined: Oct 25, 2006 @ 7:32pm


Postby Kzinti » Dec 1, 2006 @ 1:02am

Kzinti
pm Member
 
Posts: 3238
Joined: Jan 13, 2002 @ 5:23am


Postby Montellio » Dec 1, 2006 @ 7:46pm

User avatar
Montellio
pm Member
 
Posts: 5
Joined: Oct 25, 2006 @ 7:32pm


Postby Kzinti » Dec 1, 2006 @ 9:12pm

Kzinti
pm Member
 
Posts: 3238
Joined: Jan 13, 2002 @ 5:23am


Postby Montellio » Dec 15, 2006 @ 9:22pm

User avatar
Montellio
pm Member
 
Posts: 5
Joined: Oct 25, 2006 @ 7:32pm


Return to Windows Mobile


Sort


Forum Description

A discussion forum for mobile device developers on the Windows Mobile platform. Any platform specific topics are welcome.

Moderators:

Dan East, sponge, Digby, David Horn, Kevin Gelso, RICoder

Forum permissions

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

cron