OpenGL Discussion and Help Forums
>
DEVELOPERS
>
OpenGL coding: beginners
> Clearing Screen to Reflect New Drawing
PDA
View Full Version :
Clearing Screen to Reflect New Drawing
Rizwan
12-11-2007, 11:11 PM
i draw a line on screen then in next iteration of loop, i want to draw NEW line on previous-lines position. How to do it?
Regards
ZbuffeR
12-12-2007, 03:27 AM
Basic pseudocode :
:start
draw line from a to b
b = a
a = new position
goto start
What is the problem ?
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.