Ejemplo n.º 1
0
            // called by AppThreadFunction
            public ovrApp(ref ovrJava java)
            {
                this.Scene = new ovrScene {
                    App = this
                };

                ConsoleExtensions.trace("enter ovrApp, set ovrJava, call ovrSimulation_Clear");
                this.Java = java;

                // 1408

                this.Simulation.ovrSimulation_Clear();
            }
            // called by AppThreadFunction
            public ovrApp(ref ovrJava java)
            {
                this.Scene = new ovrScene { App = this };

                ConsoleExtensions.trace("enter ovrApp, set ovrJava, call ovrSimulation_Clear");
                this.Java = java;

                // 1408

                this.Simulation.ovrSimulation_Clear();
            }