aforren1 / replan-2finger

0 stars 0 forks source link

Transition to second_target may be slow #3

Closed aforren1 closed 6 years ago

aforren1 commented 6 years ago

Maybe change opacity/color rather than autoDraw? Also, make sure nan responses are handled properly.

aforren1 commented 6 years ago

Hmm, I suspect that toggling draw is faster than changing properties of the shape (given we would still end up calling all the GL functions).

aforren1 commented 6 years ago

Next thing to try is reducing the size of the stimulus (why not half the size?)

aforren1 commented 6 years ago

Text is actually the slowest bit, but there's no text in any timing-critical parts.

aforren1 commented 6 years ago

I think this'll be fine.