Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
conectorrrr's avatar
conectorrrr
Honored Guest
10 years ago

ue4 SBS movie inside a game

Hi. I am trying to achive an effect used in "INSURGENT: Shatter Reality" effect of embeded stereoscopic movies inside ue4.
I found a tutorial on ue4 forums but i could not make it to work
https://forums.unrealengine.com/showthr ... ie+texture

has sombody tried to do it before?
i would like to achive the same effect of fake 3d people inside true 3d environment by use of sbs movie textures

10 Replies

Replies have been turned off for this discussion
  • "cybereality" wrote:
    That's a slick technique, opamp.


    Thanks cyber.
  • "opamp" wrote:
    Heres a basic shader that should do the job.



    you really bring back belevie in humanity :) thx a lot
  • crashd's avatar
    crashd
    Honored Guest
    Is this shader a useful solution for showing different textures to each eye in the VR views? Bit confused as to how the default VR view works in the newest versions!
  • "crashd" wrote:
    Is this shader a useful solution for showing different textures to each eye in the VR views? Bit confused as to how the default VR view works in the newest versions!



    Close.

    For putting a texture in each eye you would replace the yellow and green with your left and right eye textures.
    Tile the textures along U by 2 using a texturecoord node and get rid of the remap and media texture node.

  • opamp said:

    Heres a basic shader that should do the job.



    ALGIiR9b.png


    Im getting the following error when trying to compile shader:

    SM5 Function UV Remap_0-1_ToRange: Cannot cast from float3 to float4

    Thanks in advance!