G.DrawMorph

From GMod Wiki

Jump to: navigation, search
Function
Syntax DrawMorph( Integer Size. )
Where is this used?
Description:
Used by the "DrawMorph" Post-processing effect.
Returns: nil
Part of Library: Global Functions
Realm: NewerClient.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=G.DrawMorph]G.DrawMorph [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]



Examples

DescriptionBlurs the hell out of your screen.
Used onNewerClient.png
Code
hook.Add( "RenderScreenspaceEffects", "BlurMe", PostProcess )
 
 
function PostProcess()
  	DrawMorph( -10 )
  	DrawMorph( 10 )
 
end
OutputN/A


Additional Notes


See Also


Color wheel.pngPost Processing

Hook: RenderScreenspaceEffects


Functions:
- DrawBloom -
- DrawColorModify -
- DrawMaterialOverlay -
- DrawMorph -
- DrawMotionBlur -
- DrawSharpen -
- DrawSobel -
- DrawSunBeams -
- DrawToyTown -


For usage of the Sandbox Post Processing menu, see Post Processing Menu.

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox