Discussions for Scenes for Version 1.2.X Fullscreen Mode here
Alles über iStripper
13. February 2015, 5050 antworten
@ShadowSea
I presume you are asking about scaling and perspective for reflections and shadows.
The example below is for a reflection which is one quarter height.
clipSprite {
pos: 100, -290, 200
rot: 180, 0, 0
source: Center
standingHeight: 200
Scale: -1, 0.25, 1
opacity: 0.2
}
The Scale: statement can be used to set the width and height.
"Scale: 2, 1, 1" would give you double width and full height, but for reflections and shadows you want to set the "standingHeight" the same as the main show, keep the width the same (-1 for reflection, 1 for shadow) and adjust the height.
If you are creating shadows, I would suggest looking at the "Paris Penthouse Club - Multi.scn"
The center show has 2 shadows one angled to the left and one to the right, to give the impression of 2 light sources. They use "rot: 90, 15, 0" and "rot: 90, -15, 0" to angle the 2 shadows.