-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #289 from GothicVRProject/feature/sky-revamped
Feature/sky revamped
- Loading branch information
Showing
20 changed files
with
749 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
%YAML 1.1 | ||
%TAG !u! tag:unity3d.com,2011: | ||
--- !u!850595691 &4890085278179872738 | ||
LightingSettings: | ||
m_ObjectHideFlags: 0 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
m_Name: worldLightingSettings | ||
serializedVersion: 6 | ||
m_GIWorkflowMode: 1 | ||
m_EnableBakedLightmaps: 1 | ||
m_EnableRealtimeLightmaps: 0 | ||
m_RealtimeEnvironmentLighting: 1 | ||
m_BounceScale: 1 | ||
m_AlbedoBoost: 1 | ||
m_IndirectOutputScale: 1 | ||
m_UsingShadowmask: 1 | ||
m_BakeBackend: 2 | ||
m_LightmapMaxSize: 1024 | ||
m_BakeResolution: 40 | ||
m_Padding: 2 | ||
m_LightmapCompression: 3 | ||
m_AO: 0 | ||
m_AOMaxDistance: 1 | ||
m_CompAOExponent: 1 | ||
m_CompAOExponentDirect: 0 | ||
m_ExtractAO: 0 | ||
m_MixedBakeMode: 2 | ||
m_LightmapsBakeMode: 1 | ||
m_FilterMode: 1 | ||
m_LightmapParameters: {fileID: 15204, guid: 0000000000000000f000000000000000, type: 0} | ||
m_ExportTrainingData: 0 | ||
m_TrainingDataDestination: TrainingData | ||
m_RealtimeResolution: 2 | ||
m_ForceWhiteAlbedo: 0 | ||
m_ForceUpdates: 0 | ||
m_FinalGather: 0 | ||
m_FinalGatherRayCount: 256 | ||
m_FinalGatherFiltering: 1 | ||
m_PVRCulling: 1 | ||
m_PVRSampling: 1 | ||
m_PVRDirectSampleCount: 32 | ||
m_PVRSampleCount: 512 | ||
m_PVREnvironmentSampleCount: 256 | ||
m_PVREnvironmentReferencePointCount: 2048 | ||
m_LightProbeSampleCountMultiplier: 4 | ||
m_PVRBounces: 2 | ||
m_PVRMinBounces: 2 | ||
m_PVREnvironmentImportanceSampling: 1 | ||
m_PVRFilteringMode: 1 | ||
m_PVRDenoiserTypeDirect: 1 | ||
m_PVRDenoiserTypeIndirect: 1 | ||
m_PVRDenoiserTypeAO: 1 | ||
m_PVRFilterTypeDirect: 0 | ||
m_PVRFilterTypeIndirect: 0 | ||
m_PVRFilterTypeAO: 0 | ||
m_PVRFilteringGaussRadiusDirect: 1 | ||
m_PVRFilteringGaussRadiusIndirect: 5 | ||
m_PVRFilteringGaussRadiusAO: 2 | ||
m_PVRFilteringAtrousPositionSigmaDirect: 0.5 | ||
m_PVRFilteringAtrousPositionSigmaIndirect: 2 | ||
m_PVRFilteringAtrousPositionSigmaAO: 1 | ||
m_PVRTiledBaking: 0 | ||
m_NumRaysToShootPerTexel: -1 | ||
m_RespectSceneVisibilityWhenBakingGI: 0 |
8 changes: 8 additions & 0 deletions
8
Assets/GothicVR/Resources/worldLightingSettings.lighting.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
using UnityEngine; | ||
|
||
namespace GVR.Data | ||
{ | ||
public class SkyLayerData | ||
{ | ||
public Texture2D[] texBox; | ||
public Texture2D tex; | ||
public string texName = ""; | ||
public float texAlpha; | ||
public float texScale = 1; | ||
public Vector2 texSpeed = new(0.9f, 1.1f); | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.