Skip to content
  • Ken Martin's avatar
    add showTexturesOnBackface option in Property · da3f60d0
    Ken Martin authored
    By default texture maps are shown on both front and
    backface. But now you can turn off backface texture
    mapping by
    
      actor->GetProperty()->SetShowtexturesOnBackface(bool);
    
    defaults to true to retain backwards compatibility.
    
    added a test for it
    da3f60d0