()
| 947 | |
| 948 | |
| 949 | protected boolean hasTexture() { |
| 950 | if (family == GROUP) { |
| 951 | return textures != null && 0 < textures.size(); |
| 952 | } else { |
| 953 | return image != null; |
| 954 | } |
| 955 | } |
| 956 | |
| 957 | |
| 958 | protected boolean hasTexture(PImage tex) { |
no test coverage detected