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.

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

  Форум

Bitwrangler
Присоединился в Apr 2021
361 Сообщения
Evaneself
Присоединился в Dec 2019
623 Сообщения
Socialhazard
Присоединился в Nov 2020
4213 Сообщения
EverthangForever
Присоединился в Oct 2009
4469 Сообщения

Discussions for Scenes for Version 1.2.X Fullscreen Mode here

Всё о iStripper
20 June 2022, 5053 Ответы
Ok @Calgon.. Placing clipnamesprites in the code is bit of an art in itself.
Fortunately @Wyldanimal has given us a means to keep clipnamesprites visible
permanently while we work out where to place them on the screen.
STEP 1.
You need to copy the following shader code into ordinary Notepad
Name it 'goldname.fsh' (without the quotes) and save that file into a subdirectory
named 'Shaders' in your Calgon folder.

uniform sampler2D texture0;
uniform sampler2D texture1;
uniform float u_Elapsed;
varying vec4 gl_TexCoord[];
float weight=0.14767;
// changes and additions by WyldAnimal of the totem occluding.fsh shader used
// here to make a static color clip name.

void main(void)

{
vec4 vTexCoord = gl_TexCoord[0];

vec4 occluding = texture2D(texture0, vec2(vTexCoord.x , vTexCoord.y )) ;
gl_FragColor = vec4(0.432,0.449,0.091,occluding.a);
}
STEP 2.

In your Calgon ForceField.scn file
include for every instance of a clipnamesprite node
the line.. shader: fragment, Shaders/goldname.fsh

Your clipnamesprites should then look something like this..

clipNameSprite {
pos: -4120, 170, 180
scale: 0.5, 1.0
hotspot: 0.5, 0.5
source: Clip4
shader: fragment, Shaders/goldname.fsh
animate: 48, PingPong, OutElastic, pos, 4112, 0, 0
}

Now the names will remain as you play the scene to re-organise it
When you are thru positioning/rescaling/tweeking each name
you can just // comment out the shader: lines, re-save the .scn
and the names will fade out with each new model as before.
Previous Страница 356 След.