In BodyShapeParams

+ Fixed IsValid
+ Added a function to validate a Dictionary<uint,float> representing a bodyshape
+ Added a function to do a pretty print ToString() for a Dictionary bodyshape

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@548 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Michael Cortez
2006-11-10 00:10:48 +00:00
parent 8c4c4d6256
commit 450fa36c2c
4 changed files with 1098 additions and 346 deletions

View File

@@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BodyPartMorphGenerator</RootNamespace>
<AssemblyName>GenBodyParams</AssemblyName>
<StartupObject>BodyPartMorphGenerator.genbodyparams</StartupObject>
<StartupObject>BodyPartMorphGenerator.GenBodyParams</StartupObject>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -34,7 +34,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="genbodyparams.cs" />
<Compile Include="GenBodyParams.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />