Package imi.character

Examples of imi.character.AttachmentParams


                attrs.addLoadInstruction(model);
                attrs.getMetaData().put(ConfigType.HAIR.toString(), getName());

                // Take the first shape as the mesh to use for the hair. We
                // assume there is at least one
                AttachmentParams params = new AttachmentParams(
                        getShapes()[0], // Mesh
                        "HairAttach", // Parent Joint
                        PMatrix.IDENTITY, // Orientation
                        "HairAttachmentJoint", // Attachment Joint Name
                        model);              // Owning File Name
View Full Code Here

TOP

Related Classes of imi.character.AttachmentParams

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.