ofDrawGridPlane

Hi all,

This might be a simple answer to my question but I want to know can I change individual grid opacity of ofDrawGridPlane?
Do i have to use a mesh to do this ? i am trying to render a ofDrawGridPlane to fill up a 1920 x 1080 screen.
Please help thanks

You can use ofSetColor, and pass a color with alpha value 50, or something similar.

hey i deiced to use a mesh to accomplish my task. thanks for your help