Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UE5.3 + Plugin Update #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Unreal Engine 5 specific rules
*.uasset filter=lfs diff=lfs merge=lfs -text
*.umap filter=lfs diff=lfs merge=lfs -text

# Text file line endings normalization
*.ini text=auto
*.txt text=auto
*.md text=auto
*.cpp text=auto
*.h text=auto
*.cs text=auto

# Custom binary assets might also benefit from LFS tracking
# *.customextension filter=lfs diff=lfs merge=lfs -text

# Ensure LFS is used for large binaries
*.psd filter=lfs diff=lfs merge=lfs -text
*.ai filter=lfs diff=lfs merge=lfs -text

# Force bash scripts to always have lf line endings so they can run in Git Bash
*.sh text eol=lf

# Force bat scripts to always have crlf line endings so they can run in cmd.exe
*.bat text eol=crlf
60 changes: 60 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# Unreal Engine 5 specific ignore rules
/Binaries/
/Intermediate/
/Saved/
/DerivedDataCache/
/Build/
/Logs/
/Temp/
/*.opensdf
/*.sdf
/*.opendb
/*.VC.db

# Project-specific ignore rules
/Config/Default*.ini
/Config/User*.ini

# User-specific files
/*.sln
/*.suo
/*.user
/*.userprefs
/.vs/
/.vscode/

# Ignore shader working directory
/Plugins/*/Intermediate/
/Plugins/*/Binaries/

# Ignore Visual Studio temporary files, build results, and
# files generated by popular Visual Studio add-ons.
.vs/
.vscode/
*.user
*.userosscache
*.suo
*.sln.docstates

# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msm
*.msp

# Windows shortcuts
*.lnk

# JetBrains Rider
.idea/
*.sln.iml
3 changes: 3 additions & 0 deletions Content/DomeBaseCharacter.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/DomeBaseGameMode.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/DomeBasePlayerController.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/DomeProjectionLibrary.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/FisheyeWarpActor.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/IDomeGameInstance.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Input/IA_CameraBackwardView.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Input/IA_Jump.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Input/IA_LookUpAxis.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Input/IA_MoveForwardAxis.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Input/IA_MoveSidewardAxis.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Input/IA_ToggleCalibrationPattern.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Input/IA_ToggleCalibrationPatternOrientation.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Input/IA_TurnAxis.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Input/IMC_DomeBaseKeyboard.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Materials/0Mat.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Materials/Black.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Materials/BlackBlocking.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Materials/BlankScreen.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Materials/FisheyeRender/BottomRender.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Materials/FisheyeRender/BottomRender_Mat.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Materials/FisheyeRender/FrontRender.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Materials/FisheyeRender/FrontRender_Mat.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Materials/FisheyeRender/LeftRender.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Materials/FisheyeRender/LeftRender_Mat.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Materials/FisheyeRender/RenderTargetMat.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Materials/FisheyeRender/RenderTargetMenuMat.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Materials/FisheyeRender/RightRender.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Materials/FisheyeRender/RightRender_Mat.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Materials/FisheyeRender/TopRender.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Materials/FisheyeRender/TopRender_Mat.uasset
Git LFS file not shown
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Materials/MirrorWarpRender/FisheyeRender.uasset
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Materials/UE4_LOGO_CARD.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Materials/fish2sphere220b.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Materials/fish2sphere220b_Mat.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/MenuPawn.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Meshes/FisheyeDistortion/bottom.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Meshes/FisheyeDistortion/front.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Meshes/FisheyeDistortion/left.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Meshes/FisheyeDistortion/right.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Meshes/FisheyeDistortion/top.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Meshes/MirrorDistortion/Warp40.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Meshes/MirrorDistortion/warp.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Meshes/MirrorDistortion/warp_monkey.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Meshes/MirrorDistortion/warp_mouse.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Meshes/MirrorDistortion/warp_mouse2.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Meshes/Plane.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/Meshes/hollowsphere.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/MirrorWarpActor.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/SaveGames/MovementSettings.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/SaveGames/PlayerSettings.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/SaveGames/WarpMeshData.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/UI/RenderMenu.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/UI/Widgets/CalibrationPatternWidget.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/UI/Widgets/CameraWidget.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/UI/Widgets/FPSWidget.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/UI/Widgets/ResolutionWidget.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/UI/Widgets/ScreenResolutionWidget.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/UI/Widgets/ViewportResolutionWidget.uasset
Git LFS file not shown
3 changes: 3 additions & 0 deletions Content/UI/Widgets/WarpMeshWidget.uasset
Git LFS file not shown
17 changes: 17 additions & 0 deletions DomeProjection.uplugin
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "1.0",
"FriendlyName": "DomeProjection",
"Description": "",
"Category": "Other",
"CreatedBy": "Zero Noise Lab",
"CreatedByURL": "https://github.com/zero-noise-lab",
"DocsURL": "https://github.com/zero-noise-lab/DomeProjection",
"MarketplaceURL": "",
"SupportURL": "",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false
}
Binary file removed DomeProjection/DomeBaseCharacter.uasset
Binary file not shown.
Binary file removed DomeProjection/DomeBasePlayerController.uasset
Binary file not shown.
Binary file removed DomeProjection/DomeProjectionLibrary.uasset
Binary file not shown.
Binary file removed DomeProjection/FisheyeWarpActor.uasset
Binary file not shown.
Binary file removed DomeProjection/IDomeGameInstance.uasset
Binary file not shown.
Binary file removed DomeProjection/Materials/0Mat.uasset
Binary file not shown.
Binary file removed DomeProjection/Materials/Black.uasset
Binary file not shown.
Binary file removed DomeProjection/Materials/BlackBlocking.uasset
Binary file not shown.
Binary file removed DomeProjection/Materials/BlankScreen.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed DomeProjection/Materials/UE4_LOGO_CARD.uasset
Binary file not shown.
Binary file removed DomeProjection/Materials/fish2sphere220b.uasset
Binary file not shown.
Binary file removed DomeProjection/Materials/fish2sphere220b_Mat.uasset
Binary file not shown.
Binary file removed DomeProjection/MenuPawn.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed DomeProjection/Meshes/FisheyeDistortion/left.uasset
Binary file not shown.
Binary file not shown.
Binary file removed DomeProjection/Meshes/FisheyeDistortion/top.uasset
Binary file not shown.
Binary file not shown.
Binary file removed DomeProjection/Meshes/MirrorDistortion/warp.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed DomeProjection/Meshes/Plane.uasset
Binary file not shown.
Binary file removed DomeProjection/Meshes/hollowsphere.uasset
Binary file not shown.
Binary file removed DomeProjection/MirrorWarpActor.uasset
Binary file not shown.
Binary file removed DomeProjection/SaveGames/MovementSettings.uasset
Binary file not shown.
Binary file removed DomeProjection/SaveGames/PlayerSettings.uasset
Binary file not shown.
Binary file removed DomeProjection/SaveGames/WarpMeshData.uasset
Binary file not shown.
Binary file removed DomeProjection/UI/RenderMenu.uasset
Binary file not shown.
Binary file not shown.
Binary file removed DomeProjection/UI/Widgets/CameraWidget.uasset
Binary file not shown.
Binary file removed DomeProjection/UI/Widgets/FPSWidget.uasset
Binary file not shown.
Binary file removed DomeProjection/UI/Widgets/ResolutionWidget.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed DomeProjection/UI/Widgets/WarpMeshWidget.uasset
Binary file not shown.
Loading