public Color getRadiance(ShadingState state)
 {
     state.faceforward();
     return(state.getGlobalRadiance());
 }
 public Color getRadiance(ShadingState state)
 {
     state.faceforward();
     return state.getGlobalRadiance();
 }