Original Post
I want to cull backface polygons using an arbitrary vector to remove some shadow-mapping artifacts. So polygons which are "facing away" the light direction aren't drawn (ambient shadows). Is it possible in fixed pipeline with some kind of extension, or I would have to use a shader to do that? (manual testing would kill performance) Thanks!