Nice. I've used this script for years, with hotkeys set for half canvas X, Y and XY offset. http://www.hesido.com/base.php?page=tutorials&sub=offsetall
You can use a one instruction line : diffuseColor = tex2D(g_TopSampler,IN.UV0.xy);diffuseColor = (diffuseColor != 0) ? diffuseColor : float4(1,1,1,1); the ?: translates to 1 asm instruction
Yo' momma is so masculine, that Reset X-form actually changes her into a man. (you know, with the XX vs XY chromosomes and everything... yeah.. thought so.)
Lmao, this is awesome! It worked flawlessly once I found the Movement speed xy at the bottom, you are the MAN. I'll post my character once it's done with it in action. : DDDD Many thanks.
[ QUOTE ] Does anyone else find that their tablet doubles nicely as a drink coaster? [/ QUOTE ] I find it doubles quite nicely as an xy-controller with pressure sensitivety and multiple controllers with Miditab.
Woah XY what you're drawing with? That last one is so nice with the crooked glasses and all! A pic to explain the eraser thing : Not great a drawing but it's very fast in the making and also very relaxing to do!
EDIT: If you have echo all commands turned on it will spit out the window path for script editor. Just tried that code on 2014 with $b = updateManipCoords();print $b; added at the end and got the xy position of the pivot.
A screen aligned texture would look similar to this. In that case, you would simply use the screen xy coordinates as texture coordinates. Where do you want to create this effect? I mean which engine or renderer?