TCAD = {}; TCAD.App = function() { this.viewer = new TCAD.Viewer(); this.ui = new TCAD.UI(this.viewer); };