Package com.ardor3d.extension.ui

Examples of com.ardor3d.extension.ui.UIFrame.addTranslation()


        frame.setLocalComponentSize(newWidth, newHeight);

        vec.set(0, _initialLocalComponentHeight - newHeight, 0);
        _initFrameTransform.applyForwardVector(vec);
        frame.setTransform(_initFrameTransform);
        frame.addTranslation(vec);
        Vector3.releaseTempInstance(vec);

        frame.layout();
    }
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.