Quad topology is good but "brute force" the quad topology is not good which means to try to avoid extreme long thin faces or/and extreme non-planer faces(that face on first image is quad but extremely non-planer which even goes from one side of the model to the other and looking like an arrow and not square-ish) as well as massive poles (lots of edges meet in one vertex).
In general it'll probably work alright, although it could be a lot cleaner. There's a fine line when doing retopo work between being slavish to the surface being retopo'd and fudging it a little for a cleaner resultant mesh.
One thing worth noting, though, I would generally recommend avoiding near-concave or concave polygons where possible. - Concave polygons like that labelled quad in the top image. - Near-concave polygons which have three vertices in (or very near to) a straight line, like the lower right polygon in the circled area of the second image. There's a couple of these visible in the post above, too.
Cases like that will generally cause the worst issues if there's any triangulation mismatches. - Concave polygons, I'd manually break it into triangles to ensure that it triangulates the way you expect. - Near-concave polygons, I'd either move the middle of the aligned vertices out of alignment with the other two to create a clearly convex polygon or manually break it into triangles.
And to repeat Klaudio's suggestions above... personally, I'd break any highly non-planar polygons down into triangles as a matter of course. Although this can kind of come down to a matter of preference and if the edge flow in that area is critical then maybe skip them or wait until the end to triangulate them. And avoid long, thin polygons where reasonable, especially when they're non-planar.
Replies
One thing worth noting, though, I would generally recommend avoiding near-concave or concave polygons where possible.
- Concave polygons like that labelled quad in the top image.
- Near-concave polygons which have three vertices in (or very near to) a straight line, like the lower right polygon in the circled area of the second image. There's a couple of these visible in the post above, too.
Cases like that will generally cause the worst issues if there's any triangulation mismatches.
- Concave polygons, I'd manually break it into triangles to ensure that it triangulates the way you expect.
- Near-concave polygons, I'd either move the middle of the aligned vertices out of alignment with the other two to create a clearly convex polygon or manually break it into triangles.
And to repeat Klaudio's suggestions above... personally, I'd break any highly non-planar polygons down into triangles as a matter of course. Although this can kind of come down to a matter of preference and if the edge flow in that area is critical then maybe skip them or wait until the end to triangulate them. And avoid long, thin polygons where reasonable, especially when they're non-planar.