Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
DisparityCameraBehaviour.cs
Go to the documentation of this file.
1 using UnityEngine;
2 
3 namespace droid.Runtime.Utilities.GameObjects.NeodroidCamera.Experimental {
7  public class DisparityCameraBehaviour : MonoBehaviour {
8  //TODO: Implement
9  }
10 }