* Simplified the height calculation and changed it to use better default values to mitigate the shrunk avatar problem
* Changed the signature of the AppearanceManager.OnAgentWearables callback (no need to send an overly complex data structure copy as we have the InternalDictionary for Wearables) * Actually fire AppearanceManager.OnAgentWearables * Updated avatar_lad.xml to the latest version (just adds two new params for lip-synching, doesn't affect the lib yet) * Modified VisualParamGenerator to read from the included avatar_lad.xml resource and write out String.Empty instead of empty quotes git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@1895 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -45,6 +45,12 @@
|
||||
<ItemGroup>
|
||||
<Compile Include="VisualParamGenerator.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\libsecondlife.csproj">
|
||||
<Project>{D9CDEDFB-8169-4B03-B57F-0DF638F044EC}</Project>
|
||||
<Name>libsecondlife</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
Other similar extension points exist, see Microsoft.Common.targets.
|
||||
|
||||
Reference in New Issue
Block a user