gonna use comora library instead of making a camera solution

This commit is contained in:
Harrison Deng 2018-11-11 01:33:15 -06:00
parent aabb5e6793
commit 9a0b74135a
2 changed files with 1 additions and 12 deletions

View File

@ -1,12 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RhythmBullet.Zer01HD.Utilities.Renderer
{
class ScaledRenderer
{
}
}

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<packages> <packages>
<package id="BulletSharp" version="0.11.1" targetFramework="net45" /> <package id="BulletSharp" version="0.11.1" targetFramework="net45" />
<package id="Comora" version="0.5.0" targetFramework="net45" />
<package id="DSP" version="1.0.0" targetFramework="net45" /> <package id="DSP" version="1.0.0" targetFramework="net45" />
</packages> </packages>