Terraria v1.4.4.9
Terraria source code documentation
|
This is the complete list of members for Microsoft.Xna.Framework.Graphics.EffectHelpers, including all inherited members.
EnableDefaultLighting(DirectionalLight light0, DirectionalLight light1, DirectionalLight light2) | Microsoft.Xna.Framework.Graphics.EffectHelpers | inlinepackagestatic |
SetFogVector(ref Matrix worldView, float fogStart, float fogEnd, EffectParameter fogVectorParam) | Microsoft.Xna.Framework.Graphics.EffectHelpers | inlineprivatestatic |
SetLightingMatrices(EffectDirtyFlags dirtyFlags, ref Matrix world, ref Matrix view, EffectParameter worldParam, EffectParameter worldInverseTransposeParam, EffectParameter eyePositionParam) | Microsoft.Xna.Framework.Graphics.EffectHelpers | inlinepackagestatic |
SetMaterialColor(bool lightingEnabled, float alpha, ref Vector3 diffuseColor, ref Vector3 emissiveColor, ref Vector3 ambientLightColor, EffectParameter diffuseColorParam, EffectParameter emissiveColorParam) | Microsoft.Xna.Framework.Graphics.EffectHelpers | inlinepackagestatic |
SetWorldViewProjAndFog(EffectDirtyFlags dirtyFlags, ref Matrix world, ref Matrix view, ref Matrix projection, ref Matrix worldView, bool fogEnabled, float fogStart, float fogEnd, EffectParameter worldViewProjParam, EffectParameter fogVectorParam) | Microsoft.Xna.Framework.Graphics.EffectHelpers | inlinepackagestatic |