Browse Source

Added UVImage.

Daniel Kauth 11 years ago
parent
commit
dfbb0f0200
2 changed files with 1 additions and 4 deletions
  1. 0 4
      bbiwarg/Test/TestDataSource.cs
  2. 1 0
      bbiwarg/bbiwarg.csproj

+ 0 - 4
bbiwarg/Test/TestDataSource.cs

@@ -21,10 +21,6 @@ namespace bbiwarg.Test
             {
                 source.updateFrame();
 
-                VertexArray v = source.getVertexArray();
-
-
-
                 source.releaseFrame();
             }
 

+ 1 - 0
bbiwarg/bbiwarg.csproj

@@ -56,6 +56,7 @@
     <Reference Include="System.Xml" />
   </ItemGroup>
   <ItemGroup>
+    <Compile Include="DataSource\UVImage.cs" />
     <Compile Include="DataSource\Color4.cs" />
     <Compile Include="DataSource\ColorImage.cs" />
     <Compile Include="DataSource\ConfidenceImage.cs" />