Using SCNMaterialProperty's SCNWrapMode = clampToBorder

Hello,


I am able to use everything exactly as described here about textures, except where there is a refernece to a now depricated property "borderColor" in the SCNWrapMode case clampToBorder.


https://developer.apple.com/documentation/scenekit/scnwrapmode


Consider the following from the site:


case clampToBorder

Texture sampling uses texture colors for coordinates in the range from

0.0
to
1.0
(inclusive) and the material property’s
borderColor
value otherwise.


but borderColor ws depricated in ios11 so it cannot be set. I'd like to.


Currently I can't change it from white. I'd like to make it clear. I'd appreciate any advice or insight.


Thanks,

Ricardo