goat3d

diff goat3d.vcxproj @ 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 3751aabbc5b3
children
line diff
     1.1 --- a/goat3d.vcxproj	Thu May 08 00:50:16 2014 +0300
     1.2 +++ b/goat3d.vcxproj	Thu May 08 13:43:45 2014 +0300
     1.3 @@ -31,6 +31,7 @@
     1.4      <ClInclude Include="libs\openctm\openctm.h" />
     1.5      <ClInclude Include="libs\openctm\openctmpp.h" />
     1.6      <ClInclude Include="libs\tinyxml2\tinyxml2.h" />
     1.7 +    <ClInclude Include="src\aabox.h" />
     1.8      <ClInclude Include="src\camera.h" />
     1.9      <ClInclude Include="src\chunk.h" />
    1.10      <ClInclude Include="src\goat3d.h" />
    1.11 @@ -55,6 +56,7 @@
    1.12      <ClCompile Include="libs\openctm\openctm.c" />
    1.13      <ClCompile Include="libs\openctm\stream.c" />
    1.14      <ClCompile Include="libs\tinyxml2\tinyxml2.cpp" />
    1.15 +    <ClCompile Include="src\aabox.cc" />
    1.16      <ClCompile Include="src\camera.cc" />
    1.17      <ClCompile Include="src\chunk.cc" />
    1.18      <ClCompile Include="src\goat3d.cc" />