Hi all,
A quick question: I am trying to set up a remote collaborator with a PTB script I wrote. The
basic issue is that all drawdots calls with shape parameters 1 or 2 are squares, not dots.
This is true in my script, but also in DotDemo (except for the middle dot, which seems to
be made by 'FillOval'). Adding
Screen('BlendFunction', w, GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
doesn't help.
She is using an intel MacBook with OS 10.5.4 and Matlab 7.6, plus PTB 3.0.8; the graphics
card on the laptop is an Intel GMA X3100. It looks like this graphics card supports a dot
size range from 1:64, based on
glGetIntegerv(GL.SMOOTH_POINT_SIZE_RANGE)
but dots at a range of sizes don't work.
Any thoughts would be much appreciated! I can work around via FillOval calls, but in
general it'd be nice to figure out what's going on. Thanks in advance,
tD: Mike.
A quick question: I am trying to set up a remote collaborator with a PTB script I wrote. The
basic issue is that all drawdots calls with shape parameters 1 or 2 are squares, not dots.
This is true in my script, but also in DotDemo (except for the middle dot, which seems to
be made by 'FillOval'). Adding
Screen('BlendFunction', w, GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
doesn't help.
She is using an intel MacBook with OS 10.5.4 and Matlab 7.6, plus PTB 3.0.8; the graphics
card on the laptop is an Intel GMA X3100. It looks like this graphics card supports a dot
size range from 1:64, based on
glGetIntegerv(GL.SMOOTH_POINT_SIZE_RANGE)
but dots at a range of sizes don't work.
Any thoughts would be much appreciated! I can work around via FillOval calls, but in
general it'd be nice to figure out what's going on. Thanks in advance,
tD: Mike.