hello again!
just posted another opengl demo for powerbasic in the source code forum ("hyperthreads")
http://www.powerbasic.com/support/pb...ad.php?t=23819
keyboard commands:
thread "spread": ....................... 1-9,0
increase/decrease number of threads: ... +/-
line smoothing: ........................ [tab]
notes:
** compiles with both pb-win(7.x), and pb-cc(3.x), though executables compiled with pb-cc
are slightly larger in size.
** the "threads" will begin to pull away from the mouse-cursor slightly as you move towards
the edge of the window. i know about it, but in this case, isn't a big-enough of a deal
to mess with (imho). use showcursor %false to hide the cursor all together.
please respond here if you have any questions, or comments...
------------------
scott martindale
[email protected]
[this message has been edited by scott j. martindale (edited april 30, 2003).]
just posted another opengl demo for powerbasic in the source code forum ("hyperthreads")
http://www.powerbasic.com/support/pb...ad.php?t=23819
keyboard commands:
thread "spread": ....................... 1-9,0
increase/decrease number of threads: ... +/-
line smoothing: ........................ [tab]
notes:
** compiles with both pb-win(7.x), and pb-cc(3.x), though executables compiled with pb-cc
are slightly larger in size.
** the "threads" will begin to pull away from the mouse-cursor slightly as you move towards
the edge of the window. i know about it, but in this case, isn't a big-enough of a deal
to mess with (imho). use showcursor %false to hide the cursor all together.
please respond here if you have any questions, or comments...
------------------
scott martindale
[email protected]
[this message has been edited by scott j. martindale (edited april 30, 2003).]
Comment