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.

Ostatnie posty - Strona 388

  Forum

ComteDracula
Dołączył: Aug 2017
2688 post(y/ów)

Discussions for Scenes for Version 1.2.X Fullscreen Mode here

Wszystko o iStripper
February 16, 2022, 5050 odpowiedzi
The FG175, works well for me @EverthangForever.

I can't wait to receive and install my new memory modules (RAM), to see if there will be a difference in performance.

The graphic of this scene is impressive, with its 3D impression.

Thank you.

I am happy for you @Philours. Getting some color back is a sign of getting healthy again. We are always in slow motion, during a recovery. 😆

Here is a song, that will go well for you with this scene, from one of our late great Quebec rock band.

"Slow Motion" by the band "Corbeau", with Marjolaine Morin (Marjo). Song which is according to me part of their best album "Illégal".

To discover, if you don't know. 😊

https://www.youtube.com/watch?v=DVjfZXHz4EU

She was pretty and sexy our Marjo in the 80s. It's always a pleasure to see her again, when she covers her old hits on TV.
https://www.youtube.com/watch?v=-Wj17y-73ZA



La FG175, fonctionne bien pour moi @EverthangForever.

J'ai hâte de recevoir et installer mes nouvelles barrettes mémoires (RAM), pour voir s'il va y avoir une différence dans la performance.

Le graphique de cette scène est impressionnante, avec son impression de 3D.

Merci.

Je suis content pour vous @Philours. Retrouver des couleurs, est un signe de retour à la santé. On est toujours au ralenti, lors d'un rétablissement. 😆

Tiens une chanson, qui va bien aller pour vous avec cette scène, d'un de nos défunts grand groupe de rock québécois.

"Slow Motion" du groupe "Corbeau", avec Marjolaine Morin (Marjo). Chanson qui fait partie selon moi de leur meilleur album "Illégal"

À découvrir, si vous ne connaissez pas. 😊

https://www.youtube.com/watch?v=DVjfZXHz4EU

Elle était jolie et sexy notre Marjo dans les *****ées 80. C'est toujours un plaisir de la revoir, lorsqu'elle reprend ses anciens succès à la télé.
https://www.youtube.com/watch?v=-Wj17y-73ZA
EverthangForever
Dołączył: Oct 2009
4466 post(y/ów)

Discussions for Scenes for Version 1.2.X Fullscreen Mode here

Wszystko o iStripper
February 16, 2022, 5050 odpowiedzi
@Socialhazard your idea of testing old against new clips is quite important imho. 👍
Thanks lots for that

WebGL Shader Inputs:

uniform vec3 iResolution; // viewport resolution (in pixels)
uniform float iTime; // shader playback time (in seconds)
uniform float iTimeDelta; // render time (in seconds)
uniform int iFrame; // shader playback frame
//uniform float iChannelTime[4]; // channel playback time (in seconds)
//uniform vec3 iChannelResolution[4]; // channel resolution (in pixels)
uniform vec4 iMouse; // mouse pixel coords. xy: current (if MLB down), zw: click
//uniform samplerXX iChannel0..3; // input channel. XX = 2D/Cube
uniform vec4 iDate; // (year, month, day, time in seconds)
//uniform float iSampleRate; // sound sample rate (i.e., 44100)

These are some default settings that Shadertoy's WebGL works with.
As we don't have multichannels like sound on our OpenGL iSplayer,
I have commented out the ones that I figure don't apply on our system.

In the quest for getting shaders to compile and run efficiently, its worth keeping an eye
on your vghd.logs to see if any of the above are creating ommisions or conflicts.

I was intrigued by the slow down of clip frame rate caused by proximity of the model
to the 'Strandbeestie' in da Frosted Forest.fsh Mods recently. There appears to be a
relationship between Clip stuttering and..
  • How much ( ie: how close ) does the detail of the shader get to filling the screen
  • How independently is detail in the shader moving and what is range of color used.
  • Age of the clip ( ie: is it resolution 720p, 1080p, 3K or 4K ? )
  • the speed at which the shader is running at.

Here is another shader by Eiffie that you might want to mess with, to test the effects
on clip frame rates.
https://www.istripper.com/forum/thread/29408/69?post=737214