reflectionRoughnessTextureTransform property

  1. @override
TextureTransform get reflectionRoughnessTextureTransform

The UV transform applied to reflectionRoughnessTexture in the depth prepass.

Implementation

@override
TextureTransform get reflectionRoughnessTextureTransform =>
    metallicRoughnessTextureTransform;