Package com.ngt.jopenmetaverse.shared.sim.AppearanceManager

Examples of com.ngt.jopenmetaverse.shared.sim.AppearanceManager.AvatarTextureIndex


                                {
                                    stri++;
                                    line = lines[stri].trim();
                                    fields = line.split(" ");

                                    AvatarTextureIndex id = AvatarTextureIndex.get(Integer.parseInt(fields[0]));
                                    UUID texture = new UUID(fields[1]);

                                    Textures.put(id,  texture);
                                }
                            }
View Full Code Here

TOP

Related Classes of com.ngt.jopenmetaverse.shared.sim.AppearanceManager.AvatarTextureIndex

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.