Hi,
I want to be able to draw a pixel to a specific spot on my layer. I don't want to have to iterate through and check to see if I've hit my spot, I just want to draw it directly.
I'm currently too stupid to igure this out on my own however. :)
I tried drawing a 1-pixel rectangle, but fillMatteSuite2 isn't a member of AEGP_SuiteHandler, so I'm trying fillmattesuite1, which is. Of course, I can't get that to work either...
I've also been hunting in vain for some resources online to help out, but there really isn't much out there that I can find. Does anyone know of any other places besides the SDK to find code samples? I'd especially love to figure out how to use openGL to render, but right now, that's a wall I'd rather not bang my head against.
Thanks,
-Rich