
Unity
Get flash to fully experience Pearltrees
video y streaming
stereo
Concerning Side-by-Side rendering for passive stereo: Note, besides DualHead2Go and ATI EyeFinity / nvidia Surround, there is a tweak which allows Unity to render fullscreen to a wide desktop, which you can then display using the "normal" Windows DualView/multiple Displays setup. The trick is to create a custom resolution (with the nvidia control panel) that is 1 pixel less than your desired wide resolution. Once this resolution is defined, it is available to Unity's resolution dialog.
stereo 3D in Unity 3D
Play Streaming Video in Unity 3D
using UnityEngine; using System.Collections; public class streaming : MonoBehaviour { private MovieTexture m; private string playButtonString="play",url= "http://localhost/"; private string [] mediaSource = {"1.ogv","2.ogv","3.ogv","4.ogv","5.ogv"};Movie Texture
Unity important

