Texture2D.normalTexture
public static Texture2D normalTexture;
Description 描述
Gets a small texture with pixels that represent surface normal vectors at a neutral position.
All pixels of this texture are set to (0.5, 0.5, 1, 1).
See Also: whiteTexture, blackTexture.