Skip to content

add showTexturesOnBackface option in Property

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

Merge request reports