Package com.ardor3d.math

Examples of com.ardor3d.math.Vector3.lerpLocal()


            }

            interpolationVector.set(trailData.position);

            if (i > 0) {
                interpolationVector.lerpLocal(trailVectors.get(i - 1).position, throttle);
            }
        }

        for (int i = 0; i < nrTrailSections; i++) {
            final TrailData trailData = trailVectors.get(i);
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.