static void Main(string[] args) { try { var app = new RenderToTextureSample(); app.Run(); } catch (SEHException) { if (!OgreException.IsThrown) { throw; } var ogreException = OgreException.LastException; //Example.ShowOgreException(); } }
public RttWorkspaceListener(RenderToTextureSample sample) { _sample = sample; }