Hi everyone, if I would like to set up this billboard shader in SF: CGPROGRAM #pragma vertex vert #pragma fragment frag // User-specified uniforms uniform sampler2D _MainTex; struct vertexInput { float4 vertex : POSITION; float4 tex : TEXCOORD0; }; struct vertexOutput { float4 pos : SV_POSITION; float4 tex : TEXCOORD0; };…
Hey everyone, I had a project years ago that was pimped on Polycount from my indie team, Parasytic Moon call Dissonance. In 2004, I flew out Marko Djuerjevic (SixMoreVodka) from Germany to bring the world we were creating to life. I am now looking to sell most of the original drawings that were created for that project.…
Guys, i was working on this scene where vray started giving me a headache with this error randomly. (even with an completely new empty scene) I tried both vray 2.40.04 on max 2014 and vray 2.4 for max 2013 on same scene, but both give this error. guys any clues? 16GB ram gtx 480 win 7 professional 64bit Quote:…
nice.. although the face looks a little too friendly imho. and the color of the clothes should be a little more greenish.. looks like black&white check out these images: http://www.hpwt.de/2Weltkrieg/Uniform.jpg http://www.mosnews.com/files/11263/020.jpg the boots look weird.
Oh yeah sorry if I was unclear : I didn't mean to suggest that you should set your monitor to use the sRGB profile in the windows color settings, at all. What I meant is : in order for other people to see something predictable when viewing your screenshots and renders, you should *convert* these documents to sRGB before…
001: It's quite a thing, winning the loyalty of a woman like that for nineteen consecutive seasons. 002: Um... yes, sir. 001: She's very fond of me, you know. 002: Yes, sir. 001: I've never seen her like that before. 002: No, sir. 001: She was shaking like a shitting dog. 002: ...Truly.
Took the xyzWindow script for Maya posted here the other day and updated it to be a full transform type-in window that mimics Max. Maybe someone here can get some use out of it (or give some thoughts on improving it): ////////////////////////////////////////////////////title: xyzWindow//Version: 2.0//Date:…
Just thinking out loud here, haven't really got a chance to test this theory. But what if the color texture already has a pretty dark/near black texture? Then multiplying the AO into the diffuse won't amplify the dark effect that much. In that case you ought to benefit more from multiplying a separate AO map into the…