Exemple #1
0
 public virtual void SetCamera(ref UWB_Camera c)
 {
     m_Camera = c;
 }
 public UWB_WindowHandler()
 {
     m_WCWindow = new UWB_BoundingBox();
     m_Camera   = new UWB_Camera();
 }
 public virtual void SetCamera(ref UWB_Camera c)
 {
     m_Camera = c;
 }
 public UWB_WindowHandler()
 {
     m_WCWindow = new UWB_BoundingBox();
     m_Camera = new UWB_Camera();
 }