Package com.threerings.whirled.data

Examples of com.threerings.whirled.data.SceneImpl


        // create the handles for our various services
        _screp = new DummyClientSceneRepository();

        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
View Full Code Here

TOP

Related Classes of com.threerings.whirled.data.SceneImpl

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.