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.

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

  Форум

stefnev1
MODERATOR
Присоединился в Jul 2008
17389 Сообщения
Philours
Присоединился в Feb 2019
4005 Сообщения
dolphins109
Присоединился в Feb 2011
1834 Сообщения
sh42n81
Присоединился в Apr 2008
507 Сообщения
stefnev1
MODERATOR
Присоединился в Jul 2008
17389 Сообщения
TheEmu
Присоединился в Jul 2012
7424 Сообщения

Share your FullScreen - Member Created Scenes here

Всё о iStripper
4 August 2020, 2714 Ответы
One constructive criticism about the island scene, though: the Girl's shadow seems to be pointing the wrong way relative to the cabana.

That is a common problem. Unfortunately just using the functions provided by the .scn files for shadows (rotation and scaling) are not enough to get the shadows pointing in the correct direction to match those of the setting.

It is possible to do much better using a shader - as a minimum you need to apply a shear transformation to ofset the shadow of the head sideways relative to that of the feet. You may also want to apply some tapering so that the shadow gets narrower or wider the further away it gets from the feet and also to blur it and maybe to introduce a gradient in its colour and transparency.

I have written a shader to do these things, but even I find it a bit ***** to use as it is a lot of work to get the shadows properly aligned with the clip it is supposed to be shadowing. The problem is that although each parameter is simple to understand the way they interact means that when I change one parameter I then may need to fiddle with two or three others to get the shadow back where it should be which then means adjusting the first one again - and then repeat the cycle several times to gradually find the correct values. At some point I really should look at it again to make it more user friendly.

A better approach would be to use a ray-casting approach in a shader, but that would be more complex and use a lot more GPU power than faking it out as I currently do.
Previous Страница 746 След.