Init
This commit is contained in:
1
08-Assets/.keep
Normal file
1
08-Assets/.keep
Normal file
@@ -0,0 +1 @@
|
||||
this file is created for keeping the folder after git.
|
56
08-Assets/FbxInclude 1.h
Normal file
56
08-Assets/FbxInclude 1.h
Normal file
@@ -0,0 +1,56 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
|
||||
// Temporarily disable a few warnings due to virtual function abuse in FBX source files
|
||||
#pragma warning( push )
|
||||
|
||||
#pragma warning( disable : 4263 ) // 'function' : member function does not override any base class virtual member function
|
||||
#pragma warning( disable : 4264 ) // 'virtual_function' : no override available for virtual member function from base 'class'; function is hidden
|
||||
|
||||
// Include the fbx sdk header
|
||||
// temp undef/redef of _O_RDONLY because kfbxcache.h (included by fbxsdk.h) does
|
||||
// a weird use of these identifiers inside an enum.
|
||||
#ifdef _O_RDONLY
|
||||
#define TMP_UNFBX_BACKUP_O_RDONLY _O_RDONLY
|
||||
#define TMP_UNFBX_BACKUP_O_WRONLY _O_WRONLY
|
||||
#undef _O_RDONLY
|
||||
#undef _O_WRONLY
|
||||
#endif
|
||||
|
||||
//Robert G. : Packing was only set for the 64bits platform, but we also need it for 32bits.
|
||||
//This was found while trying to trace a loop that iterate through all character links.
|
||||
//The memory didn't match what the debugger displayed, obviously since the packing was not right.
|
||||
#pragma pack(push,8)
|
||||
|
||||
#if PLATFORM_WINDOWS
|
||||
// _CRT_SECURE_NO_DEPRECATE is defined but is not enough to suppress the deprecation
|
||||
// warning for vsprintf and stricmp in VS2010. Since FBX is able to properly handle the non-deprecated
|
||||
// versions on the appropriate platforms, _CRT_SECURE_NO_DEPRECATE is temporarily undefined before
|
||||
// including the FBX headers
|
||||
|
||||
// The following is a hack to make the FBX header files compile correctly under Visual Studio 2012 and Visual Studio 2013
|
||||
#if _MSC_VER >= 1700
|
||||
#define FBX_DLL_MSC_VER 1600
|
||||
#endif
|
||||
|
||||
|
||||
#endif // PLATFORM_WINDOWS
|
||||
|
||||
// FBX casts null pointer to a reference
|
||||
THIRD_PARTY_INCLUDES_START
|
||||
#include <fbxsdk.h>
|
||||
THIRD_PARTY_INCLUDES_END
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
#ifdef TMP_UNFBX_BACKUP_O_RDONLY
|
||||
#define _O_RDONLY TMP_FBX_BACKUP_O_RDONLY
|
||||
#define _O_WRONLY TMP_FBX_BACKUP_O_WRONLY
|
||||
#undef TMP_UNFBX_BACKUP_O_RDONLY
|
||||
#undef TMP_UNFBX_BACKUP_O_WRONLY
|
||||
#endif
|
||||
|
||||
#pragma warning( pop )
|
56
08-Assets/FbxInclude.h
Normal file
56
08-Assets/FbxInclude.h
Normal file
@@ -0,0 +1,56 @@
|
||||
// Copyright Epic Games, Inc. All Rights Reserved.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
|
||||
// Temporarily disable a few warnings due to virtual function abuse in FBX source files
|
||||
#pragma warning( push )
|
||||
|
||||
#pragma warning( disable : 4263 ) // 'function' : member function does not override any base class virtual member function
|
||||
#pragma warning( disable : 4264 ) // 'virtual_function' : no override available for virtual member function from base 'class'; function is hidden
|
||||
|
||||
// Include the fbx sdk header
|
||||
// temp undef/redef of _O_RDONLY because kfbxcache.h (included by fbxsdk.h) does
|
||||
// a weird use of these identifiers inside an enum.
|
||||
#ifdef _O_RDONLY
|
||||
#define TMP_UNFBX_BACKUP_O_RDONLY _O_RDONLY
|
||||
#define TMP_UNFBX_BACKUP_O_WRONLY _O_WRONLY
|
||||
#undef _O_RDONLY
|
||||
#undef _O_WRONLY
|
||||
#endif
|
||||
|
||||
//Robert G. : Packing was only set for the 64bits platform, but we also need it for 32bits.
|
||||
//This was found while trying to trace a loop that iterate through all character links.
|
||||
//The memory didn't match what the debugger displayed, obviously since the packing was not right.
|
||||
#pragma pack(push,8)
|
||||
|
||||
#if PLATFORM_WINDOWS
|
||||
// _CRT_SECURE_NO_DEPRECATE is defined but is not enough to suppress the deprecation
|
||||
// warning for vsprintf and stricmp in VS2010. Since FBX is able to properly handle the non-deprecated
|
||||
// versions on the appropriate platforms, _CRT_SECURE_NO_DEPRECATE is temporarily undefined before
|
||||
// including the FBX headers
|
||||
|
||||
// The following is a hack to make the FBX header files compile correctly under Visual Studio 2012 and Visual Studio 2013
|
||||
#if _MSC_VER >= 1700
|
||||
#define FBX_DLL_MSC_VER 1600
|
||||
#endif
|
||||
|
||||
|
||||
#endif // PLATFORM_WINDOWS
|
||||
|
||||
// FBX casts null pointer to a reference
|
||||
THIRD_PARTY_INCLUDES_START
|
||||
#include <fbxsdk.h>
|
||||
THIRD_PARTY_INCLUDES_END
|
||||
|
||||
#pragma pack(pop)
|
||||
|
||||
#ifdef TMP_UNFBX_BACKUP_O_RDONLY
|
||||
#define _O_RDONLY TMP_FBX_BACKUP_O_RDONLY
|
||||
#define _O_WRONLY TMP_FBX_BACKUP_O_WRONLY
|
||||
#undef TMP_UNFBX_BACKUP_O_RDONLY
|
||||
#undef TMP_UNFBX_BACKUP_O_WRONLY
|
||||
#endif
|
||||
|
||||
#pragma warning( pop )
|
BIN
08-Assets/Images/AIGC/GS_radiation.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/AIGC/GS_radiation.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/AIGC/ScreenSpaceTile.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/AIGC/ScreenSpaceTile.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/AIGC/TileRange.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/AIGC/TileRange.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/AIGC/一个像素需要计算范围内所有电源的辐射强度.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/AIGC/一个像素需要计算范围内所有电源的辐射强度.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/Avatar/66014666_p0.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/Avatar/66014666_p0.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/Avatar/66014666_p0副本.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/Avatar/66014666_p0副本.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/Avatar/67451162_p0.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/Avatar/67451162_p0.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
3
08-Assets/Images/Avatar/73379079_p0.jpg
Normal file
3
08-Assets/Images/Avatar/73379079_p0.jpg
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:145c3507804a007fdbe977ba7e97ffa927cc1df588f28b87040203a719ae5c8a
|
||||
size 1319004
|
BIN
08-Assets/Images/Avatar/80918842_p0.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/Avatar/80918842_p0.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/AidlingerHoehe_ZH-CN11764360351_1920x1080.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/AidlingerHoehe_ZH-CN11764360351_1920x1080.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/Aoraki_ZH-CN7776353328_1920x1080.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/Aoraki_ZH-CN7776353328_1920x1080.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/AtchafalayaCypress_ZH-CN0183179230_1920x1080.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/AtchafalayaCypress_ZH-CN0183179230_1920x1080.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/Barley field in East Lothian, Scotland.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/Barley field in East Lothian, Scotland.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/BathurstBay_ZH-CN15704350271_1920x1080.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/BathurstBay_ZH-CN15704350271_1920x1080.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/Cove of Spires in Kenai Fjords National Park, Alaska.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/Cove of Spires in Kenai Fjords National Park, Alaska.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/Diamond Beach across from Jökulsárlón, a glacier lagoon in Iceland.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/Diamond Beach across from Jökulsárlón, a glacier lagoon in Iceland.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/FirstSnow_FR-FR0144052417.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/FirstSnow_FR-FR0144052417.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/GrandPrismatic_EN-AU10311241592_1920x1080.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/GrandPrismatic_EN-AU10311241592_1920x1080.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/HollowRock_EN-AU10983730949_1920x1080.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/HollowRock_EN-AU10983730949_1920x1080.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/Lake Schrecksee, Allgäu Alps, Bavaria, Germany.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/Lake Schrecksee, Allgäu Alps, Bavaria, Germany.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/MoriBuilding_EN-AU5143587469_1920x1080.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/MoriBuilding_EN-AU5143587469_1920x1080.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/MountOTemanu_ZH-CN10516512008_1920x1080.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/MountOTemanu_ZH-CN10516512008_1920x1080.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/RakotzBridge_ZH-CN9323170058_1920x1080.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/RakotzBridge_ZH-CN9323170058_1920x1080.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/Serra da Malagueta mountains, Santiago island, Cabo Verde.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/Serra da Malagueta mountains, Santiago island, Cabo Verde.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/ShanwangpingKarst_EN-AU5360258756_1920x1080.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/ShanwangpingKarst_EN-AU5360258756_1920x1080.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/Shikisai no Oka flower gardens in Biei, Japan.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/Shikisai no Oka flower gardens in Biei, Japan.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/SloveniaAlps_ZH-CN6052706424_1920x1080.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/SloveniaAlps_ZH-CN6052706424_1920x1080.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:548803038798a84cd52b688a626dd7413d9b94e5ce845453170384d66b1f2d36
|
||||
size 238927
|
BIN
08-Assets/Images/BingWallpaper/SnowyNorwayspruceforestatsunset,Thuringia,Germany.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/SnowyNorwayspruceforestatsunset,Thuringia,Germany.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/Son Doong Cave (Phong Nha-Ke Bang National Park) .jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/Son Doong Cave (Phong Nha-Ke Bang National Park) .jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/YosemiteFog_EN-AU8423699903_1920x1080.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/YosemiteFog_EN-AU8423699903_1920x1080.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/亚士顿森林薄雾日出,英国东萨塞克斯郡.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/亚士顿森林薄雾日出,英国东萨塞克斯郡.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/伏尔塔瓦河上的查理大桥,布拉格.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/伏尔塔瓦河上的查理大桥,布拉格.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/众神瀑布.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/众神瀑布.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/众神瀑布2.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/众神瀑布2.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/加拿大育空地区Kluane国家公园和保护区的罗根山.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/加拿大育空地区Kluane国家公园和保护区的罗根山.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/北爱尔兰贝尔法斯特巴内特-德米斯恩公园.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/北爱尔兰贝尔法斯特巴内特-德米斯恩公园.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/南京玄武湖.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/南京玄武湖.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/巴哈马的大巴哈马浅滩鸟瞰图.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/巴哈马的大巴哈马浅滩鸟瞰图.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/康沃尔郡的波斯南文.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/康沃尔郡的波斯南文.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/德国巴伐利亚州国王湖.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/德国巴伐利亚州国王湖.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/意大利贝卢诺省上方的是 Tofane .jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/意大利贝卢诺省上方的是 Tofane .jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/拉沃酒区的美丽风景与日内瓦湖畔的美丽风景.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/拉沃酒区的美丽风景与日内瓦湖畔的美丽风景.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/拉莫里斯国家公园中的Wapizagonke湖区,加拿大魁北克.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/拉莫里斯国家公园中的Wapizagonke湖区,加拿大魁北克.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/日本乡村_宫崎骏风格.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/日本乡村_宫崎骏风格.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/日本京都法隆寺五重塔.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/日本京都法隆寺五重塔.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/日本长野县上高地.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/日本长野县上高地.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/智利普尔托纳塔莱斯山.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/智利普尔托纳塔莱斯山.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/杭州西湖.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/杭州西湖.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/桑丘岛.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/桑丘岛.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/欧罗巴山国家公园中的Naranjo de Bulnes峰,西班牙阿斯图里亚斯.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/欧罗巴山国家公园中的Naranjo de Bulnes峰,西班牙阿斯图里亚斯.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/比奥格拉德斯卡山国家公园 黑山.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/比奥格拉德斯卡山国家公园 黑山.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/瑞士比安科湖中的冰冻气泡.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/瑞士比安科湖中的冰冻气泡.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/目黑川上盛开的樱花,日本东京.jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/目黑川上盛开的樱花,日本东京.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/BingWallpaper/肖尔索河_冰岛 .jpg
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/BingWallpaper/肖尔索河_冰岛 .jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/AnimBP.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/AnimBP.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/AnimBPUpdateAnimation.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/AnimBPUpdateAnimation.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/AnimBP_Source.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/AnimBP_Source.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/AnimBlend.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/AnimBlend.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/AnimModifier.gif
Normal file
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/AnimModifier.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 MiB |
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/BP2.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/BP2.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/BPI1.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/BPI1.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/BaseLayer.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/BaseLayer.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/BasePose.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/BasePose.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/CalculateMovementDirection.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/CalculateMovementDirection.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/CalculateQuadrant.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/CalculateQuadrant.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/CharacterBPTick.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/CharacterBPTick.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/CharacterBPTick2.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/CharacterBPTick2.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/CharacterRotation.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/CharacterRotation.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/FootIk.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/FootIk.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/LB.gif
Normal file
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/LB.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/LF.gif
Normal file
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/LF.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 75 KiB |
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/LocomotionCycle.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/LocomotionCycle.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/MainGroundedStates.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/MainGroundedStates.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/MainMovementStates.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/MainMovementStates.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/MovementDirction.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/MovementDirction.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/OverlayStates.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/OverlayStates.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/PivotContorl.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/PivotContorl.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/RotationDirection.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/AdvancedLocomotionV4/RotationDirection.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/Character/CardGenerate1.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/Character/CardGenerate1.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/Character/CardGenerate2.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/Character/CardGenerate2.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/Character/Hair.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/Character/Hair.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/Character/HairColor.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/Character/HairColor.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/Character/HairColorVisual.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/Character/HairColorVisual.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/Character/HairColorVisualLayer.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/Character/HairColorVisualLayer.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/Character/Mask.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/Character/Mask.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/Character/Mask2.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/Character/Mask2.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/Character/OrnatrixExport.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/Character/OrnatrixExport.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/Character/OrnatrixOutline.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/Character/OrnatrixOutline.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/Character/QQ截图20191222130613.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/Character/QQ截图20191222130613.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/Character/SurfaceOnCombTool.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/Character/SurfaceOnCombTool.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/Character/hair.gif
Normal file
BIN
08-Assets/Images/ImageBag/Character/hair.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 MiB |
BIN
08-Assets/Images/ImageBag/Images/20220629103256.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/Images/20220629103256.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/Images/20220906095619.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/Images/20220906095619.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/Images/20220906095735.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/Images/20220906095735.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/Images/20220920172530.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/Images/20220920172530.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
08-Assets/Images/ImageBag/Images/20220924184130.png
(Stored with Git LFS)
Normal file
BIN
08-Assets/Images/ImageBag/Images/20220924184130.png
(Stored with Git LFS)
Normal file
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user