|
"When I use an object created with Moray directly in POV-Ray, the object is mirrored. What can I do?"
This is a direct consequence of the right-handedness of Moray and left-handedness of POV-Ray. You can convert Moray-generated objects to POV-Ray default handedness with these transformations:
object { MorayObject scale <1,1,-1> rotate x*90 }
|