Package com.threerings.whirled.client

Examples of com.threerings.whirled.client.SceneDirector


        SceneFactory sfact = new SceneFactory() {
            public Scene createScene (SceneModel model, PlaceConfig config) {
                return new SceneImpl(model, config);
            }
        };
        _scdir = new SceneDirector(_ctx, _locdir, _screp, sfact);

        // we want to know about location changes
        _locdir.addLocationObserver(this);
    }
View Full Code Here

TOP

Related Classes of com.threerings.whirled.client.SceneDirector

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.