PShape hasTexture
in
Core Library Questions
•
3 months ago
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
1