Discussions for Scenes for Version 1.2.X Fullscreen Mode here
Everything about iStripper
July 10, 2015, 5053 answers
@ET: Remember a good while ago when we could choose which side the girls came onto our desktops? That's long gone of course :/
Without the Paris studio images (and this particular one doesn't really show it very well), I know for an absolute fact that ALL cards are filmed as entering from the right. Certainly the Paris studio cards to date, at least.
No idea about the new Vegas cards as yet as I haven't checked this issue with them. If they've been switched, then this could get complicated!
Anyone reading this can easily check this out. Go thru your collection till you see a girl's card with some writing on it. (Tee-shirt, tattoo or whatever). Open it on your desktop. Almost all of the time, the writing will be reversed and the girl will enter from the left. If the writing is correct, then she has entered from the right.
Now, if you've used Fullscreen and have seen the same girl or others with the writing correctly displayed in a given scene, I'll also pretty much guarantee you that there is one of two lines of code in the 'clipSprite' chunk of code for that scene.
For spacial positioning in 3 dimensions, we have X = horizontal. Y = vertical and Z = depth or distance from viewer/camera.
scale: -1, 1, 1 (The more common one)
This also says, X = Minus 1, (Flipped) , Y= 1, (As is) and Z = 1 (As is).
OR
rot: 0, 180, 0
The first one mirrors the X axis, (flips it horizontally). The second does the same thing but in a different way. It ROTATES the image around the vertical Y axis thru 180 degrees. ( Half a circle. You could set this number at 90 degrees and you'll see one extremely skinny girl!