Skip to content

Commit

Permalink
Beta 8
Browse files Browse the repository at this point in the history
  • Loading branch information
maikramer committed Apr 3, 2019
1 parent 8f2a3ff commit 4938125
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 83 deletions.
Binary file modified Assets/MainScene/LightingData.asset
Binary file not shown.
77 changes: 2 additions & 75 deletions Assets/MainScene/SceneProfile.asset
Original file line number Diff line number Diff line change
@@ -1,77 +1,5 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &-7649870009137686552
MonoBehaviour:
m_ObjectHideFlags: 3
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 2d08ce26990eb1a4a9177b860541e702, type: 3}
m_Name: Exposure
m_EditorClassIdentifier:
active: 1
m_AdvancedMode: 0
mode:
m_OverrideState: 1
m_Value: 1
meteringMode:
m_OverrideState: 0
m_Value: 2
luminanceSource:
m_OverrideState: 0
m_Value: 1
fixedExposure:
m_OverrideState: 0
m_Value: 0
compensation:
m_OverrideState: 1
m_Value: -1
limitMin:
m_OverrideState: 1
m_Value: -2
limitMax:
m_OverrideState: 1
m_Value: 2
curveMap:
m_OverrideState: 0
m_Value:
serializedVersion: 2
m_Curve:
- serializedVersion: 3
time: -10
value: -10
inSlope: 0
outSlope: 1
tangentMode: 0
weightedMode: 0
inWeight: 0
outWeight: 0
- serializedVersion: 3
time: 20
value: 20
inSlope: 1
outSlope: 0
tangentMode: 0
weightedMode: 0
inWeight: 0
outWeight: 0
m_PreInfinity: 2
m_PostInfinity: 2
m_RotationOrder: 4
adaptationMode:
m_OverrideState: 1
m_Value: 1
adaptationSpeedDarkToLight:
m_OverrideState: 1
m_Value: 0.5
min: 0.001
adaptationSpeedLightToDark:
m_OverrideState: 1
m_Value: 0.5
min: 0.001
--- !u!114 &-5169964999985814246
MonoBehaviour:
m_ObjectHideFlags: 3
Expand Down Expand Up @@ -156,7 +84,7 @@ MonoBehaviour:
m_AdvancedMode: 0
postExposure:
m_OverrideState: 0
m_Value: 0
m_Value: 1
contrast:
m_OverrideState: 0
m_Value: 0
Expand Down Expand Up @@ -191,7 +119,6 @@ MonoBehaviour:
m_Name: SceneProfile
m_EditorClassIdentifier:
components:
- {fileID: -7649870009137686552}
- {fileID: 5911294095389876412}
- {fileID: 1215069176693922473}
- {fileID: 756825641981495675}
Expand Down Expand Up @@ -287,7 +214,7 @@ MonoBehaviour:
m_OverrideState: 1
m_Value: 1
multiplier:
m_OverrideState: 0
m_OverrideState: 1
m_Value: 1
min: 0
upperHemisphereLuxValue:
Expand Down
12 changes: 4 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,15 @@ All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [v0.4HDRP-beta.8] - 2019-xx-xx
### Added
## [v0.4HDRP-beta.8] - 2019-04-03

### Changed
- Removed the dedicated Sun (Directional Light), get it from HDRI Sky instead.
- Complete new Material Shader, based on Shader Graph

#### Minor changes

- Complete new Material Shader, based on Shader Graph.

### Fixes
- Fix Metallic with new Material
- Fix Smoothness with new Material
- Fix Metallic with new Material.
- Fix Smoothness with new Material.

### To Implement
- Windows Copy / Paste
Expand Down

0 comments on commit 4938125

Please sign in to comment.