Discussions for Scenes for Version 1.2.X Fullscreen Mode here
Всё о iStripper
19 June 2022, 5053 Ответы
Nice work @Calgon.
I do see though that like the FG024 scene by @EverthangForever, there is a mirror effect for the girls.
You can see it with the iStripper logo that is reversed on the boilers.
There is a way to fix this with a code.
The code that needs to be added is
scale: -1.0, 1.0, 1.0
in the Clipsprite section of each of the models in the .scn file.
For example :
// behind model one
clipSprite {
pos: 170, 191, 182
scale: -1.0, 1.0, 1.0
sittingHeight: 140
source: Clip3
animate: 48, PingPong, easeOutElastic, pos, 4280, 0, 0
}
//background model 0ne
clipSprite {
pos: 0, 370, 280
scale: -1.0, 1.0, 1.0
sittingHeight: 240
source: Clip1
animate: 48, PingPong, easeOutElastic, pos, 4112, 0, 0
}
I modified it and it works.
Beau travail @Calgon.
Je vois par contre que comme pour la scène FG024 de @EverthangForever, il y a un effet mirroir pour les filles.
On le voit avec le logo iStripper qui est inversé sur les chaudières.
Il y a moyen de régler ce problème avec un code.
Le code qui doit être ajouté est
scale: -1.0, 1.0, 1.0
dans la section Clipsprite de chacun des modèles du fichier .scn.
Par exemple :
// behind model one
clipSprite {
pos: 170, 191, 182
scale: -1.0, 1.0, 1.0
sittingHeight: 140
source: Clip3
animate: 48, PingPong, easeOutElastic, pos, 4280, 0, 0
}
//background model 0ne
clipSprite {
pos: 0, 370, 280
scale: -1.0, 1.0, 1.0
sittingHeight: 240
source: Clip1
animate: 48, PingPong, easeOutElastic, pos, 4112, 0, 0
}
Je l'ai modifié et ça fonctionne.