Exemplo n.º 1
0
 public Color getRadiance(ShadingState state)
 {
     state.faceforward();
     return(state.getGlobalRadiance());
 }
Exemplo n.º 2
0
 public Color getRadiance(ShadingState state)
 {
     state.faceforward();
     return state.getGlobalRadiance();
 }