Loading Chart...
What is the correct way\syntax to check if a PShape has texture?
I tried:
...
PShape s = polyShapeSX[zLevel].getChild(ish);
if (s.hasTexture)
{..... }
but it doesn't run.
Thanks in advance.
GMV