View Full Version : Warnock Algorithm
sutto
05-22-2004, 08:54 PM
Please,
I need an algorithm that demonstrates the operation of the warnock
it can be any thing in delphi or java preferably
I need this to finish my graduation project
I have it exalts urgency, I don't find any of the internet in place
I live in the brasil and here the material is practically inexistent
thank you
anubis
05-23-2004, 03:40 AM
Warnock(PolyList PL, ViewPort VP)
If ( PL simple in VP) then
Draw PL in VP
else
Split VP vertically and horizontally into VP1,VP2,VP3,VP4
Warnock(PL in VP1, VP1)
Warnock(PL in VP2, VP2)
Warnock(PL in VP3, VP3)
Warnock(PL in VP4, VP4)
end
so... i just copied the pseudo code from the first page that google gave me :)
i take it that this isn't what you need, so could you give more information on how you need to demonstrate how the algo works ?
anubis
05-23-2004, 03:42 AM
maybe giving each poly a certain colour based on how the algo splits the polygonlist would help...
sutto
05-23-2004, 07:56 AM
Anubis, I need something that demonstrates the algorithm, any thing for instance
create 2 polygons, and demonstrate the division of the screen in 4, and for oh it goes..
I need to base the method WARNOCK, he/she would need something done, in delphi or java, he/she has to be implemented
I am not a programmer, unhappily
If you can me to help, or he/she knows where I find something that demonstrates the method
Thank you for the help
sutto
05-23-2004, 07:57 AM
it can also be for color, I need something that demonstrates the algorithm working
anubis
05-24-2004, 05:04 AM
you want somebody to code this for you ??? good luck with that my friend... i have enough stuff to do allready
sutto
05-24-2004, 12:02 PM
I do not want die nobody makes swims for me, and nor I asked for this to it, but this... obliged for the luck recommendation must exist some example in some place... after all is only a method very used debtor for its attention
vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.