Discussions for Scenes for Version 1.2.X Fullscreen Mode here
Tudo sobre iStripper
March 21, 2016, 5063 respostas
@Dorsai yes I suspected that. Each clip has different width. Unfortunately there is no way we can code scenes so that left and reversed right edges meet unless @Team or @TheEmu knows of a way.
Here is the SCN code for the clipsprite I was using
to experiment with Sapphira ~Secret Garden clip e0340_2112201
camera {
type: 3D
angle: 45
pos: 0, -480, 900
target: 0, -500, 0
clipSprite {
pos: 108, -160, -50
rot: 180, 0, 0
source: clip
standingHeight: 660
scale: 1, -1, 1
}
clipSprite {
pos: -108, -160, -50
rot: 0, 0, 0
scale: -1, 1, 1
source: clip
standingHeight: 660
}