Does vtkPolyDataMapper support back face property for points?

Hello,
I use vtkPolyDataMapper to display a point cloud. Each point has its own normal. The problem is the back face of each point is always black even when I set the back face property with a different color for the actor. How to solve this?
Thanks.