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