Ejemplo n.º 1
0
 public ModelOrientationControl(IRenderEngine renderPlugin, WindowManager wm)
 {
     InitializeComponent();
     this.wm = wm;
     this.renderPlugin = renderPlugin;
     engine = renderPlugin as RayCaster;
 }
Ejemplo n.º 2
0
 public ModelOrientationControl(ref RayCaster raycaster, WindowManager wm)
     : this(((IRenderEngine)raycaster), wm)
 {
 }