Just copy and replace the transformVS chunk vertex shader with above specified lines in section:
#ifdef SCREENSPACE
screenPos = posW;
#else
....paste code here
#endif
Just copy and replace the transformVS chunk vertex shader with above specified lines in section:
#ifdef SCREENSPACE
screenPos = posW;
#else
....paste code here
#endif