Skip to content

Commit

Permalink
High Accuracy Sky Update
Browse files Browse the repository at this point in the history
Implemented highly accurate calculations for sun/moon in the plugin,
updated skydome to use the new calendar and sky system.

This sets the base for the new Skydome, features coming in subsequent
updates.
  • Loading branch information
dotcamdev committed Jun 12, 2016
1 parent b9c4b86 commit d67563a
Show file tree
Hide file tree
Showing 51 changed files with 1,105 additions and 723 deletions.
6 changes: 3 additions & 3 deletions Binaries/Win64/OceanProjectEditor.target
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"TargetName" : "OceanProjectEditor",
"Platform" : "Win64",
"Configuration" : "Development",
"BuildId" : "087c9b59-508a-4010-82dd-80fc0ee1fe0a",
"BuildId" : "80bbb9d4-1e8b-454f-b4e8-30440e0fa674",
"Version" :
{
"MajorVersion" : 4,
"MinorVersion" : 12,
"PatchVersion" : 0,
"Changelist" : 2992821,
"PatchVersion" : 2,
"Changelist" : 3005592,
"IsLicenseeVersion" : 0,
"BranchName" : "++UE4+Release-4.12"
},
Expand Down
Binary file modified Binaries/Win64/UE4Editor-OceanProject.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions Binaries/Win64/UE4Editor.modules
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Changelist" : 2992821,
"BuildId" : "087c9b59-508a-4010-82dd-80fc0ee1fe0a",
"Changelist" : 3005592,
"BuildId" : "80bbb9d4-1e8b-454f-b4e8-30440e0fa674",
"Modules" :
{
"OceanProject" : "UE4Editor-OceanProject.dll"
Expand Down
5 changes: 2 additions & 3 deletions Config/DefaultEngine.ini
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ UIScaleCurve=(EditorCurveData=(Keys=),ExternalCurve=None)
r.AllowGlobalClipPlane=True

[/Script/EngineSettings.GameMapsSettings]
EditorStartupMap=/Game/Maps/IslandMap
EditorStartupMap=/Game/Maps/dcSkyTestMap.dcSkyTestMap
LocalMapOptions=
TransitionMap=
bUseSplitscreen=False
TwoPlayerSplitscreenLayout=Horizontal
ThreePlayerSplitscreenLayout=FavorTop
GameInstanceClass=/Script/Engine.GameInstance
GameDefaultMap=/Game/Maps/IslandMap
GameDefaultMap=/Game/Maps/dcSkyTestMap.dcSkyTestMap
ServerDefaultMap=/Engine/Maps/Entry
GlobalDefaultGameMode=/Game/ShipsAndExamples/CustomThirdPerson/Blueprints/ThirdPersonGameMode.ThirdPersonGameMode_C
GlobalDefaultServerGameMode=None
Expand All @@ -93,4 +93,3 @@ ApplicationScale=1.000000
UIScaleRule=Vertical
CustomScalingRuleClass=None
UIScaleCurve=(EditorCurveData=(PreInfinityExtrap=RCCE_Constant,PostInfinityExtrap=RCCE_Constant,Keys=((Time=1080.000000,Value=1.000000)),DefaultValue=340282346638528859811704183484516925440.000000),ExternalCurve=None)

Loading

0 comments on commit d67563a

Please sign in to comment.