02-18-2024, 05:36 PM
Hi,
There is no way to use differnt texture coordinates for the front and back, but we can use different images, one being reversed.
Look into the following:
I can give a full example, but this should be a good start.
There is no way to use differnt texture coordinates for the front and back, but we can use different images, one being reversed.
Look into the following:
Code:
imageReverse = LDImage.Copy(image)
LDImage.EffectReflect(imageReverse,0)
I can give a full example, but this should be a good start.