Occlusion culling using a point in triangle method All credit goes to @ChromeCat_test Backface culling is not needed if you have occlusion culling (both give the same results but occlusion works for non back faces)
A faster method is to compare the circumscribed circle during the actual calculation process using the XYZ coordinates and checking if the bounding sphere of one triangle is within another