Package com.ngt.jopenmetaverse.shared.protocol.primitives

Examples of com.ngt.jopenmetaverse.shared.protocol.primitives.FlexibleData


        prim.PrimData.ProfileEnd = this.Shape.ProfileEnd;
        prim.PrimData.ProfileHollow = this.Shape.ProfileHollow;

        if (this.Flexible != null)
        {
            prim.Flexible = new FlexibleData();
            prim.Flexible.Drag = this.Flexible.Drag;
            prim.Flexible.Force = this.Flexible.Force;
            prim.Flexible.Gravity = this.Flexible.Gravity;
            prim.Flexible.Softness = this.Flexible.Softness;
            prim.Flexible.Tension = this.Flexible.Tension;
View Full Code Here

TOP

Related Classes of com.ngt.jopenmetaverse.shared.protocol.primitives.FlexibleData

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.