Compare commits

..

No commits in common. "a6f0f1f178c6e83c9b47595137d6a2d1da8e9e01" and "b40dc060b24ad61d106771181421de22f6374154" have entirely different histories.

3 changed files with 13 additions and 5 deletions

9
.gitattributes vendored Normal file
View File

@ -0,0 +1,9 @@
*.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
View File

@ -1,4 +1,3 @@
# ---> UnrealEngine
# Visual Studio 2015 user specific files # Visual Studio 2015 user specific files
.vs/ .vs/
@ -41,6 +40,7 @@
*.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,8 +69,7 @@ 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/*

View File

@ -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.