forked from AMarquez94/Atlas-Fate-Between-Light-and-Darkness
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FEATURE: Introducing Cal3D. First commit.
- Loading branch information
1 parent
9d5a388
commit 32bf65e
Showing
98 changed files
with
20,081 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,237 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup Label="ProjectConfigurations"> | ||
<ProjectConfiguration Include="Debug|Win32"> | ||
<Configuration>Debug</Configuration> | ||
<Platform>Win32</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|Win32"> | ||
<Configuration>Release</Configuration> | ||
<Platform>Win32</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Debug|x64"> | ||
<Configuration>Debug</Configuration> | ||
<Platform>x64</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|x64"> | ||
<Configuration>Release</Configuration> | ||
<Platform>x64</Platform> | ||
</ProjectConfiguration> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClCompile Include="animation.cpp" /> | ||
<ClCompile Include="animation_action.cpp" /> | ||
<ClCompile Include="animation_cycle.cpp" /> | ||
<ClCompile Include="bone.cpp" /> | ||
<ClCompile Include="buffersource.cpp" /> | ||
<ClCompile Include="coreanimation.cpp" /> | ||
<ClCompile Include="corebone.cpp" /> | ||
<ClCompile Include="corekeyframe.cpp" /> | ||
<ClCompile Include="corematerial.cpp" /> | ||
<ClCompile Include="coremesh.cpp" /> | ||
<ClCompile Include="coremodel.cpp" /> | ||
<ClCompile Include="coremorphanimation.cpp" /> | ||
<ClCompile Include="coreskeleton.cpp" /> | ||
<ClCompile Include="coresubmesh.cpp" /> | ||
<ClCompile Include="coresubmorphtarget.cpp" /> | ||
<ClCompile Include="coretrack.cpp" /> | ||
<ClCompile Include="error.cpp" /> | ||
<ClCompile Include="global.cpp" /> | ||
<ClCompile Include="hardwaremodel.cpp" /> | ||
<ClCompile Include="loader.cpp" /> | ||
<ClCompile Include="matrix.cpp" /> | ||
<ClCompile Include="mesh.cpp" /> | ||
<ClCompile Include="mixer.cpp" /> | ||
<ClCompile Include="model.cpp" /> | ||
<ClCompile Include="morphtargetmixer.cpp" /> | ||
<ClCompile Include="physique.cpp" /> | ||
<ClCompile Include="platform.cpp" /> | ||
<ClCompile Include="quaternion.cpp" /> | ||
<ClCompile Include="renderer.cpp" /> | ||
<ClCompile Include="skeleton.cpp" /> | ||
<ClCompile Include="springsystem.cpp" /> | ||
<ClCompile Include="streamsource.cpp" /> | ||
<ClCompile Include="submesh.cpp" /> | ||
<ClCompile Include="vector.cpp" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClInclude Include="animation.h" /> | ||
<ClInclude Include="animation_action.h" /> | ||
<ClInclude Include="animation_cycle.h" /> | ||
<ClInclude Include="animcallback.h" /> | ||
<ClInclude Include="bone.h" /> | ||
<ClInclude Include="buffersource.h" /> | ||
<ClInclude Include="cal3d.h" /> | ||
<ClInclude Include="coreanimation.h" /> | ||
<ClInclude Include="corebone.h" /> | ||
<ClInclude Include="corekeyframe.h" /> | ||
<ClInclude Include="corematerial.h" /> | ||
<ClInclude Include="coremesh.h" /> | ||
<ClInclude Include="coremodel.h" /> | ||
<ClInclude Include="coremorphanimation.h" /> | ||
<ClInclude Include="coreskeleton.h" /> | ||
<ClInclude Include="coresubmesh.h" /> | ||
<ClInclude Include="coresubmorphtarget.h" /> | ||
<ClInclude Include="coretrack.h" /> | ||
<ClInclude Include="datasource.h" /> | ||
<ClInclude Include="error.h" /> | ||
<ClInclude Include="global.h" /> | ||
<ClInclude Include="hardwaremodel.h" /> | ||
<ClInclude Include="loader.h" /> | ||
<ClInclude Include="matrix.h" /> | ||
<ClInclude Include="mesh.h" /> | ||
<ClInclude Include="mixer.h" /> | ||
<ClInclude Include="model.h" /> | ||
<ClInclude Include="morphtargetmixer.h" /> | ||
<ClInclude Include="physique.h" /> | ||
<ClInclude Include="platform.h" /> | ||
<ClInclude Include="quaternion.h" /> | ||
<ClInclude Include="refcounted.h" /> | ||
<ClInclude Include="refptr.h" /> | ||
<ClInclude Include="renderer.h" /> | ||
<ClInclude Include="resource.h" /> | ||
<ClInclude Include="skeleton.h" /> | ||
<ClInclude Include="springsystem.h" /> | ||
<ClInclude Include="streamsource.h" /> | ||
<ClInclude Include="submesh.h" /> | ||
<ClInclude Include="transform.h" /> | ||
<ClInclude Include="vector.h" /> | ||
</ItemGroup> | ||
<PropertyGroup Label="Globals"> | ||
<VCProjectVersion>15.0</VCProjectVersion> | ||
<ProjectGuid>{F13518A5-98D4-48A8-98ED-81B5E9D70BCE}</ProjectGuid> | ||
<Keyword>Win32Proj</Keyword> | ||
<RootNamespace>Cal3D</RootNamespace> | ||
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion> | ||
<ProjectName>Cal3D</ProjectName> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
<ConfigurationType>StaticLibrary</ConfigurationType> | ||
<UseDebugLibraries>true</UseDebugLibraries> | ||
<PlatformToolset>v141</PlatformToolset> | ||
<CharacterSet>Unicode</CharacterSet> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
<ConfigurationType>StaticLibrary</ConfigurationType> | ||
<UseDebugLibraries>false</UseDebugLibraries> | ||
<PlatformToolset>v141</PlatformToolset> | ||
<WholeProgramOptimization>true</WholeProgramOptimization> | ||
<CharacterSet>Unicode</CharacterSet> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
<ConfigurationType>StaticLibrary</ConfigurationType> | ||
<UseDebugLibraries>true</UseDebugLibraries> | ||
<PlatformToolset>v141</PlatformToolset> | ||
<CharacterSet>Unicode</CharacterSet> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
<ConfigurationType>StaticLibrary</ConfigurationType> | ||
<UseDebugLibraries>false</UseDebugLibraries> | ||
<PlatformToolset>v141</PlatformToolset> | ||
<WholeProgramOptimization>true</WholeProgramOptimization> | ||
<CharacterSet>Unicode</CharacterSet> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
<ImportGroup Label="ExtensionSettings"> | ||
</ImportGroup> | ||
<ImportGroup Label="Shared"> | ||
</ImportGroup> | ||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
</ImportGroup> | ||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
</ImportGroup> | ||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
</ImportGroup> | ||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
</ImportGroup> | ||
<PropertyGroup Label="UserMacros" /> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
<LinkIncremental>false</LinkIncremental> | ||
<IntDir>$(SolutionDir)..\Build\$(Platform)\$(ProjectName)\$(Configuration)\</IntDir> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
<LinkIncremental>true</LinkIncremental> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
<LinkIncremental>true</LinkIncremental> | ||
<IntDir>$(SolutionDir)..\Build\$(Platform)\$(ProjectName)\$(Configuration)\</IntDir> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
<LinkIncremental>false</LinkIncremental> | ||
</PropertyGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
<ClCompile> | ||
<PrecompiledHeader>NotUsing</PrecompiledHeader> | ||
<WarningLevel>Level3</WarningLevel> | ||
<Optimization>MaxSpeed</Optimization> | ||
<FunctionLevelLinking>true</FunctionLevelLinking> | ||
<IntrinsicFunctions>true</IntrinsicFunctions> | ||
<SDLCheck>true</SDLCheck> | ||
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<ConformanceMode>true</ConformanceMode> | ||
<RuntimeLibrary>MultiThreaded</RuntimeLibrary> | ||
<AdditionalIncludeDirectories>..</AdditionalIncludeDirectories> | ||
</ClCompile> | ||
<Link> | ||
<SubSystem>Windows</SubSystem> | ||
<EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
<OptimizeReferences>true</OptimizeReferences> | ||
<GenerateDebugInformation>true</GenerateDebugInformation> | ||
</Link> | ||
</ItemDefinitionGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
<ClCompile> | ||
<PrecompiledHeader>Use</PrecompiledHeader> | ||
<WarningLevel>Level3</WarningLevel> | ||
<Optimization>Disabled</Optimization> | ||
<SDLCheck>true</SDLCheck> | ||
<PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<ConformanceMode>true</ConformanceMode> | ||
</ClCompile> | ||
<Link> | ||
<SubSystem>Windows</SubSystem> | ||
<GenerateDebugInformation>true</GenerateDebugInformation> | ||
</Link> | ||
</ItemDefinitionGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
<ClCompile> | ||
<PrecompiledHeader>NotUsing</PrecompiledHeader> | ||
<WarningLevel>Level3</WarningLevel> | ||
<Optimization>Disabled</Optimization> | ||
<SDLCheck>true</SDLCheck> | ||
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<ConformanceMode>true</ConformanceMode> | ||
<AdditionalIncludeDirectories>..</AdditionalIncludeDirectories> | ||
</ClCompile> | ||
<Link> | ||
<SubSystem>Windows</SubSystem> | ||
<GenerateDebugInformation>true</GenerateDebugInformation> | ||
</Link> | ||
</ItemDefinitionGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
<ClCompile> | ||
<PrecompiledHeader>Use</PrecompiledHeader> | ||
<WarningLevel>Level3</WarningLevel> | ||
<Optimization>MaxSpeed</Optimization> | ||
<FunctionLevelLinking>true</FunctionLevelLinking> | ||
<IntrinsicFunctions>true</IntrinsicFunctions> | ||
<SDLCheck>true</SDLCheck> | ||
<PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
<ConformanceMode>true</ConformanceMode> | ||
</ClCompile> | ||
<Link> | ||
<SubSystem>Windows</SubSystem> | ||
<EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
<OptimizeReferences>true</OptimizeReferences> | ||
<GenerateDebugInformation>true</GenerateDebugInformation> | ||
</Link> | ||
</ItemDefinitionGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
<ImportGroup Label="ExtensionTargets"> | ||
</ImportGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup> | ||
<ClCompile Include="animation.cpp" /> | ||
<ClCompile Include="animation_action.cpp" /> | ||
<ClCompile Include="animation_cycle.cpp" /> | ||
<ClCompile Include="bone.cpp" /> | ||
<ClCompile Include="buffersource.cpp" /> | ||
<ClCompile Include="coreanimation.cpp" /> | ||
<ClCompile Include="corebone.cpp" /> | ||
<ClCompile Include="corekeyframe.cpp" /> | ||
<ClCompile Include="corematerial.cpp" /> | ||
<ClCompile Include="coremesh.cpp" /> | ||
<ClCompile Include="coremodel.cpp" /> | ||
<ClCompile Include="coremorphanimation.cpp" /> | ||
<ClCompile Include="coreskeleton.cpp" /> | ||
<ClCompile Include="coresubmesh.cpp" /> | ||
<ClCompile Include="coresubmorphtarget.cpp" /> | ||
<ClCompile Include="coretrack.cpp" /> | ||
<ClCompile Include="error.cpp" /> | ||
<ClCompile Include="global.cpp" /> | ||
<ClCompile Include="hardwaremodel.cpp" /> | ||
<ClCompile Include="loader.cpp" /> | ||
<ClCompile Include="matrix.cpp" /> | ||
<ClCompile Include="mesh.cpp" /> | ||
<ClCompile Include="mixer.cpp" /> | ||
<ClCompile Include="model.cpp" /> | ||
<ClCompile Include="morphtargetmixer.cpp" /> | ||
<ClCompile Include="physique.cpp" /> | ||
<ClCompile Include="platform.cpp" /> | ||
<ClCompile Include="quaternion.cpp" /> | ||
<ClCompile Include="renderer.cpp" /> | ||
<ClCompile Include="skeleton.cpp" /> | ||
<ClCompile Include="springsystem.cpp" /> | ||
<ClCompile Include="streamsource.cpp" /> | ||
<ClCompile Include="submesh.cpp" /> | ||
<ClCompile Include="vector.cpp" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClInclude Include="animation.h" /> | ||
<ClInclude Include="animation_action.h" /> | ||
<ClInclude Include="animation_cycle.h" /> | ||
<ClInclude Include="animcallback.h" /> | ||
<ClInclude Include="bone.h" /> | ||
<ClInclude Include="buffersource.h" /> | ||
<ClInclude Include="cal3d.h" /> | ||
<ClInclude Include="coreanimation.h" /> | ||
<ClInclude Include="corebone.h" /> | ||
<ClInclude Include="corekeyframe.h" /> | ||
<ClInclude Include="corematerial.h" /> | ||
<ClInclude Include="coremesh.h" /> | ||
<ClInclude Include="coremodel.h" /> | ||
<ClInclude Include="coremorphanimation.h" /> | ||
<ClInclude Include="coreskeleton.h" /> | ||
<ClInclude Include="coresubmesh.h" /> | ||
<ClInclude Include="coresubmorphtarget.h" /> | ||
<ClInclude Include="coretrack.h" /> | ||
<ClInclude Include="datasource.h" /> | ||
<ClInclude Include="error.h" /> | ||
<ClInclude Include="global.h" /> | ||
<ClInclude Include="hardwaremodel.h" /> | ||
<ClInclude Include="loader.h" /> | ||
<ClInclude Include="matrix.h" /> | ||
<ClInclude Include="mesh.h" /> | ||
<ClInclude Include="mixer.h" /> | ||
<ClInclude Include="model.h" /> | ||
<ClInclude Include="morphtargetmixer.h" /> | ||
<ClInclude Include="physique.h" /> | ||
<ClInclude Include="platform.h" /> | ||
<ClInclude Include="quaternion.h" /> | ||
<ClInclude Include="refcounted.h" /> | ||
<ClInclude Include="refptr.h" /> | ||
<ClInclude Include="renderer.h" /> | ||
<ClInclude Include="resource.h" /> | ||
<ClInclude Include="skeleton.h" /> | ||
<ClInclude Include="springsystem.h" /> | ||
<ClInclude Include="streamsource.h" /> | ||
<ClInclude Include="submesh.h" /> | ||
<ClInclude Include="transform.h" /> | ||
<ClInclude Include="vector.h" /> | ||
</ItemGroup> | ||
</Project> |
Oops, something went wrong.