Package org.jdesktop.wonderland.server.spatial.impl

Examples of org.jdesktop.wonderland.server.spatial.impl.SpatialCell.removeChild()


        scheduleChange(new Change(parent.getCellID(), child.getCellID()) {
            public void run() {
                if (logger.isLoggable(Level.FINE))
                    logger.log(Level.FINE, "RUN removeChild "+cellID+"  "+childCellID);
                SpatialCell parent = universe.getSpatialCell(cellID);
                parent.removeChild(universe.getSpatialCell(childCellID));
            }
        });
    }

    public void setLocalTransform(CellMO cellMO, CellTransform localTransform) {
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.