Age Verification
This website contains age-restricted material including nudity and explicit content. By entering, you confirm being at least 18 years old or the age of majority in the jurisdiction you are accessing the website from.
I am 18+ or older - Enter
I am under 18 - Exit
Our parental controls page explains how you can easily block access to this site.

Последние сообщения - Страница 393

  Форум

Wyldanimal
MODERATOR
Присоединился в Mar 2008
17167 Сообщения

Discussions for Scenes for Version 1.2.X Fullscreen Mode here

Всё о iStripper
6 February 2022, 5053 Ответы
for the GL_ES test Scene
Here is the Shader


#version 140
// for iStripper by WyldAnimal
// ##################### GL_ES_TEST ##############################
//
// lets test if we are using GL_ES
// the color of the background will be set Green if Yes, Red if not
//
#ifdef GL_ES // If it is GL_ES then
vec3 Bkg_Color = vec3(0.,1.,0.) ; // make the background GREEN
#endif
//
#ifndef GL_ES // If it is NOT GL_ES then
vec3 Bkg_Color = vec3(1.,0.,0.) ; // make the background RED
#endif
//
// ################### END GL_ES_TEST ###########################
void main(void)
{
gl_FragColor.rgb = Bkg_Color; // solid
gl_FragColor.a = 1.0;
}

and Here is the Scene


// GL_ES test Scene by: WyldAnimal
// place in same Scene folder as the original
// Single Model in front of solid background
texture {
id: Logo
source: Small/iStripper.png
}
//####################### GL_ES_TEST ############################
framebuffer { // hi resolution display
// size = 1920 x 1080 divided by 1 = 1920 x 1080
id: background
size: 1920, 1080 // Size
quad {
size: 1920, 1080 // Size same as above
hotspot: 0.0, 0.0
shader: fragment, Shaders/GL_ES.fsh
}
}
//#################################################################
clip {
border: 2 //WA: reduce border
id: MainClip
deny: top
}
camera {
type: 3D
angle: 45
pos: 0, 0, 1240
target: 0, 0, 0
Sprite { //WA: using frame buffer in place of on the fly background creation
source: background
pos: 0, 0, 0
hotspot: 0.5, 0.5
size: 1920, 1080 // Same Size as framebuffer above
}
clipSprite { //WA: BBox
pos: 0, 480, 1
standingHeight: 750
sittingHeight: 750
source: MainClip
scale: -1.0, 1.0, 1.0

}
Sprite { //iStripper Logo
pos: -880, 400, 1
scale: 0.25
rot: 0, 0, -90
hotspot: 0.5, 0.5
source: Logo
}
}



link to Scene
https://scenes.virtuastripper.net/GL_ES_TEST.zip

link to sample images
https://scenes.virtuastripper.net/SceneImages/GL_ES_TEST_TRUE.jpg
https://scenes.virtuastripper.net/SceneImages/GL_ES_TEST_FALSE.jpg
Wyldanimal
MODERATOR
Присоединился в Mar 2008
17167 Сообщения
Socialhazard
Присоединился в Nov 2020
4213 Сообщения
SoosX
Присоединился в Jan 2020
2 Сообщения
ComteDracula
Присоединился в Aug 2017
2692 Сообщения

Chinese Crazy week, Q&A

Всё о iStripper
4 February 2022, 48 Ответы
Mais dites-voir, vous vous obstinez à vouloir mettre iStripper à SEC.
Lâchez vos dollars et jouez pour gagner ces produits artistiques.

Et comme vous le savez, l'art a toujours le juste prix de sa convoitise. 😆

Totem a surtout l'ART de mettre ses clients à SEC, en les faisant dépenser inutilement leur crédits, pour par la suite encaisser leur argent par l'achat de nouveaux beaux crédits à dépenser inutilement dans les jeux.

Il y a vraiment des clients qui aiment se faire plumer ici.

C'est là qu'on constate que se servir des femmes comme produit, peut faire perdre la tête à plusieurs.

Désolé, mais je ne peut que faire ce constat.

Il faut donner au moins cela à Totem, ils connaissent le point faible de leur clientèle, pour leur faire cracher le cash.

Avec un tel bassin de clients, pas de danger de faire faillite.

Par contre Totem a beucoup de difficulté avec la diversité autant au niveau des femmes que dans leurs supposées promotions aux membres, car au final cela revient toujours a des jeux et des SEC. Et Totem en est la majorité du temps le principal gagnant.


But say see, you insist on putting iStripper at SEC.
Drop your dollars and play to win those art products.

And as you know, art always has the right price for its lust. 😆

Totem has mostly the ART of putting its customers to SEC, making them spend their credits unnecessarily, to later cash in their money by buying new beautiful credits to spend unnecessarily in the games.

There are really customers who like to be plucked here.

This is where we see that using women as a product, can make many lose their minds.

I'm sorry, but I can only make this observation.

You have to give this at least to Totem, they know the weak point of their clientele, to make them cough up the cash.

With such a pool of customers, there is no danger of going bankrupt.

However, Totem has a lot of trouble with diversity in both women and their supposed promotions to members, because in the end it always comes down to games and SEC. And Totem is the main winner most of the time.
Previous Страница 393 След.