| 187 | } |
| 188 | |
| 189 | int MeshPrimitive::minVerticesPerFace() const |
| 190 | { |
| 191 | if( m_maxVerticesPerFace == 0 ) |
| 192 | { |
| 193 | computeMinMaxVertsPerFace(); |
| 194 | } |
| 195 | return m_minVerticesPerFace; |
| 196 | } |
| 197 | |
| 198 | int MeshPrimitive::maxVerticesPerFace() const |
| 199 | { |
no outgoing calls
no test coverage detected