Hi. I'm new to Psychtoolbox. I'm wondering if there is a way to
draw multiple polygons using the 'FillPoly' command. I need to draw
256 triangles at a time; Using MATLAB's FILL command, I can draw them
all with a single command (no loop). Is there a way to do that with
FillPoly also, or do I have to loop 256 times, drawing just one
polygon each iteration? Thanks for any help!
-- Dave
draw multiple polygons using the 'FillPoly' command. I need to draw
256 triangles at a time; Using MATLAB's FILL command, I can draw them
all with a single command (no loop). Is there a way to do that with
FillPoly also, or do I have to loop 256 times, drawing just one
polygon each iteration? Thanks for any help!
-- Dave