Reflection/Mirror

Hi guys,
question: :relaxed: is there a way in cocos creator to create a floor with sprites reflections? (to do a mirror)

Thanks!

Stefano

Haven’t used Creator in a while, but if it has a RenderTexture, I would approach this by using that. Use the RenderTexture to copy the part of the screen you want to reflect, then flip it unside down and place under what is being reflected.

1 Like