Search Unity

FXLab - Unity Effects (Does NOT require Unity Pro)

Discussion in 'Assets and Asset Store' started by Marrrk, Oct 10, 2013.

  1. Marrrk

    Marrrk

    Joined:
    Mar 21, 2011
    Posts:
    1,032
    FXLab gives the power of the Unity Pro RenderTexture feature to Unity (Basic) users.

    This asset allows the usage of "RenderTextures" for Unity users with only the normal version of Unity.
    Simply put one of the many render options to the camera which shall render first and FXLab will generate the needed data for the textures:

    Available Renderers:
    Screen
    Renders the view of a list of cameras into your RenderTexture, ideal for screen effects or CCTVs

    Depth
    Renders the depth of the scene viewed from the list of cameras into a RenderTexture, ideal for Depth of Field, Screen Space Ambient Occlusion and any other kind of effects.

    Reflection
    Renders the reflected view along a given plane from the list of contributing cameras into a RenderTexture. Use it to create stunning water and more.

    Normals
    Render the world normals generated by your scene into a texture and use these to create stunning post processing effects, like Ambient Occlusion or Raytraced Reflections.

    Custom
    Enhance the system by creating own renderers, the full source code of FXLab is included!

    Capture Screen
    Capture the current screen content right after the rendering has finished. This is combinable with post processing effects and multiple other Capture Screen components.

    Post Processing
    Render postprocessing effects right after your camera has finished rendering.

    Every aspect of FXLab is perfectly integrated into the Unity GUI. Every aspect can be configured, for example:

    RenderTextures:
    Update Interval
    How often shall this RenderTexture be updated, set this value to increase the performance.

    Size Mode
    Set how the size of the RenderTexture should be calculated, choose between Factor which bases the size upon a given Size factor and the current Resolution or Max Size, which limits the texture size to a given value.

    Priority
    Which RenderTexture should be rendered first, this allows to specify effects which react to others.

    Preview
    Full Preview of the rendered content.

    Export the RenderTextures to make them assignable to materials! When not done, it will work too, RenderTextures will be globally available in shaders so that materials will work without much extra work.

    This package also includes following effects (FXLab 1.1.0):

    • Water
    • Glass
    • Soft Particles
    • Shockwaves
    • Heat Haze
    • Sucktion
    • Motion Trails
    • Generic Distortions
    • Depth of Field
    • Under Water
    • Bloom
    • Luminance (Grayscale)
    • Pixelize
    • Vignette
    • TV Noise
    • Interlace Lines
    • Motion Blur
    • Screen Space Antialiasing (SSAA)
    • Screen Space Light Shafts
    • More to come!

    A full documentation is available, with setup/installation, and descriptions to some effects. Every effect has a separate sample included into this asset.

    Videos:

    WebPlayers:

    Big WebPlayer samples:

    AssetStore Link ($30):

    Buy over Payloadz ($20):

    Facebook Page:
     
    Last edited: Dec 9, 2013
  2. Rynns

    Rynns

    Joined:
    Dec 14, 2012
    Posts:
    5
    I tested the demo and the affects are really cool! I like the shockwave and the water effects!
    Question: Does it work as well on mac? I had some issues with other tools ...
    Keep up the good work!
     
  3. Lars-Steenhoff

    Lars-Steenhoff

    Joined:
    Aug 7, 2007
    Posts:
    3,527
    Looks really good!
    does it use any better shader functions when using unity pro?

    I mean are there still benefits to be gained from pro when using this assets?
     
  4. Marrrk

    Marrrk

    Joined:
    Mar 21, 2011
    Posts:
    1,032
    Hi there

    @Rynns:
    Unfourtunately I am unable to test it myself on this devices, but a good friend of mine tested it on Mac and there it seems to work like expected :)
    One reviewer even tested it with a mobile device and said that it works there too.

    @Lars Steenhoff:
    FXLab does not give any benefit to Unity Pro owners, FXLab does bring RenderToTextures to Unity, but it is not equally to the RenderToTexture System from Unity Pro. One can change the shaders included in FXLab to work with Unity Pro, this will work, but I dont own Unity Pro, so I am not the right person for this.

    Greetings

    $aa8fe97d-5672-4d3c-abb1-03aade227ff5_scaled.jpg
     
    Last edited: Oct 22, 2013
  5. schoen08

    schoen08

    Joined:
    Sep 4, 2012
    Posts:
    6
    Great work!
    Fantastic effects for the Unity-Indie Developers. Thank you!
     
  6. Marrrk

    Marrrk

    Joined:
    Mar 21, 2011
    Posts:
    1,032
    I uploaded a video demonstrating some of the effects by capturing the Ruins sample (available as Webplayer demo):


    Suggestions about new features or effects, videos, eg are all welcome.
     
  7. Cyrien5100

    Cyrien5100

    Joined:
    Oct 17, 2012
    Posts:
    145
    I followed this from the beggining and i think it's awesome !
    Here is my suggestions :
    - Add SSAO (if possible)
    - Better Depth of Field :
    $DOF.jpg
    I think do it in 2 times can resolve the problem (one texture for near objects and one for far objects)
    - Bloom
    - Others post effects
    - If possible, for high-end computers, allow to have a full resolution texture (to have more accurate effects)
    - I think i dream but shadow mapping ?
     
    Last edited: Oct 12, 2013
  8. Marrrk

    Marrrk

    Joined:
    Mar 21, 2011
    Posts:
    1,032
    Hi there,

    everything you mentioned may be possible. But the DoF effect is not that bad considering it uses only one pass, the screen texture and a depth texture ;)

    For SSAO I will need to create a pass which extracts the surface normals, thats no problem at all, maybe even a 8 bit depth is enough, so this will only require one FX texture, wheter its possible to create the effect in one pass or not is still something I am not sure about as I have never implementes SSAO myself, well we will see.

    Bloom should be possible, I will test it later.

    Other PP effects, well why not, I think I will rework the PP class to allow a separate grab of the rendered scene just to make it more precise (but this will cost some performance, every grab is expensive).

    Shadow Mapping should work too, we are already able to extract the depth from the view of an camera, so there is room for shadowmapping, volumetric lighting, eg.

    Greetings, Mark

    Edit:

    A first quickly made version of the bloom effect.
     
    Last edited: Oct 13, 2013
  9. TheBorDr

    TheBorDr

    Joined:
    Oct 14, 2012
    Posts:
    15
    You have made my day.

    This essentially gives me all I wanted from Unity Pro for about $1480 less.
     
  10. mimminito

    mimminito

    Joined:
    Feb 10, 2010
    Posts:
    780
    How easy is it to add in more post processing effects? Would be great to get some of the default Unity ones integrated into this.

    Thanks for a great product
     
  11. Marrrk

    Marrrk

    Joined:
    Mar 21, 2011
    Posts:
    1,032
    Well, I made a simple boom PP effect yesterday, thats the full shader code of it, its very easy to write custom effects, one just needs to remember that fue to performance reasons multi grab effects (nultiple blur passes for example) should be avoided.

    Code (csharp):
    1.  
    2. Shader "FXLab/PostProcessing/Bloom" {
    3.     Properties {
    4.         _Contrast ("Contrast", Float) = 1
    5.         _Brightness ("Brightness", Float) = 1
    6.         _Bias ("Bias", Float) = 0
    7.         _BlurRange ("Blur Range", Float) = 0.2
    8.     }
    9.     SubShader {
    10.         Blend One One
    11.         Tags { "Queue"="Overlay" "IgnoreProjector"="True" "RenderType"="Opaque" "FXTextures"="Depth, ScreenBuffer"}
    12.         Lighting Off
    13.         Cull Off
    14.         Fog { Mode Off }
    15.         ZWrite Off
    16.                        
    17.         Pass {
    18.             CGPROGRAM
    19.             #pragma vertex vert
    20.             #pragma fragment frag
    21.             #pragma target 3.0
    22.             #include "UnityCG.cginc"
    23.            
    24.             //#define SCREENGRAB_BLUR_STEPS 8
    25.             #include "../FXLab.cginc"
    26.            
    27.             float _Contrast;
    28.             float _Brightness;
    29.             float _Bias;
    30.             float _BlurRange;
    31.  
    32.  
    33.             struct appdata {
    34.                 float4 vertex : POSITION;
    35.                 float4 texcoord : TEXCOORD0;
    36.             };
    37.  
    38.  
    39.             struct v2f {
    40.                 float4 pos : SV_POSITION;
    41.                 float2 uv : TEXCOORD0;
    42.                 float4 screenPos : TEXCOORD2;
    43.             };
    44.                                    
    45.             v2f vert (appdata v) {
    46.                 v2f o;
    47.                 o.pos = mul( UNITY_MATRIX_MVP, v.vertex );
    48.                 o.uv = v.texcoord.xy;
    49.                 o.screenPos = o.pos;
    50.                 return o;
    51.             }
    52.            
    53.             #define ITERATIONS 3
    54.                    
    55.             fixed4 frag( v2f o ) : COLOR
    56.             {
    57.                 SCREEN_UV(o.screenPos);
    58.                
    59.                 fixed3 color = 0;
    60.                 for (int i = 0; i < ITERATIONS; ++i)
    61.                 {
    62.                     color += SAMPLE_BLURRED_SCREEN(0, _BlurRange / ITERATIONS * (i + 1));
    63.                 }
    64.                 color /= ITERATIONS;
    65.                
    66.                 color = saturate(color - _Bias);
    67.                 color = saturate(color * _Brightness);
    68.                 color = saturate(((color * 0.5 - 0.5) * _Contrast) * 2 + 1);
    69.                
    70.                 return fixed4(color, 1);
    71.             }
    72.             ENDCG
    73.         }
    74.     }
    75.     Fallback off
    76. }
    77.  
     
  12. Cyrien5100

    Cyrien5100

    Joined:
    Oct 17, 2012
    Posts:
    145
  13. Marrrk

    Marrrk

    Joined:
    Mar 21, 2011
    Posts:
    1,032
    Thanks, I will have look into it :)

    My colleague finished 2 bigger sample scenes, which are also ready as a project download (you need FXLab for it, the included readme file will contain a how to install documentation):

    A island scene in which the player is able to walk along the beach, view the water from different angles, watch into a camp fire and can discover the depth of the water.
    Project:
    http://www.dras.biz/FXLab/Samples/FXLab_IslandScene/Free_FXLab_Karibic_IslandSample.zip
    WebPlayer:
    http://www.dras.biz/FXLab/Samples/FXLab_IslandScene/FXLab_IslandScene.html

    A mountain scene in which the player can shoot some barrels. This scene includes soft particles (switchable to display the difference). A motion blur effect, shockwaves and a custom scope effect.
    Project:
    http://www.dras.biz/FXLab/Samples/FXLab_MountainScene/Free_FXLab_MountainSample.zip
    WebPlayer:
    http://www.dras.biz/FXLab/Samples/FXLab_MountainScene/FXLab_MountainScene.html

    Would also be nice when people who bought FXLab can give a review and a rating at the AssetStore, this will give us a motivation boost and allows us to focus on the requests and problems.
     
    Last edited: Oct 14, 2013
  14. toto2003

    toto2003

    Joined:
    Sep 22, 2010
    Posts:
    528
    hello marrrk
    i m a happy costumer who bought your asset even i have a unity pro, i can t find the fire effect shown in this page, do you mind to include it in your asset if it s not already the case?

    cheers
     
  15. kalamona

    kalamona

    Joined:
    Aug 16, 2011
    Posts:
    727
    This package seems super useful. I would've needed something like this 2 months ago.
     
  16. Marrrk

    Marrrk

    Joined:
    Mar 21, 2011
    Posts:
    1,032
    Its not part of the asset yet, but I can add it of course.
     
  17. Play_Edu

    Play_Edu

    Joined:
    Jun 10, 2012
    Posts:
    722
    Great work man it's look awesome.
     
  18. mimminito

    mimminito

    Joined:
    Feb 10, 2010
    Posts:
    780
    It would be great if you could add in all new effects into the asset!
     
  19. Marrrk

    Marrrk

    Joined:
    Mar 21, 2011
    Posts:
    1,032
    Well we have following things planned for the next version (1.1):

    • ability to allow post processing effects to be rendered into FXTexture content
    • ability to allow the post processing class to grab the final scene in full resolution
    • improved water plane handling when using view depth and water depth for the water effects
    • improved water transparency calculation (currently only the water height will be used to determine the transparency near shores)
    • Bloom PP effect
    • SSAO PP effect
    • HeazHaze sample (moving fireball as requested)
    I am still open for more suggestions/ideas.
     
  20. mimminito

    mimminito

    Joined:
    Feb 10, 2010
    Posts:
    780
    Fish Eye would be awesome!

    Im pretty useless when it comes to shader programming, how much work would it be to port over one of the Pro Effects into this system?
     
  21. Marrrk

    Marrrk

    Joined:
    Mar 21, 2011
    Posts:
    1,032
    This depends on the type of the effect. What effects would you like to see in the future versions of the package?
     
  22. mimminito

    mimminito

    Joined:
    Feb 10, 2010
    Posts:
    780
    Well, depending on whats possible, the following would be superb:

    - Edge Detection / Edge Detection with Normals
    - Fisheye
    - Antialiasing
    - Noise and Grain

    Nice to haves, but would be brilliant :)
     
  23. Marrrk

    Marrrk

    Joined:
    Mar 21, 2011
    Posts:
    1,032
    Edge Detection: Possible.
    FishEye: Possible
    Antialiasing: Possible but may be slow
    Noise and Grain: Possible without the need of FXLab at all.
     
  24. mimminito

    mimminito

    Joined:
    Feb 10, 2010
    Posts:
    780
  25. Marrrk

    Marrrk

    Joined:
    Mar 21, 2011
    Posts:
    1,032
    Noise and Grain can be archived by moving a noise texture over the screen with a simple blend effect. The hard part is the moving, which should not be visible as moving but more like a random.. well noise. But its doable.

    Most effects from your link are possible, but only FXLab 1.1 will allow full resolution post processing effects as the current version only uses half resolution textures.
     
  26. mimminito

    mimminito

    Joined:
    Feb 10, 2010
    Posts:
    780
    Thanks for the info :) Looking forward to 1.1
     
  27. HolBol

    HolBol

    Joined:
    Feb 9, 2010
    Posts:
    2,887
    I think you've just made a purchase. Ima give it a while to scope out, but it looks fantastic. How easy is the system to integrate into current projects?
     
  28. Marrrk

    Marrrk

    Joined:
    Mar 21, 2011
    Posts:
    1,032
    Its very easy (well this may differ from what other say):

    1. Add the FXCamera component to the camera which renders objects which utilize the FXLab shaders (like a crystal or the water)
    2. Add FXTextures (ScreenBuffer, Depth, eg.) to the same GameObject as the FXCamera and setup the settings (every FXTexture has a set of cameras which should be used to render this texture and cullingmasks to prevent for example the water to appear in this textures)
    or:
    1. Click on the material you want to use and hit the button inside the material inspector which will create the required components automatically for you.
    Inside of the documentation is also a step-by-step tutorial to how to setup FXLab.

    i tried my best to make it as easy as possible, by also providing many options.
     
  29. krakov

    krakov

    Joined:
    Jul 23, 2012
    Posts:
    11
    Well this looks super interesting, render textures for 20 bucks?!

    I has questions:

    If you dont mind me asking how are you grabing camera content? are you using getpixels()? Have you any benchmarks to indicate how much slower than unity pro your system is?

    How practicle is the system for full frame/resolution realtime compositing?

    You seem to know your way around shaders would anything like this be possible?
     
  30. Marrrk

    Marrrk

    Joined:
    Mar 21, 2011
    Posts:
    1,032
    Hi there,

    ReadPixels is the method you seek, but its really slow if used wrong, so the trick is to use it right. Grabbing the full resolution is slow, more so when grabbing more than one time, so FXLab does use some tricks to reduce the amount. I work with a very very very slow laptop (its really slow) but do test it on a desktop PC once in a while which is ~3 Years old. I hit the FPS VSync limit of 60FPS with it.

    But I cant compare it to the UnityPro R2T solution as I do not own UnityPro, but UnityPro should be faster.

    Full resolution realtime compositing is possible with an good enough system, FXLab 1.1 will include full resolution capturing for the post processing effects, but I discourage a heavy usage of it as every time the full resolution will be grabbed a big performance hit occurs, so massive usage of PP effects is possible but will be slow (so keep the number of PP effects low and/or try to reuse as much as possible.)

    I know my way around shaders, but what exactly do you want to know which is possible?
     
  31. krakov

    krakov

    Joined:
    Jul 23, 2012
    Posts:
    11
    There is the free trial period for unity pro? Anyhow it would be useful to know what we're getting into here not have the wrong expectations.


    Ah, there was a link hidden in a word ;) check this http://www.catalinzima.com/2010/07/my-technique-for-the-shader-based-dynamic-2d-shadows/ this sort of thing has been requested by many unity free users.
     
  32. Marrrk

    Marrrk

    Joined:
    Mar 21, 2011
    Posts:
    1,032
    Well there are also the several demo webplayers I linked at the startpost, I recommend the Ruins and island demo:

    http://www.dras.biz/FXLab/Samples/Ruins/Ruins.html
    http://www.dras.biz/FXLab/Samples/FXLab_IslandScene/FXLab_IslandScene.html

    These both should show very clearly the expected performance.

    The 2D Shadow thingy would be possible but very slow, many passes need as I read, this will kill the performance. As I said lower grab count results in better performance ;)

    Can I somehow enable the Pro trial after I have already enabled it (did enable it after i first downloaded Unity a long time ago, but never used the pro features)?
     
    Last edited: Oct 16, 2013
  33. Mauri

    Mauri

    Joined:
    Dec 9, 2010
    Posts:
    2,665
    Send an e-Mail to the support and tell them should help: support@unity3d.com
     
  34. Magikos

    Magikos

    Joined:
    Oct 16, 2013
    Posts:
    11
    Sold. Great product and a perfect price. I couldn't pass it up. I'm excited for the next version.
     
  35. shaderx

    shaderx

    Joined:
    May 9, 2010
    Posts:
    65
    few suggestions that i'd love to see implemented
    -color correction
    -chromatic aberration
    -night heat vision
     
  36. phort99

    phort99

    Joined:
    Oct 20, 2009
    Posts:
    76
    How are the effects actually applied after you grab the rendered image? Is it a shader?
     
  37. lazygunn

    lazygunn

    Joined:
    Jul 24, 2011
    Posts:
    2,749
    Hey, I don't know how much interest you'd have in this, but currently the Unity SDK for the Oculus Rift is pro only, based on two things i can surmise - its use of a native DLL for headtracking information, which can be overcome with other basic-friendly methods, and the second it using post-effects to do the distortion of the images to work with the headset. I wondered if you were interested in writing such a shader as it would be very useful! If possible of course

    There's a GLSL treatment of it, for example, here http://www.mtbs3d.com/phpbb/viewtopic.php?f=140&t=17081
     
  38. Marrrk

    Marrrk

    Joined:
    Mar 21, 2011
    Posts:
    1,032
    @shaderx:
    I will keep that on my ToDo list.

    @phort99:
    Yes a shader, which needs to include a special cginc which provides all functions to access the stuff. The documentation holds a section for this (How to..).

    @lazygunn:
    When it is UnityPro only, what would be the benefit of using FXLab there? That said, yes its possible to convert the shader (throw a quick glance over your linked thread).
     
  39. lazygunn

    lazygunn

    Joined:
    Jul 24, 2011
    Posts:
    2,749
    It's not an actual Unity Pro feature, it's that the some aspects of the SDK for Unity require Unity Pro, as described above. The DLL problem, you can use pipes to get the data from the Oculus for headtracking without having to use the DLL, which is the first reason the SDK needs unity pro. The second reason the SDK uses Unity Pro is because lack of post effects, which your contribution here seems to do a brilliant job of overcoming. There are more details of workarounds here:

    Workarounds created by the VR community

    Their current workaround involves using another external application, when having it as a Unity shader would definitely make it much more convenient, and easier for Unity Free users to consider purchasing this excellent technology (I find it quite unfair in this regard, not that i'm really asking for myself i've been using my OR for various other things). As the current resolution of the oculus is 1280x800, it shouldn't be too taxing too i'd imagine.

    I guess certainly if you can provide the effect, you'll possibly help your sales a bit, maybe? I'd hope so, i'm sure people would be very keen on a Unity Free usable Rift
     
  40. AnomalusUndrdog

    AnomalusUndrdog

    Joined:
    Jul 3, 2009
    Posts:
    1,553
    I don't know why, but it seems like I'm missing the link to give a rating. Anyway, just wanted to mention that it's great. Though that heat haze effect isn't in the package. Will that be a separate purchase? That was what I really wanted.
     
  41. Marrrk

    Marrrk

    Joined:
    Mar 21, 2011
    Posts:
    1,032
    @lazygun:

    I can add such shader, or provide it separately if you want. Is this really only a PP shader?

    @AnomalusUndrdog:

    Hi there, the rating is at the AssetStore page of FXLab, right above the description :)
    To the HeatHaze effect: The shader is included, but no sample, I will add the fireball effect to the 1.1 version which will show the effect a little better. The setup in the ruins demo, which currently displays the effect uses the "Distortion" shader, which is included in FXLab, on a simple particle system. Thats all.
     
  42. AnomalusUndrdog

    AnomalusUndrdog

    Joined:
    Jul 3, 2009
    Posts:
    1,553
    That's the current avg rating for it, there's no link to give a rating.


     
  43. Marrrk

    Marrrk

    Joined:
    Mar 21, 2011
    Posts:
    1,032
    I see, you must be logged in, after that below the current asset rating a new field will appear with a "Your Rating:" prefix. But I wont nag you to write a review, just to have fun with it :)
     
  44. AnomalusUndrdog

    AnomalusUndrdog

    Joined:
    Jul 3, 2009
    Posts:
    1,553
    I am. If you look, it says there "Import". You can't do that if you're not logged in.

    UPDATE: Well, here's another screenshot, this time on the browser. I'm logged in but it's not there. I remember there's another set of stars below that should be there.

     
    Last edited: Oct 18, 2013
  45. Marrrk

    Marrrk

    Joined:
    Mar 21, 2011
    Posts:
    1,032
    Sorry about that. With this unnecessary problems I don't wonder anymore why the review numbers are so low (not only at mine assets). Maybe one need to write a review or something like this, its really strange.
     
  46. cristims

    cristims

    Joined:
    Dec 21, 2012
    Posts:
    24
    Superb product, I've just bought it and I will add a great 5 star review tomorrow (my English is poor and I wait for my wife to make a nice review, she is an English teacher).

    Now, to get to the point.

    I already got your Indie Glow pack, and there you have a control on how many times you multiply an object to create the glow... (I think there is called Factor)

    Can you add a "Factor" or "quality" or "passes" slider to the current Bloom and Dof shaders please?
    I want to increase the number of passes of the blur in those shaders for a better quality on powerful machines.
    I kind of need a wider and stronger yet smoother blur/bloom...(sorry for my description)


    Also... I know this was already requested... but...
    Can you add more full screen shaders please? (it is a great help for us non-shader guys to have as many premade shaders as possible)
    Here are the shaders I think of right now...
    - FSAA it will be great
    - A simple full-screen Blur (without bloom) but, again with a nice blur control (strenght and number of passes/quality)
    - Another Glow (without blur), with controls (quality, strenght...)
    - Tint and Color, with rgb controls and strenght (and even overlay mode (multiply, dodge...)
    - Contrast Enhance (or something similar)



    Again, thank you for your work! You really really help us, the free indie users.
     
    Last edited: Oct 19, 2013
  47. nukeD

    nukeD

    Joined:
    Feb 12, 2009
    Posts:
    411
    Amazing work !!
    Question: i use lots of assets in our games as SkyShop, Playmaker, Shadow Softener... i would like to use FXLab for screen effects as bloom, dof, etc. So what do you think about compatibility/performance between them?

    Thanks
     
  48. Marrrk

    Marrrk

    Joined:
    Mar 21, 2011
    Posts:
    1,032
    Hello,

    @cristims:
    I can add more passes, sure, but keep in mind that every pass will reduce the performance. The factor from IndieGlow only changed the texture resolution used, a broader blur was a positive side effect. I try to add this feature into v1.1 for every texture.

    More fullscreen efffects are planned, but I need to work on some subsystems first (which makes it possible to actively use the generated textures).

    @nukeD:
    Well, as long as the graphic assets (Playmaker is something else, right?) will render through the normal camera system, it should work. For the performance, I doubt that it will have a large, I am sure that FXLab has a bigger impact on the performance than the other assets (I still need to work in the Unity Basic environment.).
     
  49. Aspiring_Failure

    Aspiring_Failure

    Joined:
    Jan 21, 2013
    Posts:
    42
    Aahhhh, this is insanely cool. Come payday you definitely have me as a customer :p

    Do the postprocess effects require special materials at all? I'm especially interested in the depth field effect for my game, how adjustable is it?
     
  50. Marrrk

    Marrrk

    Joined:
    Mar 21, 2011
    Posts:
    1,032
    For the post processing to work you need to do the following:

    1. add the FXCamera component to your camera
    2. add the FXPostProcess component to your camera
    3. create a material and add one of the post processing shaders into it
    4. follow the instructions the material will present you (most likely: "Click this button to setup")
    After that, you can play with the material settings presented to you.

    The DoF has following options:
    • Blur Range (how much should be blurred)
    • Focus Distance (where lays the focus)
    • Focus Range (how far away from the Focus Distance should everything appear sharp)
    • Focus Falloff (how fast should the sharpness decay)
    Every shader is uncompiled, so everyone with a little bit experience in shader development can enhance it or create new variations of it.

    Currently it is not possible to work with a full resolution image for the effects (for example a negate PP effect will look pixelated). I change this for the next big version (1.1) so that this is possible.