goat3d

diff goat3d.vcxproj.filters @ 76:9785847d52d4

bounding boxes calculation (untested) and automatic camera placement in goatview
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 08 May 2014 13:43:45 +0300
parents d317eb4f83da
children
line diff
     1.1 --- a/goat3d.vcxproj.filters	Thu May 08 00:50:16 2014 +0300
     1.2 +++ b/goat3d.vcxproj.filters	Thu May 08 13:43:45 2014 +0300
     1.3 @@ -3,7 +3,7 @@
     1.4    <ItemGroup>
     1.5      <Filter Include="src">
     1.6        <UniqueIdentifier>{4FC737F1-C7A5-4376-A066-2A32D752A2FF}</UniqueIdentifier>
     1.7 -      <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions>
     1.8 +      <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx;h</Extensions>
     1.9      </Filter>
    1.10      <Filter Include="libs">
    1.11        <UniqueIdentifier>{bbf568eb-077e-4cb6-8607-e6a016ab7360}</UniqueIdentifier>
    1.12 @@ -88,6 +88,9 @@
    1.13      <ClInclude Include="libs\openctm\liblzma\Types.h">
    1.14        <Filter>libs\openctm\liblzma</Filter>
    1.15      </ClInclude>
    1.16 +    <ClInclude Include="src\aabox.h">
    1.17 +      <Filter>src</Filter>
    1.18 +    </ClInclude>
    1.19    </ItemGroup>
    1.20    <ItemGroup>
    1.21      <ClCompile Include="src\goat3d.cc">
    1.22 @@ -165,5 +168,8 @@
    1.23      <ClCompile Include="src\goat3d_read.cc">
    1.24        <Filter>src</Filter>
    1.25      </ClCompile>
    1.26 +    <ClCompile Include="src\aabox.cc">
    1.27 +      <Filter>src</Filter>
    1.28 +    </ClCompile>
    1.29    </ItemGroup>
    1.30  </Project>
    1.31 \ No newline at end of file