Exemplo n.º 1
0
 private void OnLoaded(object sender, RoutedEventArgs e)
 {
     this.application = new GameRenderer(this.SwapChainPanel);
     this.application.Initialize();
 }
Exemplo n.º 2
0
 public OVRService(IApplication application)
 {
     this.application = (WaveEngine.Adapter.Application)application;
     this.graphicsDevice = this.application.GraphicsDevice;
     this.renderPose = new PoseF[2];
 }
Exemplo n.º 3
0
 private void OnLoaded(object sender, RoutedEventArgs e)
 {
     this.application = new GameRenderer(this.SwapChainPanel);
     this.application.Initialize();
 }
Exemplo n.º 4
0
 public OVRService(IApplication application)
 {
     this.application    = (WaveEngine.Adapter.Application)application;
     this.graphicsDevice = this.application.GraphicsDevice;
     this.renderPose     = new PoseF[2];
 }