» Spatial Edge Blend shader
This site relies heavily on Javascript. You should enable it if you want the full experience. Learn more.

Spatial Edge Blend shader

effect
Credits: elliotwoods, colorsound, catweasel

about

This shader enables you to edge blend in 3D, which is especially useful for projection mapping. This is a bit of a 'kitchen sink' shader which includes some other useful bits for mapping as well.

Edge blending (aka Soft Edge) features

  • Blend region size / position
  • Blend direction unit vector input
  • RGB gamma adjustment

Other features

  • Bicubic filtering
  • Texture projection (for viewpoint matching)

Requirements:

  • Bicubic.fxh (needs to be in same dir as effect)
  • BicubicFilterKernel.hdr

To use

You need to edit the shader dependin on how many projectors you have.

Edit line #7 in the shader:

#define nRegions 3

and set nRegions to your number of projectors

Inputs

Set your blend vector to be the unit vector in the direction you want to blend in, e.g. if you're blending across the width of your sculpture, then chances are that you want the blend vector to be (1,0,0). This means that blends are cast across the x dimension.

Then set 'yBlends' (called 'Edge Blend Line' in the help patch) to the places where you want to blend.

Your renderer will need to have seperate viewports for each projector.
Check the help patch!

Also, if you want to project a texture onto the object using a projection matrix, then input your projection matrix into 'tProjection' as set 'useProjection' to 1.

download

_SpatialEdgeBlendPolar_ViewPort_TArray.zip
23.03.16 [11:54 UTC] by colorsound | 1042 downloads
Manual Slicing by T,B,L,R,Polar Version,Independent blend width per side,new help patches,Spanmode&DualMode versions
Show 4 older revisions

Older Revisions

SpatialEdgeBlend (DX11).zip
04.04.13 [12:06 UTC] by colorsound | 982 downloads
DX11 Version
SpatialEdgeBlend (EX9.Effect).zip
08.08.12 [12:54 UTC] by colorsound | 858 downloads
some bugfixes, tidying up code , updated help patch
SpatialEdgeBlend.zip
15.01.12 [23:19 UTC] by u7angel | 731 downloads
fixed for beta27
SpatialEdgeBlend.zip
25.09.10 [12:45 UTC] by elliotwoods | 1123 downloads
Shader file and help patch

sugokuGENKI 25/09/2010 - 12:57

P.S. for calibration,
it's good to input a grid texture, set useProjection to 1, and not use anyting on tProjector.
That way, your grid will be projected directly in x,y onto your object, so you can calibrate.

P.S. This shader generally presumes that all your projectors are in a line facing towards your target.
It doesn't deal with multiple projectors that inwards / outwards onto a scene.

sunep 15/01/2012 - 17:30

I get the error "failed to open 'Bucubic.fxh'"

woei 15/01/2012 - 20:03

correcting line 57 from

#include "Bicubic.fxh"

to

#include <effects\Bicubic.fxh>

will reference the vvvv included .fxh file and thus throw no error

io 29/10/2012 - 21:20

ATI HD6970 the Gamma settings don t seem to have any effect. Didn t have the time to look into the shader for the usual suspects, any take on this?
Simone

io 31/10/2012 - 13:12

yay! There a commented out line which works for ATI :

//return factorbottom * factortop;
 
    return pow(factortop * factorbottom, gammaRGB);
io 02/11/2012 - 00:19

Now, the next step would be a dynamic gamma correction.
Not sure but you should be able to input 4 RGB parameters, for RGB and probably for full white, that would be a projector/lamp color footprint. Based on this footprint a gamma correction should be calculated for every pixel that is shared among more than one viewport.
S.

isdzaurov 24/03/2016 - 16:05

eeeeh cool!

anonymous user login

Shoutbox

~1d ago

joreg: vvvvTv S02E01 is out: Buttons & Sliders with Dear ImGui: https://www.youtube.com/live/PuuTilbqd9w

~8d ago

joreg: vvvvTv S02E00 is out: Sensors & Servos with Arduino: https://visualprogramming.net/blog/2024/vvvvtv-is-back-with-season-2/

~9d ago

fleg: hey there! What's the best tool for remote work? Teamviewer feels terrible. Thanks!

~22d ago

joreg: Last call: 6-session vvvv beginner course starting November 4: https://thenodeinstitute.org/courses/ws24-5-vvvv-beginners-part-i/

~1mth ago

joreg: Missed the last meetup? You can rewatch it here: https://www.youtube.com/live/MdvTa58uxB0?si=Fwi-9hHoCmo794Ag

~1mth ago

theurbankind: When is the next big event, like node festival ?

~1mth ago

~1mth ago

joreg: Join us for the next vvvv meetup on Oktober 17th: https://visualprogramming.net/blog/2024/25.-vvvv-worldwide-meetup/

~1mth ago

joreg: 6 session beginner course part 2 "Deep Dive" starts January 13th: https://thenodeinstitute.org/courses/ws24-5-vvvv-beginners-part-ii/