Compare commits
No commits in common. "b40dc060b24ad61d106771181421de22f6374154" and "a6f0f1f178c6e83c9b47595137d6a2d1da8e9e01" have entirely different histories.
b40dc060b2
...
a6f0f1f178
9
.gitattributes
vendored
9
.gitattributes
vendored
|
|
@ -1,9 +0,0 @@
|
||||||
*.uasset filter=lfs diff=lfs merge=lfs -text
|
|
||||||
*.umap filter=lfs diff=lfs merge=lfs -text
|
|
||||||
*.png filter=lfs diff=lfs merge=lfs -text
|
|
||||||
*.jpg filter=lfs diff=lfs merge=lfs -text
|
|
||||||
*.wav filter=lfs diff=lfs merge=lfs -text
|
|
||||||
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
|
||||||
*.fbx filter=lfs diff=lfs merge=lfs -text
|
|
||||||
*.uplugin filter=lfs diff=lfs merge=lfs -text
|
|
||||||
*.uproject filter=lfs diff=lfs merge=lfs -text
|
|
||||||
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
||||||
|
# ---> UnrealEngine
|
||||||
# Visual Studio 2015 user specific files
|
# Visual Studio 2015 user specific files
|
||||||
.vs/
|
.vs/
|
||||||
|
|
||||||
|
|
@ -40,7 +41,6 @@
|
||||||
*.sdf
|
*.sdf
|
||||||
*.VC.db
|
*.VC.db
|
||||||
*.VC.opendb
|
*.VC.opendb
|
||||||
.vsconfig
|
|
||||||
|
|
||||||
# Precompiled Assets
|
# Precompiled Assets
|
||||||
SourceArt/**/*.png
|
SourceArt/**/*.png
|
||||||
|
|
@ -48,7 +48,7 @@ SourceArt/**/*.tga
|
||||||
|
|
||||||
# Binary Files
|
# Binary Files
|
||||||
Binaries/*
|
Binaries/*
|
||||||
Plugins/**/Binaries/*
|
Plugins/*/Binaries/*
|
||||||
|
|
||||||
# Builds
|
# Builds
|
||||||
Build/*
|
Build/*
|
||||||
|
|
@ -69,7 +69,8 @@ Saved/*
|
||||||
|
|
||||||
# Compiled source files for the engine to use
|
# Compiled source files for the engine to use
|
||||||
Intermediate/*
|
Intermediate/*
|
||||||
Plugins/**/Intermediate/*
|
Plugins/*/Intermediate/*
|
||||||
|
|
||||||
# Cache files for the editor to use
|
# Cache files for the editor to use
|
||||||
DerivedDataCache/*
|
DerivedDataCache/*
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
# VacuVoltVR
|
# VacuVoltVR
|
||||||
VacuVoltVR is an immersive VR training simulator designed to teach safe and efficient maintenance procedures for high-voltage vacuum circuit breakers. The project provides realistic 3D interactions, guided workflows, and fault-scenario training to help engineers gain hands-on experience without risking equipment or personnel.
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user