mzu Posted March 22, 2009 Report Share Posted March 22, 2009 Dear all, Task: Need to draw a pretty rotating mesh the question: any simple way to draw an anti-aliased line on picture indicator, so that my mesh does not look like this: Do I really have to draw it pixel by pixel implementing anti-aliasing manually, or develop a C#, ActiveX, ... indicator? Please, advice. Quote Link to comment
PJM_labview Posted March 23, 2009 Report Share Posted March 23, 2009 I don't thing there is any native way (opcode) that can do that (I wish there was though). I think you will have to implement it yourself using one of the various algorithm available out there (Ex: Antialias: Wu Algorithm). PJM Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.