Fix Mirror aspect ratio
This commit is contained in:
parent
6bebede2a1
commit
3d7fff1c15
@ -538,7 +538,7 @@ Camera:
|
|||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
x: 0
|
x: 0
|
||||||
y: 0
|
y: 0
|
||||||
width: 1
|
width: 2
|
||||||
height: 1
|
height: 1
|
||||||
near clip plane: 0.3
|
near clip plane: 0.3
|
||||||
far clip plane: 1000
|
far clip plane: 1000
|
||||||
@ -648,7 +648,7 @@ Transform:
|
|||||||
m_GameObject: {fileID: 1818216691}
|
m_GameObject: {fileID: 1818216691}
|
||||||
m_LocalRotation: {x: 0, y: 0.7071068, z: -0.7071068, w: 0}
|
m_LocalRotation: {x: 0, y: 0.7071068, z: -0.7071068, w: 0}
|
||||||
m_LocalPosition: {x: 0, y: 0, z: -0.06}
|
m_LocalPosition: {x: 0, y: 0, z: -0.06}
|
||||||
m_LocalScale: {x: -0.08, y: 1, z: 0.18}
|
m_LocalScale: {x: -0.09, y: 1, z: 0.18}
|
||||||
m_Children: []
|
m_Children: []
|
||||||
m_Father: {fileID: 695168637}
|
m_Father: {fileID: 695168637}
|
||||||
m_RootOrder: 2
|
m_RootOrder: 2
|
||||||
|
@ -14,8 +14,8 @@ RenderTexture:
|
|||||||
m_DownscaleFallback: 0
|
m_DownscaleFallback: 0
|
||||||
serializedVersion: 3
|
serializedVersion: 3
|
||||||
m_Width: 256
|
m_Width: 256
|
||||||
m_Height: 256
|
m_Height: 512
|
||||||
m_AntiAliasing: 1
|
m_AntiAliasing: 2
|
||||||
m_MipCount: -1
|
m_MipCount: -1
|
||||||
m_DepthFormat: 2
|
m_DepthFormat: 2
|
||||||
m_ColorFormat: 8
|
m_ColorFormat: 8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user