I can activate stero side by side camera.
But it is not good for my HMZ-T3W. Sony device, 3D view only.
I have to make it looks like side by side movie media file.
But um I don’t know how. I wanna use bluprint stuff only. I don’t know c++ or unrealscript.
Please, someone know?
not like this
http://i1.ruliweb.daumcdn.net/uf/image/U01/ruliweb/546721B946588F0012
Like this
http://oimg.filejo.com/main/data/2013/04/23/MQa_1366724139.jpg
getnamo
(getnamo)
December 13, 2015, 1:05pm
2
You probably want to approach this by using two SceneCapture2DCamera and two RenderToTarget2D as shown [here][1].
Instead of making a red/green postprocess you would use the horizontal screen position to determine which of the two textures to display e.g.
http://i.imgur.com/AlGoWIo.png
where the texture samples would reference the RenderToTarget2D you created earlier.
Oh, god. Thank you so much! I will try to night!
Really really thank you!
YeHaike
(YeHaike)
July 20, 2017, 5:16pm
4
Hi, please visit the “iLocalPlayer” UE4 C++ Plugin on UE4 Marketplace: iLocalPlayer4UE4 in Code Plugins - UE Marketplace
Functions of this plugin :1. Side-by-Side Stereo 3D implementing; 2. Asymmetric projection(or named asymmetric view frustum) implementing.
Hope this helps you.
Thanks, This is kind of professional tool.