Talk:Aftershock

From Valve Developer Community
Jump to: navigation, search

The second sentence and the Note exactly contradict each other. Thelonesoldier 10:22, 2 February 2011 (UTC)

I can't picture this effect at all. A screenshot of it, and of the model used, would really help. --TomEdwards 16:54, 2 February 2011 (UTC)

Does anyone even know where it's being used by valve? I just looked at the code to fix the page; I have no clue if it's used anywhere... --Biohazard 17:12, 2 February 2011 (UTC)
Presumably at the end of Ep2. --TomEdwards 18:39, 2 February 2011 (UTC)
I got it now, it's actually at the very beginning of ep2; this is just what creates the refraction of the portal-storm. I don't think that effect is used anywhere near the end, not sure. --Biohazard 19:25, 2 February 2011 (UTC)

recent edits

It does not support 'outline' or 'detail', please check your shader source. Just taking a look at the material params proves that:

		info.m_nColorTint = COLORTINT;
		info.m_nRefractAmount = REFRACTAMOUNT;

		info.m_nBumpmap = NORMALMAP;
		info.m_nBumpFrame = BUMPFRAME;
		info.m_nBumpTransform = BUMPTRANSFORM;

		info.m_nSilhouetteThickness = SILHOUETTETHICKNESS;
		info.m_nSilhouetteColor = SILHOUETTECOLOR;
		info.m_nGroundMin = GROUNDMIN;
		info.m_nGroundMax = GROUNDMAX;
		info.m_nBlurAmount = BLURAMOUNT;

		info.m_nTime = TIME;

refractamount is not an effect, it belongs to normalmap. And anyway, I'm not too sure about the correctness of the term effect in these cases in general, but all shaders are described like that... --Biohazard 10:03, 7 February 2011 (UTC)