Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Commit

Permalink
Fix shadow issues (#138)
Browse files Browse the repository at this point in the history
* shadow changes

* Anti flickering content updates - Tweaked shadow bias and cascade ranges. Adjusted first person camera clip settings to have a further near clip and a closer far clip. Changed texture filtering settings on some environment textures. Swapped PC first person camera to use Temporal AA to try and improve general aliasing.
  • Loading branch information
paulbalaji authored and zeroZshadow committed Mar 18, 2019
1 parent 6933962 commit 33f19ac
Show file tree
Hide file tree
Showing 11 changed files with 264 additions and 60 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -504,8 +504,8 @@ Camera:
y: 0
width: 1
height: 1
near clip plane: 0.05
far clip plane: 3000
near clip plane: 0.12
far clip plane: 2000
field of view: 50
orthographic: 0
orthographic size: 5
Expand Down Expand Up @@ -601,11 +601,6 @@ PrefabInstance:
m_Modification:
m_TransformParent: {fileID: 4620716434285874}
m_Modifications:
- target: {fileID: 1620896566736479575, guid: 99c1c836e4262284d9b458f03442a4f6,
type: 3}
propertyPath: m_Name
value: FirstPersonModel
objectReference: {fileID: 0}
- target: {fileID: 1371366245061083600, guid: 99c1c836e4262284d9b458f03442a4f6,
type: 3}
propertyPath: m_LocalPosition.x
Expand Down Expand Up @@ -661,6 +656,11 @@ PrefabInstance:
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 1620896566736479575, guid: 99c1c836e4262284d9b458f03442a4f6,
type: 3}
propertyPath: m_Name
value: FirstPersonModel
objectReference: {fileID: 0}
- target: {fileID: 6108130638274169511, guid: 99c1c836e4262284d9b458f03442a4f6,
type: 3}
propertyPath: gunSocket
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -499,8 +499,8 @@ Camera:
y: 0
width: 1
height: 1
near clip plane: 0.05
far clip plane: 3000
near clip plane: 0.12
far clip plane: 2000
field of view: 55
orthographic: 0
orthographic size: 5
Expand Down Expand Up @@ -537,12 +537,12 @@ MonoBehaviour:
m_Bits: 256
stopNaNPropagation: 1
finalBlitToCameraTarget: 1
antialiasingMode: 2
antialiasingMode: 3
temporalAntialiasing:
jitterSpread: 0.75
sharpness: 0.25
sharpness: 0.4
stationaryBlending: 0.95
motionBlending: 0.85
motionBlending: 0.5
subpixelMorphologicalAntialiasing:
quality: 2
fastApproximateAntialiasing:
Expand Down Expand Up @@ -596,11 +596,6 @@ PrefabInstance:
m_Modification:
m_TransformParent: {fileID: 4620716434285874}
m_Modifications:
- target: {fileID: 1620896566736479575, guid: 99c1c836e4262284d9b458f03442a4f6,
type: 3}
propertyPath: m_Name
value: FirstPersonModel
objectReference: {fileID: 0}
- target: {fileID: 1371366245061083600, guid: 99c1c836e4262284d9b458f03442a4f6,
type: 3}
propertyPath: m_LocalPosition.x
Expand Down Expand Up @@ -656,16 +651,21 @@ PrefabInstance:
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7451537192968994047, guid: 99c1c836e4262284d9b458f03442a4f6,
- target: {fileID: 1620896566736479575, guid: 99c1c836e4262284d9b458f03442a4f6,
type: 3}
propertyPath: m_Controller
value:
objectReference: {fileID: 9100000, guid: f4ed84bfa2745d546a04e298e1de998e, type: 2}
propertyPath: m_Name
value: FirstPersonModel
objectReference: {fileID: 0}
- target: {fileID: 6108130638274169511, guid: 99c1c836e4262284d9b458f03442a4f6,
type: 3}
propertyPath: gunSocket
value:
objectReference: {fileID: 114801285074366292}
- target: {fileID: 7451537192968994047, guid: 99c1c836e4262284d9b458f03442a4f6,
type: 3}
propertyPath: m_Controller
value:
objectReference: {fileID: 9100000, guid: f4ed84bfa2745d546a04e298e1de998e, type: 2}
m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 99c1c836e4262284d9b458f03442a4f6, type: 3}
--- !u!4 &7450142387778287261 stripped
Expand Down

0 comments on commit 33f19ac

Please sign in to comment.