Package com.threerings.whirled.spot.tools.xml

Examples of com.threerings.whirled.spot.tools.xml.SpotSceneWriter


public class StageSceneWriter extends SceneWriter
{
    public StageSceneWriter ()
    {
        // register our auxiliary model writers
        registerAuxWriter(SpotSceneModel.class, new SpotSceneWriter());
        registerAuxWriter(StageMisoSceneModel.class,
                          new SparseMisoSceneWriter());
    }
View Full Code Here

TOP

Related Classes of com.threerings.whirled.spot.tools.xml.SpotSceneWriter

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.