Began rolling out a new, more effective rectangle packer; renamed the previous 'Cygon' algorithm to 'Simple' because of its simplicity
git-svn-id: file:///srv/devel/repo-conversion/nusu@20 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
d09bb30cec
commit
62d54b5795
6 changed files with 272 additions and 47 deletions
|
|
@ -150,6 +150,15 @@
|
|||
<Name>RectanglePacker.Test</Name>
|
||||
<DependentUpon>RectanglePacker.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\Packing\SimpleRectanglePacker.cs">
|
||||
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
||||
<Name>SimpleRectanglePacker</Name>
|
||||
</Compile>
|
||||
<Compile Include="Source\Packing\SimpleRectanglePacker.Test.cs">
|
||||
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
||||
<Name>SimpleRectanglePacker.Test</Name>
|
||||
<DependentUpon>SimpleRectanglePacker.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Source\Serialization\BinarySerializer.Test.cs">
|
||||
<XNAUseContentPipeline>false</XNAUseContentPipeline>
|
||||
<Name>BinarySerializer.Test</Name>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue