Compare commits
19 Commits
4206b75ae6
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 328773db75 | |||
| 63c5b5e521 | |||
|
|
b144afc47c | ||
| 832714f488 | |||
| 9ebb3c305f | |||
| 987bf9af4d | |||
| e57d833d5a | |||
| b47c123886 | |||
| 278ad4b0e1 | |||
| 1f75e2fc68 | |||
| c2d9c5524f | |||
| 0eb8c1d254 | |||
| 09a44bc70f | |||
| e7c9fed739 | |||
| 6758709cbf | |||
| 7f4eb8c158 | |||
| cd9a283612 | |||
| c45cc470e2 | |||
| 47f5870c07 |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -149,3 +149,5 @@ fabric.properties
|
||||
# Android studio 3.1+ serialized cache file
|
||||
.idea/caches/build_file_checksums.ser
|
||||
experimentlogs/
|
||||
|
||||
logs/
|
||||
|
||||
13
.idea/.idea.VistaTeleportation/.idea/.gitignore
generated
vendored
Normal file
13
.idea/.idea.VistaTeleportation/.idea/.gitignore
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
||||
# Rider ignored files
|
||||
/modules.xml
|
||||
/projectSettingsUpdater.xml
|
||||
/contentModel.xml
|
||||
/.idea.VistaTeleportation.iml
|
||||
# Editor-based HTTP Client requests
|
||||
/httpRequests/
|
||||
# Datasource local storage ignored files
|
||||
/dataSources/
|
||||
/dataSources.local.xml
|
||||
1
.idea/.idea.VistaTeleportation/.idea/.name
generated
Normal file
1
.idea/.idea.VistaTeleportation/.idea/.name
generated
Normal file
@@ -0,0 +1 @@
|
||||
VistaTeleportation
|
||||
4
.idea/.idea.VistaTeleportation/.idea/encodings.xml
generated
Normal file
4
.idea/.idea.VistaTeleportation/.idea/encodings.xml
generated
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" />
|
||||
</project>
|
||||
8
.idea/.idea.VistaTeleportation/.idea/indexLayout.xml
generated
Normal file
8
.idea/.idea.VistaTeleportation/.idea/indexLayout.xml
generated
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="UserContentModel">
|
||||
<attachedFolders />
|
||||
<explicitIncludes />
|
||||
<explicitExcludes />
|
||||
</component>
|
||||
</project>
|
||||
8
.idea/.idea.VistaTeleportation/.idea/vcs.xml
generated
Normal file
8
.idea/.idea.VistaTeleportation/.idea/vcs.xml
generated
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="" vcs="Git" />
|
||||
<mapping directory="$PROJECT_DIR$/Plugins/CBFNavigationParadigms" vcs="Git" />
|
||||
<mapping directory="$PROJECT_DIR$/Plugins/cyberframe-for-unreal" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
||||
15
.vsconfig
Normal file
15
.vsconfig
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"components": [
|
||||
"Microsoft.Net.Component.4.6.2.TargetingPack",
|
||||
"Microsoft.VisualStudio.Component.Unreal.Workspace",
|
||||
"Microsoft.VisualStudio.Component.VC.14.38.17.8.ATL",
|
||||
"Microsoft.VisualStudio.Component.VC.14.38.17.8.x86.x64",
|
||||
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
|
||||
"Microsoft.VisualStudio.Component.Windows11SDK.22621",
|
||||
"Microsoft.VisualStudio.Workload.CoreEditor",
|
||||
"Microsoft.VisualStudio.Workload.ManagedDesktop",
|
||||
"Microsoft.VisualStudio.Workload.NativeDesktop",
|
||||
"Microsoft.VisualStudio.Workload.NativeGame"
|
||||
]
|
||||
}
|
||||
@@ -132,7 +132,7 @@ DefaultGraphicsPerformance=Scalable
|
||||
AppliedDefaultGraphicsPerformance=Scalable
|
||||
|
||||
[/Script/EngineSettings.GameMapsSettings]
|
||||
EditorStartupMap=/Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap
|
||||
EditorStartupMap=/Game/VistaTeleportation/Maps/TestingLevel/TestingLevel.TestingLevel
|
||||
LocalMapOptions=
|
||||
TransitionMap=None
|
||||
bUseSplitscreen=False
|
||||
@@ -141,9 +141,9 @@ ThreePlayerSplitscreenLayout=FavorTop
|
||||
FourPlayerSplitscreenLayout=Grid
|
||||
bOffsetPlayerGamepadIds=False
|
||||
GameInstanceClass=/Script/Engine.GameInstance
|
||||
GameDefaultMap=/Game/VRTemplate/Maps/VRTemplateMap.VRTemplateMap
|
||||
GameDefaultMap=/Game/VistaTeleportation/Maps/TestingLevel/TestingLevel.TestingLevel
|
||||
ServerDefaultMap=/Engine/Maps/Entry.Entry
|
||||
GlobalDefaultGameMode=/Game/VRTemplate/Blueprints/VRGameMode.VRGameMode_C
|
||||
GlobalDefaultGameMode=/CBFNavigationParadigms/Blueprints/GameModes/CBFNP_GM_GoAndPointVR.CBFNP_GM_GoAndPointVR_C
|
||||
GlobalDefaultServerGameMode=None
|
||||
|
||||
[/Script/Slate.SlateSettings]
|
||||
@@ -215,7 +215,7 @@ bEnableUniversalAPK=True
|
||||
bBundleABISplit=True
|
||||
bBundleLanguageSplit=True
|
||||
bBundleDensitySplit=True
|
||||
ExtraApplicationSettings=<meta-data android:name="com.oculus.supportedDevices" android:value="quest|quest2|questpro" />
|
||||
ExtraApplicationSettings=<meta-data android:name="com.oculus.supportedDevices" android:value="quest|quest2|questpro|quest3" />
|
||||
ExtraActivitySettings=
|
||||
bAndroidVoiceEnabled=False
|
||||
bPackageForMetaQuest=True
|
||||
@@ -364,3 +364,6 @@ ConnectionType=USBOnly
|
||||
bUseManualIPAddress=False
|
||||
ManualIPAddress=
|
||||
|
||||
[/Script/NavigationSystem.RecastNavMesh]
|
||||
RuntimeGeneration=Dynamic
|
||||
|
||||
|
||||
@@ -6,3 +6,102 @@ bStartInVR=True
|
||||
[StartupActions]
|
||||
bAddPacks=True
|
||||
InsertPack=(PackSource="StarterContent.upack",PackName="StarterContent")
|
||||
|
||||
[/Script/UnrealEd.ProjectPackagingSettings]
|
||||
Build=IfProjectHasCode
|
||||
BuildConfiguration=PPBC_Development
|
||||
BuildTarget=
|
||||
FullRebuild=False
|
||||
ForDistribution=False
|
||||
IncludeDebugFiles=False
|
||||
BlueprintNativizationMethod=Disabled
|
||||
bIncludeNativizedAssetsInProjectGeneration=False
|
||||
bExcludeMonolithicEngineHeadersInNativizedCode=False
|
||||
UsePakFile=True
|
||||
bUseIoStore=True
|
||||
bUseZenStore=False
|
||||
bMakeBinaryConfig=False
|
||||
bGenerateChunks=False
|
||||
bGenerateNoChunks=False
|
||||
bChunkHardReferencesOnly=False
|
||||
bForceOneChunkPerFile=False
|
||||
MaxChunkSize=0
|
||||
bBuildHttpChunkInstallData=False
|
||||
HttpChunkInstallDataDirectory=(Path="")
|
||||
WriteBackMetadataToAssetRegistry=Disabled
|
||||
bCompressed=True
|
||||
PackageCompressionFormat=Oodle
|
||||
bForceUseProjectCompressionFormatIgnoreHardwareOverride=False
|
||||
PackageAdditionalCompressionOptions=
|
||||
PackageCompressionMethod=Kraken
|
||||
PackageCompressionLevel_DebugDevelopment=4
|
||||
PackageCompressionLevel_TestShipping=5
|
||||
PackageCompressionLevel_Distribution=7
|
||||
PackageCompressionMinBytesSaved=1024
|
||||
PackageCompressionMinPercentSaved=5
|
||||
bPackageCompressionEnableDDC=False
|
||||
PackageCompressionMinSizeToConsiderDDC=0
|
||||
HttpChunkInstallDataVersion=
|
||||
IncludePrerequisites=True
|
||||
IncludeAppLocalPrerequisites=False
|
||||
bShareMaterialShaderCode=True
|
||||
bDeterministicShaderCodeOrder=False
|
||||
bSharedMaterialNativeLibraries=True
|
||||
ApplocalPrerequisitesDirectory=(Path="")
|
||||
IncludeCrashReporter=False
|
||||
InternationalizationPreset=English
|
||||
-CulturesToStage=en
|
||||
+CulturesToStage=en
|
||||
LocalizationTargetCatchAllChunkId=0
|
||||
bCookAll=False
|
||||
bCookMapsOnly=False
|
||||
bSkipEditorContent=False
|
||||
bSkipMovies=False
|
||||
-IniKeyDenylist=KeyStorePassword
|
||||
-IniKeyDenylist=KeyPassword
|
||||
-IniKeyDenylist=rsa.privateexp
|
||||
-IniKeyDenylist=rsa.modulus
|
||||
-IniKeyDenylist=rsa.publicexp
|
||||
-IniKeyDenylist=aes.key
|
||||
-IniKeyDenylist=SigningPublicExponent
|
||||
-IniKeyDenylist=SigningModulus
|
||||
-IniKeyDenylist=SigningPrivateExponent
|
||||
-IniKeyDenylist=EncryptionKey
|
||||
-IniKeyDenylist=DevCenterUsername
|
||||
-IniKeyDenylist=DevCenterPassword
|
||||
-IniKeyDenylist=IOSTeamID
|
||||
-IniKeyDenylist=SigningCertificate
|
||||
-IniKeyDenylist=MobileProvision
|
||||
-IniKeyDenylist=IniKeyDenylist
|
||||
-IniKeyDenylist=IniSectionDenylist
|
||||
+IniKeyDenylist=KeyStorePassword
|
||||
+IniKeyDenylist=KeyPassword
|
||||
+IniKeyDenylist=rsa.privateexp
|
||||
+IniKeyDenylist=rsa.modulus
|
||||
+IniKeyDenylist=rsa.publicexp
|
||||
+IniKeyDenylist=aes.key
|
||||
+IniKeyDenylist=SigningPublicExponent
|
||||
+IniKeyDenylist=SigningModulus
|
||||
+IniKeyDenylist=SigningPrivateExponent
|
||||
+IniKeyDenylist=EncryptionKey
|
||||
+IniKeyDenylist=DevCenterUsername
|
||||
+IniKeyDenylist=DevCenterPassword
|
||||
+IniKeyDenylist=IOSTeamID
|
||||
+IniKeyDenylist=SigningCertificate
|
||||
+IniKeyDenylist=MobileProvision
|
||||
+IniKeyDenylist=IniKeyDenylist
|
||||
+IniKeyDenylist=IniSectionDenylist
|
||||
-IniSectionDenylist=HordeStorageServers
|
||||
-IniSectionDenylist=StorageServers
|
||||
+IniSectionDenylist=HordeStorageServers
|
||||
+IniSectionDenylist=StorageServers
|
||||
+MapsToCook=(FilePath="/Game/VistaTeleportation/Maps/LargeSpaceContext1/LargeSpaceContexr1_VISTA")
|
||||
+MapsToCook=(FilePath="/Game/VistaTeleportation/Maps/LargeSpaceContext1/LargeSpaceContext1_NONVISTA")
|
||||
+MapsToCook=(FilePath="/Game/VistaTeleportation/Maps/LargeSpaceContext2/LargeSpaceContext2NONVISTA")
|
||||
+MapsToCook=(FilePath="/Game/VistaTeleportation/Maps/LargeSpaceContext2/LargeSpaceContext2VISTA")
|
||||
+MapsToCook=(FilePath="/Game/VistaTeleportation/Maps/SmallSpaceContext1/SmallSpaceContext1_NONVIST")
|
||||
+MapsToCook=(FilePath="/Game/VistaTeleportation/Maps/SmallSpaceContext1/SmallSpaceContext1_VISTA")
|
||||
+MapsToCook=(FilePath="/Game/VistaTeleportation/Maps/SmallSpaceContext2/SmallSpaceContext2_NONVISTA")
|
||||
+MapsToCook=(FilePath="/Game/VistaTeleportation/Maps/SmallSpaceContext2/SmallSpaceContext2_VISTA")
|
||||
+MapsToCook=(FilePath="/Game/VistaTeleportation/Maps/TestingLevel/TestingLevel")
|
||||
|
||||
|
||||
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_AirDuct.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_AirDuct.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_AllInOne.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_AllInOne.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_Antena.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_Antena.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ArmchairA_Blue.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ArmchairA_Blue.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ArmchairA_Orange.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ArmchairA_Orange.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ArmchairB_blackLeather.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ArmchairB_blackLeather.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ArmchairB_brownLeather.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ArmchairB_brownLeather.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ArmchairB_brownLitLeather.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ArmchairB_brownLitLeather.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ArmchairC.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ArmchairC.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ArmchairLongBLack.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ArmchairLongBLack.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ArmchairLongBlack2.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ArmchairLongBlack2.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ArmchairLongBrown.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ArmchairLongBrown.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ArmchairManagerA.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ArmchairManagerA.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ArmchairManagerBBlack.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ArmchairManagerBBlack.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ArmchairManagerBBrown.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ArmchairManagerBBrown.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ArmchairManagerBGray.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ArmchairManagerBGray.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ArmchairManagerCBlack.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ArmchairManagerCBlack.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ArmchairManagerCBrown.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ArmchairManagerCBrown.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_Arrow.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_Arrow.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_AutoDoorFrame.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_AutoDoorFrame.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_BarChair.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_BarChair.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_BilliardTable.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_BilliardTable.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_BlackMarble.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_BlackMarble.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_BookA.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_BookA.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_BookB.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_BookB.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_BookC.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_BookC.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_BookCaseA.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_BookCaseA.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_BookD.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_BookD.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_BookE.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_BookE.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_BrickMarble.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_BrickMarble.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_BrickMarble2.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_BrickMarble2.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_BrickOctagonal.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_BrickOctagonal.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_BrickOrange.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_BrickOrange.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_Brifcase.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_Brifcase.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CCTV1.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CCTV1.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CCTV2.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CCTV2.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CCTV3.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CCTV3.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CCTV4.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CCTV4.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CCTV5.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CCTV5.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CCTV_A.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CCTV_A.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CCTV_B.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CCTV_B.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_Cafe.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_Cafe.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CafeeTableSeat.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CafeeTableSeat.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CafeeTableStuff.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CafeeTableStuff.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_Cardboard.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_Cardboard.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CaseBMonitorSquare.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CaseBMonitorSquare.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CaseUnitGrayA.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CaseUnitGrayA.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CaseUnitOrangeA.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CaseUnitOrangeA.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CaseUnitWhiteA.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CaseUnitWhiteA.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CenteHallFloor.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CenteHallFloor.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ChairFixed.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ChairFixed.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ChairManagerABrown.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ChairManagerABrown.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ChairStool.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ChairStool.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ChillerEngine.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ChillerEngine.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_Circle.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_Circle.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ClosetManager.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ClosetManager.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ClosetMetal.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ClosetMetal.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ClosetShortAndStuff.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ClosetShortAndStuff.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ClothHangedBrown.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ClothHangedBrown.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ClothHangedGray.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ClothHangedGray.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ClothOpenBlue.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ClothOpenBlue.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ClothOpenBrown.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ClothOpenBrown.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CoffeeMaker.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CoffeeMaker.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ColorDarkMetallic.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ColorDarkMetallic.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ColorOrange.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ColorOrange.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ColorShinyBlackPlastic.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ColorShinyBlackPlastic.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ColorShinyWhitePlastic.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ColorShinyWhitePlastic.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ColorWhiteSolid.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ColorWhiteSolid.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ColorYellow.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ColorYellow.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_Column.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_Column.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ComfySeat.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_ComfySeat.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CopyMachine.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CopyMachine.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CornerDecor.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CornerDecor.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_Cross.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_Cross.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CurtainLargTransparent.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CurtainLargTransparent.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CurtainLarge.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CurtainLarge.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CurtainSingle.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CurtainSingle.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CurtainSingleClose.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_CurtainSingleClose.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_DSLRCam.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_DSLRCam.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_Designers.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_Designers.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_DeskL.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_DeskL.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_DeskManagerA.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_DeskManagerA.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_DeskManagerB.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_DeskManagerB.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_DeskThreeSide.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_DeskThreeSide.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_DoorBW.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_DoorBW.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_DoorConference.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_DoorConference.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_DoorExit.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_DoorExit.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_DoorManager.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_DoorManager.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_DoorSecurity.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_DoorSecurity.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_DoorWCmen.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_DoorWCmen.uasset
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_DoorWCwomen.uasset
(Stored with Git LFS)
Normal file
BIN
Content/Assets/BigCompanyArchViz/Materials/MI_DoorWCwomen.uasset
(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