浏览代码

updated font asset for UX scene, fixed light estimation

/main
Dan 4 年前
当前提交
a25cf137
共有 4 个文件被更改,包括 53 次插入89 次删除
  1. 52
      Assets/Common/Fonts/Roboto-Medium SDF.asset
  2. 14
      Assets/Common/Scripts/LightEstimation.cs
  3. 4
      Assets/UX/Prefabs/ScreenspaceUI.prefab
  4. 72
      Assets/UX/Scenes/UXManagerScene.unity

52
Assets/Common/Fonts/Roboto-Medium SDF.asset
文件差异内容过多而无法显示
查看文件

14
Assets/Common/Scripts/LightEstimation.cs


if (args.lightEstimation.mainLightColor.HasValue)
{
mainLightColor = args.lightEstimation.mainLightColor;
#if PLATFORM_ANDROID
// ARCore needs to apply energy conservation term (1 / PI) and be placed in gamma
m_Light.color = mainLightColor.Value / Mathf.PI;
m_Light.color = m_Light.color.gamma;
// ARCore returns color in HDR format (can be represented as FP16 and have values above 1.0)
var camera = m_CameraManager.GetComponentInParent<Camera>();
if (camera == null || !camera.allowHDR)
{
Debug.LogWarning($"HDR Rendering is not allowed. Color values returned could be above the maximum representable value.");
}
#endif
m_Light.color = mainLightColor.Value;
}
if (args.lightEstimation.mainLightIntensityLumens.HasValue)

4
Assets/UX/Prefabs/ScreenspaceUI.prefab


m_Name:
m_EditorClassIdentifier:
m_StartWithInstructionalUI: 1
m_InstructionalUI: 4
m_InstructionalGoal: 5
m_InstructionalUI: 0
m_InstructionalGoal: 0
m_ShowSecondaryInstructionalUI: 1
m_SecondaryInstructionUI: 2
m_SecondaryGoal: 6

72
Assets/UX/Scenes/UXManagerScene.unity


m_Modification:
m_TransformParent: {fileID: 0}
m_Modifications:
- target: {fileID: 5977163236686653921, guid: 29251f2f7c5044cce8e7eb862b4d93ef,
type: 3}
propertyPath: m_fontAsset
value:
objectReference: {fileID: 11400000, guid: 801223ab657744a85b0e2b5ac5c1a041,
type: 2}
- target: {fileID: 5977163236686653921, guid: 29251f2f7c5044cce8e7eb862b4d93ef,
type: 3}
propertyPath: m_sharedMaterial
value:
objectReference: {fileID: -7188733246301788310, guid: 801223ab657744a85b0e2b5ac5c1a041,
type: 2}
- target: {fileID: 5977163236686653921, guid: 29251f2f7c5044cce8e7eb862b4d93ef,
type: 3}
propertyPath: m_fontSize
value: 50
objectReference: {fileID: 0}
- target: {fileID: 5977163236686653921, guid: 29251f2f7c5044cce8e7eb862b4d93ef,
type: 3}
propertyPath: m_fontSizeBase
value: 50
objectReference: {fileID: 0}
- target: {fileID: 5977163236686653921, guid: 29251f2f7c5044cce8e7eb862b4d93ef,
type: 3}
propertyPath: m_firstOverflowCharacterIndex
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5977163236686653921, guid: 29251f2f7c5044cce8e7eb862b4d93ef,
type: 3}
propertyPath: m_characterSpacing
value: 3
objectReference: {fileID: 0}
- target: {fileID: 5977163236686653921, guid: 29251f2f7c5044cce8e7eb862b4d93ef,
type: 3}
propertyPath: m_margin.x
value: -200
objectReference: {fileID: 0}
- target: {fileID: 5977163236686653921, guid: 29251f2f7c5044cce8e7eb862b4d93ef,
type: 3}
propertyPath: m_textInfo.lineCount
value: 1
objectReference: {fileID: 0}
- target: {fileID: 5977163236686653921, guid: 29251f2f7c5044cce8e7eb862b4d93ef,
type: 3}
propertyPath: m_margin.z
value: -200
objectReference: {fileID: 0}
- target: {fileID: 5977163236686653923, guid: 29251f2f7c5044cce8e7eb862b4d93ef,
type: 3}
propertyPath: m_AnchoredPosition.y
value: -870
objectReference: {fileID: 0}
- target: {fileID: 5977163237016520487, guid: 29251f2f7c5044cce8e7eb862b4d93ef,
type: 3}
propertyPath: m_AnchoredPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5977163237016520487, guid: 29251f2f7c5044cce8e7eb862b4d93ef,
type: 3}
propertyPath: m_SizeDelta.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 5977163238016480453, guid: 29251f2f7c5044cce8e7eb862b4d93ef,
type: 3}
propertyPath: m_Name

propertyPath: m_PlaneManager
value:
objectReference: {fileID: 1335839537}
- target: {fileID: 5977163238016480458, guid: 29251f2f7c5044cce8e7eb862b4d93ef,
type: 3}
propertyPath: m_InstructionalGoal
value: 5
objectReference: {fileID: 0}
- target: {fileID: 5977163238016480458, guid: 29251f2f7c5044cce8e7eb862b4d93ef,
type: 3}
propertyPath: m_InstructionalUI
value: 4
objectReference: {fileID: 0}
- target: {fileID: 5977163238016480459, guid: 29251f2f7c5044cce8e7eb862b4d93ef,
type: 3}
propertyPath: m_LocalPosition.x

正在加载...
取消
保存