Init
This commit is contained in:
commit
ea2ec6e852
492 changed files with 15071 additions and 0 deletions
93
.gitattributes
vendored
Normal file
93
.gitattributes
vendored
Normal file
|
@ -0,0 +1,93 @@
|
||||||
|
text=auto
|
||||||
|
*.blend filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.psd filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ai filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.umap filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.uasset filter=lfs diff=lfs merge=lfs -text
|
||||||
|
## Unreal Engine ##
|
||||||
|
## Auto detect text files and perform LF normalization ##
|
||||||
|
* text=auto
|
||||||
|
# UE file types
|
||||||
|
*.uasset filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.umap filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.udk filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.upk filter=lfs diff=lfs merge=lfs -text
|
||||||
|
--------------------------------------------------
|
||||||
|
# 2D formats
|
||||||
|
# Read more in: https://docs.unrealengine.com/4.26/en-US/RenderingAndGraphics/Textures/Importing/
|
||||||
|
# Recommended use:
|
||||||
|
*.[tT][gG][aA] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.[pP][nN][gG] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.[bB][mM][pP] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
# Can also be used:
|
||||||
|
*.[fF][lL[oO][aA][tT] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.[jJ][pP][eE][gG] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.[jJ][pP][gG] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.[pP][cC][xX] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.[pP][sS][dD] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.[xX][cC][fF] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.[tT][iI][fF] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.[tT][iI][fF][fF] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
# Other supported formats:
|
||||||
|
*.[hH][dD][rR] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.[dD][dD][sS] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.[eE][xX][rR] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
--------------------------------------------------
|
||||||
|
# 3D formats
|
||||||
|
# Always recommended to use:
|
||||||
|
# The UE4 FBX import pipeline uses FBX 2018
|
||||||
|
*.[fF][bB][xX] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
# Can also be used:
|
||||||
|
*.[oO][bB][jJ] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
# Other supported formats:
|
||||||
|
*.[aA][bB][cC] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.[sS][rR][tT] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
--------------------------------------------------
|
||||||
|
# Audio formats
|
||||||
|
# Read more in: https://docs.unrealengine.com/4.27/en-US/WorkingWithAudio/Overview/#:~:text=Unreal%20Engine%204%20(UE4)%20supports,16%2Dbit%20format%20PCM%20files.
|
||||||
|
# Always recommended to use:
|
||||||
|
*.[wW][aA][vV] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
# Can also be used:
|
||||||
|
*.[aA][iI][fF][fF] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.[oO][gG][gG] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.[fF][lL][aA][cC] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
# Not recommended to use, but supported:
|
||||||
|
*.[mM][pP]3 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
* [wW][mM][aA] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.[aA][cC]3 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.[aA][mM][rR] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.[aA][iI][fF] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.[aA][uU] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.[cC][dD][dD][aA] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.[cC][aA][fF] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.[bB][wW][fF] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.[aA][dD][tT][sS] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
--------------------------------------------------
|
||||||
|
# Video formats
|
||||||
|
# Read more in: https://docs.unrealengine.com/5.0/en-US/media-framework-technical-reference-for-unreal-engine/
|
||||||
|
# Always recommended to use, supports all platforms:
|
||||||
|
# For the best compatibility and performance, it is recommended to use H.264 encoded MP4 (.mp4) container files.
|
||||||
|
*.[mM][pP]4 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
Can also be used, only some platforms are supported:
|
||||||
|
*.3[gG]2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.3[gG][pP] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.3[gG][pP]2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.3[gG][pP][pP] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.[mM]4[aA] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.[mM]4[vV] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.[mM][o][vV] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.[aA][sS][fF] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.[aA][vV][iI] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.[wW][mM][vV] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
--------------------------------------------------
|
||||||
|
# Fonts
|
||||||
|
# Read more in: https://docs.unrealengine.com/5.0/en-US/importing-fonts-in-unreal-engine/
|
||||||
|
*.[tT][tT][fF] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.[oO][tT][fF] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
--------------------------------------------------
|
||||||
|
# Documents
|
||||||
|
*.[cC][sS][vV] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
# This is optional, to store information you want to share in the repository as documentation about the project, remove it if you don't need it.
|
||||||
|
*.[pP][dD][fF] filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpp-bak filter=lfs diff=lfs merge=lfs -text
|
78
.gitignore
vendored
Normal file
78
.gitignore
vendored
Normal file
|
@ -0,0 +1,78 @@
|
||||||
|
# Visual Studio 2015 user specific files
|
||||||
|
.vs/
|
||||||
|
|
||||||
|
# Compiled Object files
|
||||||
|
*.slo
|
||||||
|
*.lo
|
||||||
|
*.o
|
||||||
|
*.obj
|
||||||
|
|
||||||
|
# Precompiled Headers
|
||||||
|
*.gch
|
||||||
|
*.pch
|
||||||
|
|
||||||
|
# Compiled Dynamic libraries
|
||||||
|
*.so
|
||||||
|
*.dylib
|
||||||
|
*.dll
|
||||||
|
|
||||||
|
# Fortran module files
|
||||||
|
*.mod
|
||||||
|
|
||||||
|
# Compiled Static libraries
|
||||||
|
*.lai
|
||||||
|
*.la
|
||||||
|
*.a
|
||||||
|
*.lib
|
||||||
|
|
||||||
|
# Executables
|
||||||
|
*.exe
|
||||||
|
*.out
|
||||||
|
*.app
|
||||||
|
*.ipa
|
||||||
|
|
||||||
|
# These project files can be generated by the engine
|
||||||
|
*.xcodeproj
|
||||||
|
*.xcworkspace
|
||||||
|
# *.sln
|
||||||
|
*.suo
|
||||||
|
*.opensdf
|
||||||
|
*.sdf
|
||||||
|
*.VC.db
|
||||||
|
*.VC.opendb
|
||||||
|
|
||||||
|
# Precompiled Assets
|
||||||
|
SourceArt/**/*.png
|
||||||
|
SourceArt/**/*.tga
|
||||||
|
|
||||||
|
# Binary Files
|
||||||
|
Binaries/*
|
||||||
|
Plugins/*/Binaries/*
|
||||||
|
|
||||||
|
# Builds
|
||||||
|
Build/*
|
||||||
|
|
||||||
|
# Whitelist PakBlacklist-<BuildConfiguration>.txt files
|
||||||
|
!Build/*/
|
||||||
|
Build/*/**
|
||||||
|
!Build/*/PakBlacklist*.txt
|
||||||
|
|
||||||
|
# Don't ignore icon files in Build
|
||||||
|
!Build/**/*.ico
|
||||||
|
|
||||||
|
# Built data for maps
|
||||||
|
*_BuiltData.uasset
|
||||||
|
|
||||||
|
# Configuration files generated by the Editor
|
||||||
|
Saved/*
|
||||||
|
|
||||||
|
# Compiled source files for the engine to use
|
||||||
|
Intermediate/*
|
||||||
|
Plugins/*/Intermediate/*
|
||||||
|
|
||||||
|
# Cache files for the editor to use
|
||||||
|
DerivedDataCache/*
|
||||||
|
|
||||||
|
# Custom
|
||||||
|
*.rpp-bak
|
||||||
|
*.blend1
|
BIN
Blendfiles/CC_Assets_Blendfile.blend
(Stored with Git LFS)
Normal file
BIN
Blendfiles/CC_Assets_Blendfile.blend
(Stored with Git LFS)
Normal file
Binary file not shown.
1
CC_Assets/abandoned-carousel/License.txt
Normal file
1
CC_Assets/abandoned-carousel/License.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
"Abandoned Carousel" (https://skfb.ly/owPLU) by sergeilihandristov is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).
|
BIN
CC_Assets/abandoned-carousel/source/1.fbx
(Stored with Git LFS)
Normal file
BIN
CC_Assets/abandoned-carousel/source/1.fbx
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/abandoned-carousel/textures/1001_AO.jpeg
(Stored with Git LFS)
Normal file
BIN
CC_Assets/abandoned-carousel/textures/1001_AO.jpeg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/abandoned-carousel/textures/1001_albedo.jpeg
(Stored with Git LFS)
Normal file
BIN
CC_Assets/abandoned-carousel/textures/1001_albedo.jpeg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/abandoned-carousel/textures/1001_metallic.jpeg
(Stored with Git LFS)
Normal file
BIN
CC_Assets/abandoned-carousel/textures/1001_metallic.jpeg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/abandoned-carousel/textures/1001_normal.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/abandoned-carousel/textures/1001_normal.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/abandoned-carousel/textures/1001_roughness.jpeg
(Stored with Git LFS)
Normal file
BIN
CC_Assets/abandoned-carousel/textures/1001_roughness.jpeg
(Stored with Git LFS)
Normal file
Binary file not shown.
1
CC_Assets/abandoned-childrens-slide/License.txt
Normal file
1
CC_Assets/abandoned-childrens-slide/License.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
"Abandoned children's slide" (https://skfb.ly/owRMp) by sergeilihandristov is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).
|
BIN
CC_Assets/abandoned-childrens-slide/source/slide_lp.fbx
(Stored with Git LFS)
Normal file
BIN
CC_Assets/abandoned-childrens-slide/source/slide_lp.fbx
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/abandoned-childrens-slide/textures/1001_AO.jpg
(Stored with Git LFS)
Normal file
BIN
CC_Assets/abandoned-childrens-slide/textures/1001_AO.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/abandoned-childrens-slide/textures/1001_albedo.jpg
(Stored with Git LFS)
Normal file
BIN
CC_Assets/abandoned-childrens-slide/textures/1001_albedo.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/abandoned-childrens-slide/textures/1001_metallic.jpg
(Stored with Git LFS)
Normal file
BIN
CC_Assets/abandoned-childrens-slide/textures/1001_metallic.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/abandoned-childrens-slide/textures/1001_normal.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/abandoned-childrens-slide/textures/1001_normal.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/abandoned-childrens-slide/textures/1001_roughness.jpg
(Stored with Git LFS)
Normal file
BIN
CC_Assets/abandoned-childrens-slide/textures/1001_roughness.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
1
CC_Assets/abandoned-playground/License.txt
Normal file
1
CC_Assets/abandoned-playground/License.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
"Abandoned Playground" (https://skfb.ly/owWzO) by sergeilihandristov is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).
|
BIN
CC_Assets/abandoned-playground/source/качели exp.fbx
(Stored with Git LFS)
Normal file
BIN
CC_Assets/abandoned-playground/source/качели exp.fbx
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/abandoned-playground/textures/1001_AO.jpg
(Stored with Git LFS)
Normal file
BIN
CC_Assets/abandoned-playground/textures/1001_AO.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/abandoned-playground/textures/1001_albedo.jpg
(Stored with Git LFS)
Normal file
BIN
CC_Assets/abandoned-playground/textures/1001_albedo.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/abandoned-playground/textures/1001_metallic.jpg
(Stored with Git LFS)
Normal file
BIN
CC_Assets/abandoned-playground/textures/1001_metallic.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/abandoned-playground/textures/1001_normal.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/abandoned-playground/textures/1001_normal.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/abandoned-playground/textures/1001_roughness.jpg
(Stored with Git LFS)
Normal file
BIN
CC_Assets/abandoned-playground/textures/1001_roughness.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
1
CC_Assets/big-old-rusted-oven/License.txt
Normal file
1
CC_Assets/big-old-rusted-oven/License.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
"Big Old Rusted Oven" (https://skfb.ly/o9KuI) by Sousinho is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).
|
BIN
CC_Assets/big-old-rusted-oven/source/Sketchfab_2022_04_24_00_37_54.blend
(Stored with Git LFS)
Normal file
BIN
CC_Assets/big-old-rusted-oven/source/Sketchfab_2022_04_24_00_37_54.blend
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/big-old-rusted-oven/textures/Big_oven.002_big_oven.001_BaseColor.1001.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/big-old-rusted-oven/textures/Big_oven.002_big_oven.001_BaseColor.1001.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/big-old-rusted-oven/textures/Big_oven.002_big_oven.001_Metallic.1001.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/big-old-rusted-oven/textures/Big_oven.002_big_oven.001_Metallic.1001.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/big-old-rusted-oven/textures/Bigoven_002_bigoven_001_Metallic_1001-Bigoven_002_bigoven_00.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/big-old-rusted-oven/textures/Bigoven_002_bigoven_001_Metallic_1001-Bigoven_002_bigoven_00.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/big-old-rusted-oven/textures/Bigoven_002_bigoven_001_Normal_1001.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/big-old-rusted-oven/textures/Bigoven_002_bigoven_001_Normal_1001.png
(Stored with Git LFS)
Normal file
Binary file not shown.
1
CC_Assets/bloody-post-apocalyptic-sofa/License.txt
Normal file
1
CC_Assets/bloody-post-apocalyptic-sofa/License.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
"Bloody Post Apocalyptic sofa" (https://skfb.ly/ossDN) by Sousinho is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).
|
BIN
CC_Assets/bloody-post-apocalyptic-sofa/scene.bin
Normal file
BIN
CC_Assets/bloody-post-apocalyptic-sofa/scene.bin
Normal file
Binary file not shown.
1796
CC_Assets/bloody-post-apocalyptic-sofa/scene.gltf
Normal file
1796
CC_Assets/bloody-post-apocalyptic-sofa/scene.gltf
Normal file
File diff suppressed because it is too large
Load diff
BIN
CC_Assets/bloody-post-apocalyptic-sofa/textures/Sofa_base_baseColor.jpeg
(Stored with Git LFS)
Normal file
BIN
CC_Assets/bloody-post-apocalyptic-sofa/textures/Sofa_base_baseColor.jpeg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/bloody-post-apocalyptic-sofa/textures/Sofa_base_metallicRoughness.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/bloody-post-apocalyptic-sofa/textures/Sofa_base_metallicRoughness.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/bloody-post-apocalyptic-sofa/textures/Sofa_base_normal.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/bloody-post-apocalyptic-sofa/textures/Sofa_base_normal.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/bloody-post-apocalyptic-sofa/textures/Sofa_pillows_baseColor.jpeg
(Stored with Git LFS)
Normal file
BIN
CC_Assets/bloody-post-apocalyptic-sofa/textures/Sofa_pillows_baseColor.jpeg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/bloody-post-apocalyptic-sofa/textures/Sofa_pillows_metallicRoughness.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/bloody-post-apocalyptic-sofa/textures/Sofa_pillows_metallicRoughness.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/bloody-post-apocalyptic-sofa/textures/Sofa_pillows_normal.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/bloody-post-apocalyptic-sofa/textures/Sofa_pillows_normal.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/bloody-post-apocalyptic-sofa/textures/Sofa_seats_baseColor.jpeg
(Stored with Git LFS)
Normal file
BIN
CC_Assets/bloody-post-apocalyptic-sofa/textures/Sofa_seats_baseColor.jpeg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/bloody-post-apocalyptic-sofa/textures/Sofa_seats_metallicRoughness.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/bloody-post-apocalyptic-sofa/textures/Sofa_seats_metallicRoughness.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/bloody-post-apocalyptic-sofa/textures/Sofa_seats_normal.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/bloody-post-apocalyptic-sofa/textures/Sofa_seats_normal.png
(Stored with Git LFS)
Normal file
Binary file not shown.
1
CC_Assets/corpse-mangler/License.txt
Normal file
1
CC_Assets/corpse-mangler/License.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
"Corpse Mangler" (https://skfb.ly/onwqM) by Thunder is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).
|
BIN
CC_Assets/corpse-mangler/source/PostApoTruck.zip
Normal file
BIN
CC_Assets/corpse-mangler/source/PostApoTruck.zip
Normal file
Binary file not shown.
BIN
CC_Assets/corpse-mangler/source/PostApoTruck/PA_Truck_DefaultMaterial_BaseColor.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/corpse-mangler/source/PostApoTruck/PA_Truck_DefaultMaterial_BaseColor.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/corpse-mangler/source/PostApoTruck/PA_Truck_DefaultMaterial_Metallic.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/corpse-mangler/source/PostApoTruck/PA_Truck_DefaultMaterial_Metallic.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/corpse-mangler/source/PostApoTruck/PA_Truck_DefaultMaterial_Normal.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/corpse-mangler/source/PostApoTruck/PA_Truck_DefaultMaterial_Normal.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/corpse-mangler/source/PostApoTruck/PA_Truck_DefaultMaterial_Roughness.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/corpse-mangler/source/PostApoTruck/PA_Truck_DefaultMaterial_Roughness.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/corpse-mangler/source/PostApoTruck/PostApoTruck.fbx
(Stored with Git LFS)
Normal file
BIN
CC_Assets/corpse-mangler/source/PostApoTruck/PostApoTruck.fbx
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/corpse-mangler/textures/PA_Truck_DefaultMaterial_BaseColor.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/corpse-mangler/textures/PA_Truck_DefaultMaterial_BaseColor.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/corpse-mangler/textures/PA_Truck_DefaultMaterial_Metallic.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/corpse-mangler/textures/PA_Truck_DefaultMaterial_Metallic.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/corpse-mangler/textures/PA_Truck_DefaultMaterial_Normal.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/corpse-mangler/textures/PA_Truck_DefaultMaterial_Normal.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/corpse-mangler/textures/PA_Truck_DefaultMaterial_Roughness.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/corpse-mangler/textures/PA_Truck_DefaultMaterial_Roughness.png
(Stored with Git LFS)
Normal file
Binary file not shown.
1
CC_Assets/cyberdrone/License.txt
Normal file
1
CC_Assets/cyberdrone/License.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
"CyberDrone" (https://skfb.ly/onNAB) by MightyPinecone is licensed under Creative Commons Attribution-NonCommercial (http://creativecommons.org/licenses/by-nc/4.0/).
|
BIN
CC_Assets/cyberdrone/source/dronmaja_LP.fbx
(Stored with Git LFS)
Normal file
BIN
CC_Assets/cyberdrone/source/dronmaja_LP.fbx
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/cyberdrone/textures/dronmaja_LP_DefaultMaterial_BaseColor.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/cyberdrone/textures/dronmaja_LP_DefaultMaterial_BaseColor.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/cyberdrone/textures/dronmaja_LP_DefaultMaterial_Emissive.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/cyberdrone/textures/dronmaja_LP_DefaultMaterial_Emissive.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/cyberdrone/textures/dronmaja_LP_DefaultMaterial_Normal.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/cyberdrone/textures/dronmaja_LP_DefaultMaterial_Normal.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/cyberdrone/textures/dronmaja_LP_DefaultMaterial_OcclusionRough.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/cyberdrone/textures/dronmaja_LP_DefaultMaterial_OcclusionRough.png
(Stored with Git LFS)
Normal file
Binary file not shown.
1
CC_Assets/fireaxe/License.txt
Normal file
1
CC_Assets/fireaxe/License.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
"Fireaxe" (https://skfb.ly/osUBV) by Milacetious is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).
|
BIN
CC_Assets/fireaxe/source/model.zip
Normal file
BIN
CC_Assets/fireaxe/source/model.zip
Normal file
Binary file not shown.
3261
CC_Assets/fireaxe/source/model/model.dae
Normal file
3261
CC_Assets/fireaxe/source/model/model.dae
Normal file
File diff suppressed because it is too large
Load diff
BIN
CC_Assets/fireaxe/source/model/textures/DefaultMaterial_AO.jpg
(Stored with Git LFS)
Normal file
BIN
CC_Assets/fireaxe/source/model/textures/DefaultMaterial_AO.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/fireaxe/source/model/textures/DefaultMaterial_albedo.jpg
(Stored with Git LFS)
Normal file
BIN
CC_Assets/fireaxe/source/model/textures/DefaultMaterial_albedo.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/fireaxe/source/model/textures/DefaultMaterial_emissive.jpg
(Stored with Git LFS)
Normal file
BIN
CC_Assets/fireaxe/source/model/textures/DefaultMaterial_emissive.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/fireaxe/source/model/textures/DefaultMaterial_metallic.jpg
(Stored with Git LFS)
Normal file
BIN
CC_Assets/fireaxe/source/model/textures/DefaultMaterial_metallic.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/fireaxe/source/model/textures/DefaultMaterial_normal.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/fireaxe/source/model/textures/DefaultMaterial_normal.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/fireaxe/source/model/textures/DefaultMaterial_opacity.jpg
(Stored with Git LFS)
Normal file
BIN
CC_Assets/fireaxe/source/model/textures/DefaultMaterial_opacity.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/fireaxe/source/model/textures/DefaultMaterial_roughness.jpg
(Stored with Git LFS)
Normal file
BIN
CC_Assets/fireaxe/source/model/textures/DefaultMaterial_roughness.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/fireaxe/textures/DefaultMaterial_AO.jpeg
(Stored with Git LFS)
Normal file
BIN
CC_Assets/fireaxe/textures/DefaultMaterial_AO.jpeg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/fireaxe/textures/DefaultMaterial_albedo.jpeg
(Stored with Git LFS)
Normal file
BIN
CC_Assets/fireaxe/textures/DefaultMaterial_albedo.jpeg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/fireaxe/textures/DefaultMaterial_emissive.jpeg
(Stored with Git LFS)
Normal file
BIN
CC_Assets/fireaxe/textures/DefaultMaterial_emissive.jpeg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/fireaxe/textures/DefaultMaterial_metallic.jpeg
(Stored with Git LFS)
Normal file
BIN
CC_Assets/fireaxe/textures/DefaultMaterial_metallic.jpeg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/fireaxe/textures/DefaultMaterial_normal.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/fireaxe/textures/DefaultMaterial_normal.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/fireaxe/textures/DefaultMaterial_opacity.jpeg
(Stored with Git LFS)
Normal file
BIN
CC_Assets/fireaxe/textures/DefaultMaterial_opacity.jpeg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/fireaxe/textures/DefaultMaterial_roughness.jpeg
(Stored with Git LFS)
Normal file
BIN
CC_Assets/fireaxe/textures/DefaultMaterial_roughness.jpeg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/fireaxe/textures/internal_ground_ao_texture.jpeg
(Stored with Git LFS)
Normal file
BIN
CC_Assets/fireaxe/textures/internal_ground_ao_texture.jpeg
(Stored with Git LFS)
Normal file
Binary file not shown.
1
CC_Assets/futuristic-delivery-drone/License.txt
Normal file
1
CC_Assets/futuristic-delivery-drone/License.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
"Futuristic Delivery Drone" (https://skfb.ly/6Yv9P) by Count Infinity is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/).
|
BIN
CC_Assets/futuristic-delivery-drone/source/Drone.rar
Normal file
BIN
CC_Assets/futuristic-delivery-drone/source/Drone.rar
Normal file
Binary file not shown.
15
CC_Assets/futuristic-delivery-drone/source/Drone/Drone.mtl
Normal file
15
CC_Assets/futuristic-delivery-drone/source/Drone/Drone.mtl
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# File produced by Open Asset Import Library (http://www.assimp.sf.net)
|
||||||
|
# (assimp v3.1.206520482)
|
||||||
|
|
||||||
|
newmtl Flaps
|
||||||
|
kd 1 0.3 0
|
||||||
|
illum 1
|
||||||
|
|
||||||
|
newmtl Drone
|
||||||
|
kd 0 0.716667 1
|
||||||
|
illum 1
|
||||||
|
|
||||||
|
newmtl Cargo
|
||||||
|
kd 0.359615 0.71 0.2627
|
||||||
|
illum 1
|
||||||
|
|
BIN
CC_Assets/futuristic-delivery-drone/source/Drone/Textures/Drone_Cargo_AO.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/futuristic-delivery-drone/source/Drone/Textures/Drone_Cargo_AO.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/futuristic-delivery-drone/source/Drone/Textures/Drone_Cargo_AlbedoTransparency.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/futuristic-delivery-drone/source/Drone/Textures/Drone_Cargo_AlbedoTransparency.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/futuristic-delivery-drone/source/Drone/Textures/Drone_Cargo_Emission.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/futuristic-delivery-drone/source/Drone/Textures/Drone_Cargo_Emission.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/futuristic-delivery-drone/source/Drone/Textures/Drone_Cargo_MetallicSmoothness.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/futuristic-delivery-drone/source/Drone/Textures/Drone_Cargo_MetallicSmoothness.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/futuristic-delivery-drone/source/Drone/Textures/Drone_Cargo_Normal.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/futuristic-delivery-drone/source/Drone/Textures/Drone_Cargo_Normal.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/futuristic-delivery-drone/source/Drone/Textures/Drone_Drone_AO.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/futuristic-delivery-drone/source/Drone/Textures/Drone_Drone_AO.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/futuristic-delivery-drone/source/Drone/Textures/Drone_Drone_AlbedoTransparency.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/futuristic-delivery-drone/source/Drone/Textures/Drone_Drone_AlbedoTransparency.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/futuristic-delivery-drone/source/Drone/Textures/Drone_Drone_Emission.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/futuristic-delivery-drone/source/Drone/Textures/Drone_Drone_Emission.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/futuristic-delivery-drone/source/Drone/Textures/Drone_Drone_MetallicSmoothness.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/futuristic-delivery-drone/source/Drone/Textures/Drone_Drone_MetallicSmoothness.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/futuristic-delivery-drone/source/Drone/Textures/Drone_Drone_Normal.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/futuristic-delivery-drone/source/Drone/Textures/Drone_Drone_Normal.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/futuristic-delivery-drone/source/Drone/Textures/Drone_Flaps_AO.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/futuristic-delivery-drone/source/Drone/Textures/Drone_Flaps_AO.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/futuristic-delivery-drone/source/Drone/Textures/Drone_Flaps_AlbedoTransparency.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/futuristic-delivery-drone/source/Drone/Textures/Drone_Flaps_AlbedoTransparency.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/futuristic-delivery-drone/source/Drone/Textures/Drone_Flaps_MetallicSmoothness.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/futuristic-delivery-drone/source/Drone/Textures/Drone_Flaps_MetallicSmoothness.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/futuristic-delivery-drone/source/Drone/Textures/Drone_Flaps_Normal.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/futuristic-delivery-drone/source/Drone/Textures/Drone_Flaps_Normal.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/futuristic-delivery-drone/textures/Drone_Cargo_AO.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/futuristic-delivery-drone/textures/Drone_Cargo_AO.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/futuristic-delivery-drone/textures/Drone_Cargo_AlbedoTransparency.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/futuristic-delivery-drone/textures/Drone_Cargo_AlbedoTransparency.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/futuristic-delivery-drone/textures/Drone_Cargo_Emission.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/futuristic-delivery-drone/textures/Drone_Cargo_Emission.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/futuristic-delivery-drone/textures/Drone_Cargo_MetallicSmoothness.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/futuristic-delivery-drone/textures/Drone_Cargo_MetallicSmoothness.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/futuristic-delivery-drone/textures/Drone_Cargo_Normal.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/futuristic-delivery-drone/textures/Drone_Cargo_Normal.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
CC_Assets/futuristic-delivery-drone/textures/Drone_Drone_AlbedoTransparency.png
(Stored with Git LFS)
Normal file
BIN
CC_Assets/futuristic-delivery-drone/textures/Drone_Drone_AlbedoTransparency.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
Loading…
Reference in a new issue