Package com.ngt.jopenmetaverse.shared.sim.asset.AssetPrim.PrimObject

Examples of com.ngt.jopenmetaverse.shared.sim.asset.AssetPrim.PrimObject.ShapeBlock


     *   parsed ShapeBlock
     *  update PrimObject for certain fields
     */
    private static ShapeBlock ReadShap(Node root, PrimObject prim) throws AssetPrimitiveParsingException
    {
      ShapeBlock shape = new ShapeBlock();
      ProfileShape profileShape = ProfileShape.Circle;
      HoleType holeType = HoleType.Circle;
      UUID sculptTexture = UUID.Zero;
      SculptType sculptType = SculptType.None;
        boolean hasFlexi = false;
View Full Code Here

TOP

Related Classes of com.ngt.jopenmetaverse.shared.sim.asset.AssetPrim.PrimObject.ShapeBlock

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.