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.

最后发帖 - 页数 1808

  论坛

EverthangForever
已加入 在 Oct 2009
4470 发布

Discussions for Scenes for Version 1.2.X Fullscreen Mode here

关于iStripper的一切
January 3, 2015, 5054 回复
I support @HSS plea for fullscreen VGHD to be adapted to support or at least be portable with WebGL. The only reason I can think of why this has not happened, is that keeping it fullscreen was probably originally conceived as a way of preventing capture by folks of VG shows as movie files, however people especially gamers with Fraps etc. can probably do that already anyhow if they want to.

I'm enamoured of the notion of centralising all the shader toy VGHD adaptations in one place and am most grateful for TheEmu's effort to provide a 'home' URL for this to occur. In any successful future adaptations of shadertoys I can muster, I will try to rename accordingly so as to fit the systematic folder index approach TheEmu has provided with minimal effort required on his part, for inclusion in that listing. Once again, thanks for setting this up for everyone's benefit @TheEmu, and for maintaining it as non-commercial, and thanks to you & @Wyldanimal for commenting well (incl. showing the original code stroked out ) for any tweaks you guys make to enhance performance. You guys have truely made sharing a future joy !

@Wyld, said..'The 2nd iChannel1 has a music file as input....And perhaps there is also Texture1, Texture2 etc...'
You mentioned some time ago that the VGHDPlayer was not yet music responsive ( & we know ShaderToy currently is ). Is that 2nd iChannel & extra textures use with music beat a logical next step ? I hope so.
TheEmu
已加入 在 Jul 2012
7424 发布
TheEmu
已加入 在 Jul 2012
7424 发布

Discussions for Scenes for Version 1.2.X Fullscreen Mode here

关于iStripper的一切
January 2, 2015, 5054 回复
@wangzukkk

I like the Star performer plus a backing chorus line. The result looks good.

A few very ***** points:-

You probably want to add "behindtable" to the list of clip types to deny for the "Clip" chorus line clip - otherwise you get performers sticking out through the platform. You should also probably add "accessories" to the list of things to deny - otherwise you get chorus lines with the occasional motorbike or armchair spoiling the general effect, and you might consider denying accessories for the main performer as well. It may be worth while adding "inout" to the deny lists so you don't get the performers walking on or off the stage.

Some work is needed on the reflection in the scene with just one large girl, but you seem to have handled it well in the other scenes.

In all but one of the scenes there is an error which causes the "toggle log" button to show next to the "show on full screen" button below the preview window. This is due to the declaration of the texture node

texture {
id: SceneMask
source: single/plan0.png
}

because you have no "plan0.png" file in your "single" directory. You should either supply the missing file or modify the scene not to use the SceneMask.

You only use one clipNameSprite, and this this is for the chorus line 's sprite. You should either use two clipNameSprites, one for each clip, and position them not to overlap, or switch the single clipNameSprite to reference the main performer.

Thank you for sharing the scenes. I like them.