浏览代码

Planar reflections tests.

/main
Remy 6 年前
当前提交
7cebde26
共有 15 个文件被更改,包括 1546 次插入18 次删除
  1. 4
      Tests/GraphicsTests/RenderPipeline/HDRenderPipeline/CommonAssets/HDRP_GraphicTests_Asset.asset
  2. 962
      Tests/GraphicsTests/RenderPipeline/HDRenderPipeline/Scenes/2xxx_Lighting/2203_PlanarProbes.unity
  3. 85
      Tests/GraphicsTests/RenderPipeline/HDRenderPipeline/CommonAssets/3DObjects/Capsule.prefab
  4. 8
      Tests/GraphicsTests/RenderPipeline/HDRenderPipeline/CommonAssets/3DObjects/Capsule.prefab.meta
  5. 8
      Tests/GraphicsTests/RenderPipeline/HDRenderPipeline/CommonAssets/3DObjects/Invert_Cylinder.meta
  6. 8
      Tests/GraphicsTests/RenderPipeline/HDRenderPipeline/CommonAssets/3DObjects/Invert_Hemisphere.meta
  7. 217
      Tests/GraphicsTests/RenderPipeline/HDRenderPipeline/CommonAssets/Materials/Unlit_PixelGrid.mat
  8. 8
      Tests/GraphicsTests/RenderPipeline/HDRenderPipeline/CommonAssets/Materials/Unlit_PixelGrid.mat.meta
  9. 29
      Tests/GraphicsTests/RenderPipeline/HDRenderPipeline/CommonAssets/3DObjects/Invert_Cylinder/Invert_Cylinder.fbx
  10. 92
      Tests/GraphicsTests/RenderPipeline/HDRenderPipeline/CommonAssets/3DObjects/Invert_Cylinder/Invert_Cylinder.fbx.meta
  11. 43
      Tests/GraphicsTests/RenderPipeline/HDRenderPipeline/CommonAssets/3DObjects/Invert_Hemisphere/Invert_Hemisphere.fbx
  12. 92
      Tests/GraphicsTests/RenderPipeline/HDRenderPipeline/CommonAssets/3DObjects/Invert_Hemisphere/Invert_Hemisphere.fbx.meta
  13. 8
      Tests/GraphicsTests/RenderPipeline/HDRenderPipeline/Scenes/2xxx_Lighting/2203_PlanarProbes.meta

4
Tests/GraphicsTests/RenderPipeline/HDRenderPipeline/CommonAssets/HDRP_GraphicTests_Asset.asset


pointCookieSize: 512
cubeCookieTexArraySize: 16
reflectionProbeCacheSize: 128
planarReflectionProbeCacheSize: 128
planarReflectionTextureSize: 512
planarReflectionCacheCompressed: 0
maxPlanarReflectionProbes: 128
skyReflectionSize: 256
skyLightingOverrideLayerMask:
serializedVersion: 2

962
Tests/GraphicsTests/RenderPipeline/HDRenderPipeline/Scenes/2xxx_Lighting/2203_PlanarProbes.unity
文件差异内容过多而无法显示
查看文件

85
Tests/GraphicsTests/RenderPipeline/HDRenderPipeline/CommonAssets/3DObjects/Capsule.prefab


%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1001 &100100000
Prefab:
m_ObjectHideFlags: 1
serializedVersion: 2
m_Modification:
m_TransformParent: {fileID: 0}
m_Modifications: []
m_RemovedComponents: []
m_ParentPrefab: {fileID: 0}
m_RootGameObject: {fileID: 1404538130253772}
m_IsPrefabParent: 1
--- !u!1 &1404538130253772
GameObject:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
serializedVersion: 5
m_Component:
- component: {fileID: 4956336178439206}
- component: {fileID: 33984801924223374}
- component: {fileID: 23729065536706830}
m_Layer: 0
m_Name: Capsule
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!4 &4956336178439206
Transform:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 1404538130253772}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1, y: 1, z: 1}
m_Children: []
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
--- !u!23 &23729065536706830
MeshRenderer:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 1404538130253772}
m_Enabled: 1
m_CastShadows: 1
m_ReceiveShadows: 1
m_DynamicOccludee: 1
m_MotionVectors: 1
m_LightProbeUsage: 1
m_ReflectionProbeUsage: 1
m_RenderingLayerMask: 4294967295
m_Materials:
- {fileID: 2100000, guid: 73c176f402d2c2f4d929aa5da7585d17, type: 2}
m_StaticBatchInfo:
firstSubMesh: 0
subMeshCount: 0
m_StaticBatchRoot: {fileID: 0}
m_ProbeAnchor: {fileID: 0}
m_LightProbeVolumeOverride: {fileID: 0}
m_ScaleInLightmap: 1
m_PreserveUVs: 0
m_IgnoreNormalsForChartDetection: 0
m_ImportantGI: 0
m_StitchLightmapSeams: 0
m_SelectedEditorRenderState: 3
m_MinimumChartSize: 4
m_AutoUVMaxDistance: 0.5
m_AutoUVMaxAngle: 89
m_LightmapParameters: {fileID: 0}
m_SortingLayerID: 0
m_SortingLayer: 0
m_SortingOrder: 0
--- !u!33 &33984801924223374
MeshFilter:
m_ObjectHideFlags: 1
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 100100000}
m_GameObject: {fileID: 1404538130253772}
m_Mesh: {fileID: 10208, guid: 0000000000000000e000000000000000, type: 0}

8
Tests/GraphicsTests/RenderPipeline/HDRenderPipeline/CommonAssets/3DObjects/Capsule.prefab.meta


fileFormatVersion: 2
guid: 0e438c71e264ecf4583a9b91ac2c40d7
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 100100000
userData:
assetBundleName:
assetBundleVariant:

8
Tests/GraphicsTests/RenderPipeline/HDRenderPipeline/CommonAssets/3DObjects/Invert_Cylinder.meta


fileFormatVersion: 2
guid: 82b790d5acc1c294d842bc09bb516976
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

8
Tests/GraphicsTests/RenderPipeline/HDRenderPipeline/CommonAssets/3DObjects/Invert_Hemisphere.meta


fileFormatVersion: 2
guid: 779a5c96a3bd3c14e8f91be637045057
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

217
Tests/GraphicsTests/RenderPipeline/HDRenderPipeline/CommonAssets/Materials/Unlit_PixelGrid.mat


%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!21 &2100000
Material:
serializedVersion: 6
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_Name: Unlit_PixelGrid
m_Shader: {fileID: 4800000, guid: c4edd00ff2db5b24391a4fcb1762e459, type: 3}
m_ShaderKeywords:
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
m_CustomRenderQueue: 2000
stringTagMap: {}
disabledShaderPasses:
- DistortionVectors
m_SavedProperties:
serializedVersion: 3
m_TexEnvs:
- _AnisotropyMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _BaseColorMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _BentNormalMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _BentNormalMapOS:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _CoatMaskMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DetailMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _DistortionVectorMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _EmissiveColorMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _HeightMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MainTex:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _MaskMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _NormalMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _NormalMapOS:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _SpecularColorMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _SubsurfaceMaskMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _TangentMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _TangentMapOS:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _ThicknessMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _TransmittanceColorMap:
m_Texture: {fileID: 0}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
- _UnlitColorMap:
m_Texture: {fileID: 2800000, guid: 3dd789714c4d7ef4ba0dd0d92fb66905, type: 3}
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
m_Floats:
- _AORemapMax: 1
- _AORemapMin: 0
- _ATDistance: 1
- _AlbedoAffectEmissive: 0
- _AlphaCutoff: 0.5
- _AlphaCutoffEnable: 0
- _AlphaCutoffPostpass: 0.5
- _AlphaCutoffPrepass: 0.5
- _Anisotropy: 0
- _BlendMode: 0
- _CoatMask: 0
- _CullMode: 2
- _CullModeForward: 2
- _Cutoff: 0.5
- _DepthOffsetEnable: 0
- _DetailAlbedoScale: 1
- _DetailNormalScale: 1
- _DetailSmoothnessScale: 1
- _DiffusionProfile: 0
- _DisplacementLockObjectScale: 1
- _DisplacementLockTilingScale: 1
- _DisplacementMode: 0
- _DistortionBlendMode: 0
- _DistortionBlurBlendMode: 0
- _DistortionBlurDstBlend: 1
- _DistortionBlurRemapMax: 1
- _DistortionBlurRemapMin: 0
- _DistortionBlurScale: 1
- _DistortionBlurSrcBlend: 1
- _DistortionDepthTest: 1
- _DistortionDstBlend: 1
- _DistortionEnable: 0
- _DistortionOnly: 0
- _DistortionScale: 1
- _DistortionSrcBlend: 1
- _DistortionVectorBias: -1
- _DistortionVectorScale: 2
- _DoubleSidedEnable: 0
- _DoubleSidedNormalMode: 1
- _Drag: 1
- _DstBlend: 0
- _EmissiveColorMode: 1
- _EmissiveIntensity: 0
- _EnableBlendModePreserveSpecularLighting: 1
- _EnableFogOnTransparent: 1
- _EnableMotionVectorForVertexAnimation: 0
- _EnableSpecularOcclusion: 0
- _EnableWind: 0
- _EnergyConservingSpecularColor: 1
- _HeightAmplitude: 0.02
- _HeightCenter: 0.5
- _HeightMapParametrization: 0
- _HeightMax: 1
- _HeightMin: -1
- _HeightOffset: 0
- _HeightPoMAmplitude: 2
- _HeightTessAmplitude: 2
- _HeightTessCenter: 0.5
- _IOR: 1
- _InitialBend: 1
- _InvTilingScale: 1
- _LinkDetailsWithBase: 1
- _MaterialID: 1
- _Metallic: 0
- _NormalMapSpace: 0
- _NormalScale: 1
- _PPDLodThreshold: 5
- _PPDMaxSamples: 15
- _PPDMinSamples: 5
- _PPDPrimitiveLength: 1
- _PPDPrimitiveWidth: 1
- _PreRefractionPass: 0
- _RefractionMode: 0
- _SSSAndTransmissionType: 0
- _ShiverDirectionality: 0.5
- _ShiverDrag: 0.2
- _Smoothness: 1
- _SmoothnessRemapMax: 1
- _SmoothnessRemapMin: 0
- _SrcBlend: 1
- _StencilRef: 2
- _StencilRefMV: 128
- _StencilWriteMask: 7
- _StencilWriteMaskMV: 128
- _Stiffness: 1
- _SubsurfaceMask: 1
- _SupportDBuffer: 1
- _SurfaceType: 0
- _TexWorldScale: 1
- _TexWorldScaleEmissive: 1
- _Thickness: 1
- _ThicknessMultiplier: 1
- _TransparentBackfaceEnable: 0
- _TransparentDepthPostpassEnable: 0
- _TransparentDepthPrepassEnable: 0
- _TransparentSortPriority: 0
- _UVBase: 0
- _UVDetail: 0
- _UVEmissive: 0
- _ZTestMode: 4
- _ZWrite: 1
m_Colors:
- _BaseColor: {r: 1, g: 1, b: 1, a: 1}
- _Color: {r: 1, g: 1, b: 1, a: 1}
- _DoubleSidedConstants: {r: 1, g: 1, b: -1, a: 0}
- _EmissionColor: {r: 1, g: 1, b: 1, a: 1}
- _EmissiveColor: {r: 1, g: 1, b: 1, a: 1}
- _InvPrimScale: {r: 1, g: 1, b: 0, a: 0}
- _SpecularColor: {r: 1, g: 1, b: 1, a: 1}
- _ThicknessRemap: {r: 0, g: 1, b: 0, a: 0}
- _TransmittanceColor: {r: 1, g: 1, b: 1, a: 1}
- _UVDetailsMappingMask: {r: 1, g: 0, b: 0, a: 0}
- _UVMappingMask: {r: 1, g: 0, b: 0, a: 0}
- _UVMappingMaskEmissive: {r: 1, g: 0, b: 0, a: 0}
- _UnlitColor: {r: 1, g: 1, b: 1, a: 1}

8
Tests/GraphicsTests/RenderPipeline/HDRenderPipeline/CommonAssets/Materials/Unlit_PixelGrid.mat.meta


fileFormatVersion: 2
guid: 55a93803a35aa81469be31cd4d63063f
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 2100000
userData:
assetBundleName:
assetBundleVariant:

29
Tests/GraphicsTests/RenderPipeline/HDRenderPipeline/CommonAssets/3DObjects/Invert_Cylinder/Invert_Cylinder.fbx


Kaydara FBX Binary �_FBXHeaderExtension\FBXHeaderVersionI�x
FBXVersionI��EncryptionTypeI�CreationTimeStamp�VersionI��YearI��MonthIDayI'HourI?MinuteI(WSecondI t MillisecondI6�4CreatorS/Blender (stable FBX IO) - 2.79 (sub 0) - 3.7.13R' SceneInfoSGlobalInfoSceneInfoSUserData$ TypeSUserData=VersionId MetaDatakVersionId�TitleS�SubjectS�AuthorS�KeywordsS�RevisionSCommentSE Properties70m9PS DocumentUrlSKStringSUrlSS /foobar.fbx�<PSSrcDocumentUrlSKStringSUrlSS /foobar.fbx�$PSOriginalSCompoundSSCLPSOriginal|ApplicationVendorSKStringSSSBlender Foundation�OPSOriginal|ApplicationNameSKStringSSSBlender (stable FBX IO)�GPSOriginal|ApplicationVersionSKStringSSS 2.79 (sub 0)PMPSOriginal|DateTime_GMTSDateTimeSSS01/01/1970 00:00:00.000�<PSOriginal|FileNameSKStringSSS /foobar.fbx�%PS LastSavedSCompoundSS(MPSLastSaved|ApplicationVendorSKStringSSSBlender Foundation�PPSLastSaved|ApplicationNameSKStringSSSBlender (stable FBX IO)�HPSLastSaved|ApplicationVersionSKStringSSS 2.79 (sub 0)8NPSLastSaved|DateTime_GMTSDateTimeSSS01/01/1970 00:00:00.000�FileIdR(�*��$�¿Ȱ*�+��� CreationTimeS1970-01-01 10:00:00:0004CreatorS/Blender (stable FBX IO) - 2.79 (sub 0) - 3.7.13� GlobalSettings8VersionI�u Properties70�)PSUpAxisSintSIntegerSI�-PS
UpAxisSignSintSIntegerSI�,PS FrontAxisSintSIntegerSI; 0PS FrontAxisSignSintSIntegerSIu ,PS CoordAxisSintSIntegerSI� 0PS CoordAxisSignSintSIntegerSI� 1PSOriginalUpAxisSintSIntegerSI����5
5PSOriginalUpAxisSignSintSIntegerSI{
8PSUnitScaleFactorSdoubleSNumberSD�?�
@PSOriginalUnitScaleFactorSdoubleSNumberSD�? HPS AmbientColorSColorRGBSColorSDDDn APS DefaultCameraSKStringSSSProducer Perspective� %PSTimeModeSenumSSI � 3PS TimeSpanStartSKTimeSTimeSL" 2PS TimeSpanStopSKTimeSTimeSL����
h 8PSCustomFrameRateSdoubleSNumberSD8@� Documents� CountI� DocumentL3�7SSceneSScene| Properties70. &PS SourceObjectSobjectSSo 3PSActiveAnimStackNameSKStringSSS�  RootNodeL�
Referencesd$ Definitions VersionId CountIn
ObjectTypeSGlobalSettingsaCountI�
ObjectTypeSGeometry�CountI� PropertyTemplateSFbxMesh� Properties70:APSColorSColorRGBSColorSD�������?D�������?D�������?�DPSBBoxMinSVector3DSVectorSDDD�DPSBBoxMaxSVector3DSVectorSDDD/PSPrimary VisibilitySboolSSIS*PS Casts ShadowsSboolSSI�,PSReceive ShadowsSboolSSIW$
ObjectTypeSModel�CountIJ$ PropertyTemplateSFbxNode=$ Properties70n2PSQuaternionInterpolateSenumSSI�KPSRotationOffsetSVector3DSVectorSDDDJPS RotationPivotSVector3DSVectorSDDDwJPS ScalingOffsetSVector3DSVectorSDDD�IPS ScalingPivotSVector3DSVectorSDDD
.PSTranslationActiveSboolSSIcKPSTranslationMinSVector3DSVectorSDDD�KPSTranslationMaxSVector3DSVectorSDDD�,PSTranslationMinXSboolSSI0,PSTranslationMinYSboolSSIj,PSTranslationMinZSboolSSI�,PSTranslationMaxXSboolSSI�,PSTranslationMaxYSboolSSI,PSTranslationMaxZSboolSSIP*PS RotationOrderSenumSSI�6PSRotationSpaceForLimitOnlySboolSSI�;PSRotationStiffnessXSdoubleSNumberSD&;PSRotationStiffnessYSdoubleSNumberSDo;PSRotationStiffnessZSdoubleSNumberSD�0PSAxisLenSdoubleSNumberSD$@HPS PreRotationSVector3DSVectorSDDDZIPS PostRotationSVector3DSVectorSDDD�+PSRotationActiveSboolSSI�HPS RotationMinSVector3DSVectorSDDD?HPS RotationMaxSVector3DSVectorSDDDv)PS RotationMinXSboolSSI�)PS RotationMinYSboolSSI�)PS RotationMinZSboolSSI)PS RotationMaxXSboolSSIR)PS RotationMaxYSboolSSI�)PS RotationMaxZSboolSSI�(PS InheritTypeSenumSSI�*PS ScalingActiveSboolSSILGPS
ScalingMinSVector3DSVectorSDDD�GPS
ScalingMaxSVector3DSVectorSD�?D�?D�?�(PS ScalingMinXSboolSSI (PS ScalingMinYSboolSSIC(PS ScalingMinZSboolSSIy(PS ScalingMaxXSboolSSI�(PS ScalingMaxYSboolSSI�(PS ScalingMaxZSboolSSIDQPSGeometricTranslationSVector3DSVectorSDDD�NPSGeometricRotationSVector3DSVectorSDDD�MPSGeometricScalingSVector3DSVectorSD�?D�?D�??6PS MinDampRangeXSdoubleSNumberSD�6PS MinDampRangeYSdoubleSNumberSD�6PS MinDampRangeZSdoubleSNumberSD 6PS MaxDampRangeXSdoubleSNumberSDO6PS MaxDampRangeYSdoubleSNumberSD�6PS MaxDampRangeZSdoubleSNumberSD�9PSMinDampStrengthXSdoubleSNumberSD!9PSMinDampStrengthYSdoubleSNumberSDh9PSMinDampStrengthZSdoubleSNumberSD�9PSMaxDampStrengthXSdoubleSNumberSD�9PSMaxDampStrengthYSdoubleSNumberSD= 9PSMaxDampStrengthZSdoubleSNumberSD� 7PSPreferedAngleXSdoubleSNumberSD� 7PSPreferedAngleYSdoubleSNumberSD !7PSPreferedAngleZSdoubleSNumberSDB!(PSLookAtPropertySobjectSSz!*PSUpVectorPropertySobjectSS�!!PSShowSboolSSI�!8PSNegativePercentShapeSupportSboolSSI5"8PSDefaultAttributeIndexSintSIntegerSI����f"#PSFreezeSboolSSI�"#PSLODBoxSboolSSI�"NPSLcl TranslationSLcl TranslationSSADDDI#HPS Lcl RotationS Lcl RotationSSADDD�#FPS Lcl ScalingS Lcl ScalingSSAD�?D�?D�?�#2PS
VisibilityS
VisibilitySSAD�?0$EPSVisibility InheritanceSVisibility InheritanceSSI8Objects�52GeometryL6$SInverted_CylinderGeometrySMesh�$ Properties70%GeometryVersionI|�&�Verticesd��xm�MJA�g���!9B�-A4 ���"��?W����c�B� � �\����7�Uw�̄W������y�LQ�)�E1�6����ϣ?[�����0�8G1�۾���c��=���>��eu�X�ۏC���3.X����ٳϸy�����d�q��|���g���K�yd�q�Q1�������z�&�����鲧�Q)�K���ݾbFE�q����bFE�q����bFE�q�2�n�)fT�,���/����>���b��O�I1���� �����w��˝q��:M��縉Q�|��p�r��6��p���z�貑�懧Ձ����|h�.�^��u�R�����{5o�?��_{.2n���������l{�13.���W��;g�q�����{�}��כ�O=Mߡ�3n�<���9}��ϸ���s�o�7�:K��?��'���G��V��̸��80�(�PolygonVertexIndexi@�x-�USPE�؉�**���lQA��� �s����f��f�כ$��_�јA΄?�M�g�Ӽ�́�����v�� ��̃���Oq���wD�����s��/wD�����r��/wD�����?s��7�;"K�K����藁;"��S������W�;"+�C��o���W�;"��]������׀;"k�M��/���ׁ;"��U��Ϲ��7�;"�E����v�������z� n;�-��H <��~�ێ���
��ӏp���F�#�F����V�����'��?䶣� ����G���綣owDvÃ���r���wD�½��os���wD�Ý��oq��w�;"`�z�!n;����H'ܬ����!pG�0 VO�ێ��#r�WO�ێ��#r����mG�9 W����mG
�9 ���?�mG�9 ���綣�wD��\����v�=��H�UO�?�]�������*,Edgesi�x �aGл��:��:�ڎKkǥm��Ke,�(�h�(���E3�(J,J4�Q��(QlFcE�M,J4�އ�^ 9CgI��d"L���%�|.p�q
)�
��P�uʸA�r*��UTSC-u�s�;4�Hwi��VڸG;�頓.�顗<��y�S��G?<�/��b�Fc�7L0�����Y���9�Y`�|d�eVXe�u>��/l��o|g�-�������_�f�?p�ǜ���'t�t2�$D���%�|
�H�8�\��IJ��5�Hq�S�C}�/LayerElementNormalIY*VersionIeo*NameS�*MappingInformationTypeSByPolygonVertex�* ReferenceInformationTypeSDirect�/�Normalsd��x����E�'!u�D8������C ��H��v��w�7� !��e2��/��W�^$ !;Arf�Tտ��9_�T��s���竪���Y�V��_M��Mz9�?��&����'ם��q��������+�_�<��:Z�˓c��}�ƣ���x�{_��~@^�r�� ����:?�{럖�t���]��\oyǧOm��\N�������K���W�^��o}����H'�ݝM�s𺜛tq�u�����S�������1��[��c����O�Ѝ�˹���sn�����w1�u����x���w}��%�_W/.�/���};��8��N>Ļ=���oaZ�y}v97�<��zq9�����P��)�'�����ȮW.����\�_:�O�&�S��N>����c��~��u���7�W�r�u���o�7��J��v���_���N��~ ި�cp9�b��ʾ���q:�:��`曮�rJ'^W/.�/}���G׋F:�ow~���0-�<�.������z���\C��t|���x��>i�s�[�S���5�&.�/���u�ݦ�hyI'��>t�.������N�u���橮�t�!����>n?_%��|���G������S����|�u��%�|����x.�]�����i>���k��S����O�|���������K^�s��ԋ��K��ݯe�f�K:��6=���o�����\�u����K����ʾۥ�_]ﲁN>�;���ݿ�4�]����t��z�B�Û��yE:��Ҿ�r*��zq9�� ��ߕ}w�f���N���p���K��>��������2Ω47��g���ϱ^u&�"��޹�t���}�{0��L:����k�<����J�������W�=���y�woO��H'�<Y�?����|�^���M��)���_{p{��~7�ɇx�}���i��>�"�WQ��r�� �y����î|�
?��yi>C?/q��E����������x�|�wm֙<o���ԋ�������ke�����1��S?�0[����.���x]����t��}]��~(�C���H'����\�u��r��)��r�wǷ��/�N>���?�uT�0�����\�u��r��������O?I��7?p�?��K��>s��C�����viV]4ҩ����).��]}�2��)�~'%���}����4LayerElementUVI�/VersionIe�/
NameSUVMap$0MappingInformationTypeSByPolygonVertex[0ReferenceInformationTypeS IndexToDirect3�UVd��xmU;kQ+ cc,��?aZ�W1?aAD,� X\�El}pA�Q�d��Ja���~�6q��9��^�������;ϳ"�>���C�����e}���,���?������v����S�Y֛G+YVӋ?a��~
���m�kko2���7�n�{����p ���^�=�Ȕ��l��c���V?�s�]��q�V`�[]�W���u�_�e�-���������ާ.��ыl�x���5�>2�}���Ω�|�k����Sܳ���i��!�V�t���l/z�;�u��fr8_�g�iJ̹00'5���Kv���� ��9�M�7{=>9���� qx����i���e?�9�~r~"����0���&?'�����+~qV�yԛu`� ��|��>s���=�^�o����=��R�����|r�hWq.Ex��3���S��}E<f�����1yA��/f�?�#b�1���I�>}�\��_�Y�b�����y���yk�:N��S�_>e����G�x�/�Ra�x�g�Č���@L~0�� ����I��B�s�����{ �_�����%&�? W#��}H�9��熹���|փ/�}h�����7�7�����' �n��������>9���w|���}8�u���5�"�1�D�4�UVIndexi@�x�Ӯ(@�sm۶m۶m[�~�6�L&S�;z```L��Q�����W�kp����r���P��&�g~.�K,�;^,�)�h���+�c�̉:\,w��8�T1��v�ܙb9�l1�N�ܚb9fm1�jV���b9�Μ���r;ˍ3���V,���8sN1jx�ܼb9�G1?kD�ܯb9�w1kJ�܆b9f]1�kj���b9�S1;jZ���b9�k1/�c�-�r̫b^��b���r��b�Ԍb�m�r̷b���b�w�r��b�פb���r̦b>��b���r̍b.��b�]�r��b.׽b���r���R��冔g�*�j=(�{Q,��,�Z=,�[Q,�<-�z=���-(�c<fa=.��[,� ������ -�cn����=/�c����ˍ,�c������w@��5LayerI�4VersionIdS5 LayerElement*5TypeSLayerElementNormalF5
TypedIndexI�5 LayerElement�5TypeSLayerElementUV�5
TypedIndexI�7/ModelL H�5SInverted_CylinderModelSMesh-6VersionI�y7 Properties70�6HPS Lcl RotationS Lcl RotationSSAD�''�V�DD�6FPS Lcl ScalingS Lcl ScalingSSADY@DY@DY@678PSDefaultAttributeIndexSintSIntegerSIl7(PS InheritTypeSenumSSI�7
MultiLayerI�7 MultiTakeI�7ShadingC�7CullingS
CullingOffv8 ConnectionsB8CSOOL H�5Li8CSOOL6$L H�5�8Takes�8CurrentS��� ���f�v���&~��Z�j���~�� �u�)

92
Tests/GraphicsTests/RenderPipeline/HDRenderPipeline/CommonAssets/3DObjects/Invert_Cylinder/Invert_Cylinder.fbx.meta


fileFormatVersion: 2
guid: 657ed3149f5007d4babed385d52e3b2a
ModelImporter:
serializedVersion: 22
fileIDToRecycleName:
100000: //RootNode
400000: //RootNode
2100000: No Name
2300000: //RootNode
3300000: //RootNode
4300000: Inverted_Cylinder
externalObjects: {}
materials:
importMaterials: 0
materialName: 0
materialSearch: 1
materialLocation: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
resampleCurves: 1
optimizeGameObjects: 0
motionNodeName:
rigImportErrors:
rigImportWarnings:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
importAnimatedCustomProperties: 0
importConstraints: 0
animationCompression: 1
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.5
animationWrapMode: 0
extraExposedTransformPaths: []
extraUserProperties: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importVisibility: 1
importBlendShapes: 1
importCameras: 1
importLights: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
preserveHierarchy: 0
indexFormat: 0
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
normalImportMode: 0
tangentImportMode: 3
normalCalculationMode: 4
importAnimation: 0
copyAvatar: 0
humanDescription:
serializedVersion: 2
human: []
skeleton: []
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
rootMotionBoneName:
rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1}
hasTranslationDoF: 0
hasExtraRoot: 0
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 0
humanoidOversampling: 1
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

43
Tests/GraphicsTests/RenderPipeline/HDRenderPipeline/CommonAssets/3DObjects/Invert_Hemisphere/Invert_Hemisphere.fbx


Kaydara FBX Binary �_FBXHeaderExtension\FBXHeaderVersionI�x
FBXVersionI��EncryptionTypeI�CreationTimeStamp�VersionI��YearI��MonthIDayI'HourI
?MinuteIWSecondI7t MillisecondI>�4CreatorS/Blender (stable FBX IO) - 2.79 (sub 0) - 3.7.13R' SceneInfoSGlobalInfoSceneInfoSUserData$ TypeSUserData=VersionId MetaDatakVersionId�TitleS�SubjectS�AuthorS�KeywordsS�RevisionSCommentSE Properties70m9PS DocumentUrlSKStringSUrlSS /foobar.fbx�<PSSrcDocumentUrlSKStringSUrlSS /foobar.fbx�$PSOriginalSCompoundSSCLPSOriginal|ApplicationVendorSKStringSSSBlender Foundation�OPSOriginal|ApplicationNameSKStringSSSBlender (stable FBX IO)�GPSOriginal|ApplicationVersionSKStringSSS 2.79 (sub 0)PMPSOriginal|DateTime_GMTSDateTimeSSS01/01/1970 00:00:00.000�<PSOriginal|FileNameSKStringSSS /foobar.fbx�%PS LastSavedSCompoundSS(MPSLastSaved|ApplicationVendorSKStringSSSBlender Foundation�PPSLastSaved|ApplicationNameSKStringSSSBlender (stable FBX IO)�HPSLastSaved|ApplicationVersionSKStringSSS 2.79 (sub 0)8NPSLastSaved|DateTime_GMTSDateTimeSSS01/01/1970 00:00:00.000�FileIdR(�*��$�¿Ȱ*�+��� CreationTimeS1970-01-01 10:00:00:0004CreatorS/Blender (stable FBX IO) - 2.79 (sub 0) - 3.7.13� GlobalSettings8VersionI�u Properties70�)PSUpAxisSintSIntegerSI�-PS
UpAxisSignSintSIntegerSI�,PS FrontAxisSintSIntegerSI; 0PS FrontAxisSignSintSIntegerSIu ,PS CoordAxisSintSIntegerSI� 0PS CoordAxisSignSintSIntegerSI� 1PSOriginalUpAxisSintSIntegerSI����5
5PSOriginalUpAxisSignSintSIntegerSI{
8PSUnitScaleFactorSdoubleSNumberSD�?�
@PSOriginalUnitScaleFactorSdoubleSNumberSD�? HPS AmbientColorSColorRGBSColorSDDDn APS DefaultCameraSKStringSSSProducer Perspective� %PSTimeModeSenumSSI � 3PS TimeSpanStartSKTimeSTimeSL" 2PS TimeSpanStopSKTimeSTimeSL����
h 8PSCustomFrameRateSdoubleSNumberSD8@� Documents� CountI� DocumentL3�7SSceneSScene| Properties70. &PS SourceObjectSobjectSSo 3PSActiveAnimStackNameSKStringSSS�  RootNodeL�
Referencesd$ Definitions VersionId CountIn
ObjectTypeSGlobalSettingsaCountI�
ObjectTypeSGeometry�CountI� PropertyTemplateSFbxMesh� Properties70:APSColorSColorRGBSColorSD�������?D�������?D�������?�DPSBBoxMinSVector3DSVectorSDDD�DPSBBoxMaxSVector3DSVectorSDDD/PSPrimary VisibilitySboolSSIS*PS Casts ShadowsSboolSSI�,PSReceive ShadowsSboolSSIW$
ObjectTypeSModel�CountIJ$ PropertyTemplateSFbxNode=$ Properties70n2PSQuaternionInterpolateSenumSSI�KPSRotationOffsetSVector3DSVectorSDDDJPS RotationPivotSVector3DSVectorSDDDwJPS ScalingOffsetSVector3DSVectorSDDD�IPS ScalingPivotSVector3DSVectorSDDD
.PSTranslationActiveSboolSSIcKPSTranslationMinSVector3DSVectorSDDD�KPSTranslationMaxSVector3DSVectorSDDD�,PSTranslationMinXSboolSSI0,PSTranslationMinYSboolSSIj,PSTranslationMinZSboolSSI�,PSTranslationMaxXSboolSSI�,PSTranslationMaxYSboolSSI,PSTranslationMaxZSboolSSIP*PS RotationOrderSenumSSI�6PSRotationSpaceForLimitOnlySboolSSI�;PSRotationStiffnessXSdoubleSNumberSD&;PSRotationStiffnessYSdoubleSNumberSDo;PSRotationStiffnessZSdoubleSNumberSD�0PSAxisLenSdoubleSNumberSD$@HPS PreRotationSVector3DSVectorSDDDZIPS PostRotationSVector3DSVectorSDDD�+PSRotationActiveSboolSSI�HPS RotationMinSVector3DSVectorSDDD?HPS RotationMaxSVector3DSVectorSDDDv)PS RotationMinXSboolSSI�)PS RotationMinYSboolSSI�)PS RotationMinZSboolSSI)PS RotationMaxXSboolSSIR)PS RotationMaxYSboolSSI�)PS RotationMaxZSboolSSI�(PS InheritTypeSenumSSI�*PS ScalingActiveSboolSSILGPS
ScalingMinSVector3DSVectorSDDD�GPS
ScalingMaxSVector3DSVectorSD�?D�?D�?�(PS ScalingMinXSboolSSI (PS ScalingMinYSboolSSIC(PS ScalingMinZSboolSSIy(PS ScalingMaxXSboolSSI�(PS ScalingMaxYSboolSSI�(PS ScalingMaxZSboolSSIDQPSGeometricTranslationSVector3DSVectorSDDD�NPSGeometricRotationSVector3DSVectorSDDD�MPSGeometricScalingSVector3DSVectorSD�?D�?D�??6PS MinDampRangeXSdoubleSNumberSD�6PS MinDampRangeYSdoubleSNumberSD�6PS MinDampRangeZSdoubleSNumberSD 6PS MaxDampRangeXSdoubleSNumberSDO6PS MaxDampRangeYSdoubleSNumberSD�6PS MaxDampRangeZSdoubleSNumberSD�9PSMinDampStrengthXSdoubleSNumberSD!9PSMinDampStrengthYSdoubleSNumberSDh9PSMinDampStrengthZSdoubleSNumberSD�9PSMaxDampStrengthXSdoubleSNumberSD�9PSMaxDampStrengthYSdoubleSNumberSD= 9PSMaxDampStrengthZSdoubleSNumberSD� 7PSPreferedAngleXSdoubleSNumberSD� 7PSPreferedAngleYSdoubleSNumberSD !7PSPreferedAngleZSdoubleSNumberSDB!(PSLookAtPropertySobjectSSz!*PSUpVectorPropertySobjectSS�!!PSShowSboolSSI�!8PSNegativePercentShapeSupportSboolSSI5"8PSDefaultAttributeIndexSintSIntegerSI����f"#PSFreezeSboolSSI�"#PSLODBoxSboolSSI�"NPSLcl TranslationSLcl TranslationSSADDDI#HPS Lcl RotationS Lcl RotationSSADDD�#FPS Lcl ScalingS Lcl ScalingSSAD�?D�?D�?�#2PS
VisibilityS
VisibilitySSAD�?0$EPSVisibility InheritanceSVisibility InheritanceSSI�UObjectsvS'GeometryL�9SSphereGeometrySMesh�$ Properties70�$GeometryVersionI|�-�Verticesd�xm�K��E����i� ��p��ܶ�j��JkJZj� #ŖK��P�-2FMŤ�PW�fŢЄK��@@�%��\j4m,�����>�>��X�����?�y��\B����)��><�c؍� 6|��հm��ݰiͻ?�-�-o��W.��m/}�#�|놭c|ű�����{���5�`�G?����K����ŭ���Ó��tr�_�38��o�6�e�D�����Z1X���Q���^7o��+o-���w��1���]������t�=��Ok���8�Y�!��������c?�_��:�K����!�����_u�ğ�vβ���~��4x��w� �� �Rn�V�a����݈������K�Eq=��<�q��������[܊�P����*�H�z�y�i���t�-�'��ףu��1N�V��JϿ�<x��1����q����wƽ�e�0��,<���l\���ϻ��x1�3�)0�Ϫ�+���_�:+��������<��7�g���@�w�����7=��a����8��ҿ2�ۛ^3�U^��Z��W�����_�x�i�؇XߝuT�r]�}e~�'=^�ό{����� � �x�ş�Y�~���+�;�_�%������#����.������>���K'�:����҉��b~�w�|�'�]~���t������Ϳ~����K66�%�����|yq}����Q��^=����C[� �����]��/~�s�:����?�����������N��_�ZW2���������8���-7`��_}/�s�&����Gґ�?�?-�9��~�������\W޴7�3~�gy1�����e������'�sƿ��y��&�a?�����������?�����g���_�t�jq�����-�_�/���q���B=ş���)� �[H{�}�7�+[�_���
ַ�c�/�������[� ?����G�랟��<'T�]�����㗨'u)\W!�� �U-�������� ~��\U�o�/����~0��_��?x�?��������]��6xܥ�>�����~'��M�q�jV��y�Z N���_M���=�}?���]��B���u$�� ������2���<W5�)���g&���<�>�Y�~��P�/�/��v�����z_����`�p��]����נ�V�ь���$�[��)����S�~a�g�����+��䑏1�����U��`~�}������c<�?��𫏉��}v�o�c����?��g�G;�ß&�W;��'�'���uI�������}?N��������I�����+�d��q�����_y��mv��I���Ϟ�|(gZk��}��=�٨�6ߗ���/5�K����?ӗ���Vq)֗0N������Kc��/e�K�#`�W��&�B�>3���VyU�������m_�8L��j���O���o���j�˜?��� �CX�ۗǘ��5�!���g����i�3�U�Ľ~���>�1�g�ʫj��1�����c�g֝�*R��8��Y��t1�o<�����������?���g����YX��{|?�� �������~ +�����b������i���ɹ��.�?�b����ݧaŏ����9eX���d�şɉs%��?ع�B.��k}?h�g���������?��Lk߸�������/�_��K���_�g������<��s�� 9m�2拿�oe�3����t�^V���˺�W�����I�����?��E�&��� �?����E���7/���0�'��������o�{qV?�܋��t��΄uS����{qR^M�ő�j�����I�7���'��r*��F��w��>�'�I�G�H��\W����)��5y����~?��C��y �&�B��?S���a~?8�.��=�0}���}�>$�����d6����/�>��¯��oz�/f������}��)���5�}a�g��;�mq�.�}-������x�黜����;���������t��lqHf����c86�.Z�=��S�A�b���~���� ���7#_����㮆���wQ�{��Y�>$���c���/�?<�}��ޥ;�}�u$�h�w�Nd~�?�佔�B�'�+���dF���j6N�T�T{�?XJfď��l\��ws��/�ӑ�E�O ��]�|ֻ�Ϳv�YG����}kƿ�}y�g��o�w5��z�߾s�E���-l_�} ������*�3�PolygonVertexIndexi��x5�w��sF$�B(T��J��2J$2RF[���Rd�����VIe��6��G�H���Ͻ��w�s��{{=����΂��"dO�Waa�.�����.�'\���q{�{�Wo�ۿk���/�������|GW�{_R���ݱ_�.�%�v��(�v��q�aw� 泠q�o�� �+CJ�?`{���{w �k�Tx+�������|p�_����v�����ޖ#e�/��|�&��#�~��yd�F؝G����0�Vw� ��wt����%ǐ�`{�]o*���U���������+ǭ��\%n-�f��}�=�T'_�vk�}{W3n5l�V�*���ǭ�+�]������k`w����މ���W����Nxl�n�r��'�}��^�簛��}��wt��ޞL��a�)q�`oO�[
�����`w6$nu�I��`w6��v���>��5!v�5 /��9=n1l�Y�;��ψ{v��qo�nn�&����ހ��KZ��������vϏ� ۽ n܄����>;�v�9q aw��n�텤yַ�{��M�l؝Ž ����Y�;/�� ��Ҹ�`w��[�u"� �^��鰽�������nn~vs���a7w�{v��螅��J.'O��+����v�� ��ʸI�;��=����'awv!nu���Sa{}��d"l p�{����3�8��^q��n��(��>q��n��ð�~�:�l��xػ����vč��=0n ������}-q��}G~�7��J��� �� ��Fb�ޠ�h��7ō��|s�}��o��v����� '#a�����#�w�;o�����a�;���sX�؝����7��"�����I�zsWxl������v��q��n�/�f�;�� �;��%`��㮇�{ �?l���~����v������v������ ���� Į7�}a{�] ����>���� ����^��}G��v
�L���O�u���w9����u���$q�;�
w��9)�J؝���{;�L#�a���N����u���\\؝�ǵ���B\;؝/Ƶ���[n��
�MZ��^����Z\+��KĮ�g�/��<+�b��/�]��wtm`�s�r>lw^�y�w��΅�.�k �{a�9��ŝ ������}����w�鰽%qM���~7� l� b��o���n~+�L��oǝ��wt�`o����X�~�ɰ��5���a\#؝ŝ��㸆�;�#nu��ȧ��V���l�˸ڰw���> 7���Y\}�͟�Ճ��E� ��}GW����"5a�_�Հ��:�8��7q�aw�����۸���W���w�Z���R�������wĮ�����n^Wv���ʰ��� ��wt�`o7��IyX�K\9��_���n�w8�������q�;7�����;�#`{����@���Į7�����ĕ���g�!����;v��q�n�])��]d'�������0�8�N��+�sq�;����ݹ#�$�N�ѕ���&�7Edgesi
x�QO�QL8i� 1qB��I�R� &L�8,(]P8q����dA��I4�X8qjbZX:�p⤩� J.\:u�iӅ�f�����0���H �"��L!�� %����3L#���`&��&���e6qē� $2����b��L
��F�d��2�XN69�$�<V�O�R��XG1�S�6�!el��
*��*�RM ۩��zh��fZic_��n:��~��!��]�8ݜ�'z8�iz9K�8�E.��Wd�?�*#\�:7��m�p�{��!�<�1c<a<��D0S!�0‰ ��<K3�&�XfG<sI`�,d�YBɤ�J�d�I���
� �<�b�ɧ�Bְ�"�SL �l���|�ʩ��*�R�6j��zv�H�|I �����ig�c?��]��q�nN��)z9C�p� \��~�2Wd�?�/F�����w��}���c���xL �IL��1�p"�F$3�b�<O,s�#�y$2�,d�I"�RI#��d��r�YA+y�\�f���{��"�)�� ldelf �TP��TQM ��Q�h��fZh��]����r��tr������8'��gz8M/}��<��%��2Wd�a�2�5np�[��w��}���1c<a�L "��L!�P�'�H��L��!�9��\�G"/���Y�+$�*)��� 2YF��&�����*V�O����u���J���|D���O���jj��vj���i��Z�I�졃��c?�p�o9��t�#�8A7=�� g9�E����������FLayerElementNormalI?7VersionIeU7NameS�7MappingInformationTypeSByPolygonVertex�7 ReferenceInformationTypeSDirect�F�Normalsd� �x��M�mG��D�:Q�5F�D�"����s��@[���Ā�A�����MT�x�8H"�� �(!A�V��O �?w��ﰻ�|��R�է�Z�O�u�v�~���9����?�ow������^��|����Oo}������o��w���j�����CZ�?��7뺣����O�����?yù~�-��f������o{�Cϧ=x��\����s�� ά�����|)x'W��I�^��ړ?���o���:����|����ǃ���B�?u�\�Fx�Y����;�p��� �-��j����s�������ɣ�V|7�~�,���ۅ{��s�{�g=������Vx��u�����i�|�s�5N�����~�����sտg�6o�o������ϋՎ�2^�i����ep_~��i�/�5�6o�Z�����K��/�5�:o���l�<���D~���|�^�H��>qW��_�5�6��n�V���?(�َ�څj�T鼕�f����u��=廇�����8���S����/����Z�-�G�=z����t�g�5�:��|��5��vǏ��������/V�>�P� >v ����w{�~}'W��u����5������B��w/���������=����}t�����O��W�����7�5������5�iYϜ<���-���fqؾ�WwZ�-����p��_�9AK>�G �鴼;��-g�u�����|�<r��zq�����/i>���z.�v��Z�<��z.���҂ozl�0�h�o���k:-�����⌿s����I�x��g�q��[�C˸�Y�G�ᣃ=đ�x�����}��!oi����Y��~�E-z�[Z��]�x쏌}���/h� ���1��+�f�������=6��X7/����c����8�}���n�9�}1^�i�e���������9�7c��z�|w޳u�<�OX7���g�����;�f�Y���x�}������O�>���M���oƫ:�>d�'�|�1ę�²/�� ����>�}þ8۸�c��>f���#�����I]�}0ym�����z�`��xM��/�,������αߞ}c3�Y��?u���tZ��|^��C}��&>K]� �׸��k����5�zs�Q�5^�_����������;u7������R_h�� ��X�-u@��>�xU��_��n��xM�e�{�n ��|�qg�o;���̸
Ĺdz��N�g���a�6�����t^&������L�?���yM�e�78�I���k:�7��?���yM���?_�C��s-�<g���x���M_.8K�G�;���k:m��9�o��������'��۞;]O����'}}��w�̟��s[��z����z�ᛞC�s��d����W���y� ?����o��t����/΃Z�$����������xM�š�[ ��ըS�~�yM��{߷0^�iy�������tZ��}k���5����^||�xM���V���j�����yO�=��e��~�Vi������zE�'�����������!��^�����o��.�6�����υzE��o�?����oz�7�?�-||�ս;����/�Ǵ����s��k:m��|3^�iq�^]]'u�ģ������^]=>ƫ:[=68��R/ޝ��~�5��w����o�����u��_���5����<:�����N���\d�����|$�/>�Σ������ozl\ԅ�< q����X����,��3�ws=񤎙�^�7^�i��.��^��g�g?g�7|�c��9D�M�?��x�g,����yH��5^�i���G�M��g��t������_꼪�����L�8���O�:����v�/:��>d���>d���bq�n��kp�?u���;���8S/��58����N���N�ۿ�1^�i~¹H������tj���+>{|F�O{/18� �"�7w|ӣ�
���:Mp�su����P᯼��5�(��\�ę��������x�&u�ҳ'Κ�(���g�7=���Y������k:-�O=�����?��N�_pR� >~B��k:-����3�>�kz�{�=�ų��;Ǎ�5=�_��5^pf���qH܂���k���:鿐ﻼ+�+~�� ά��9���Y��5�g����9ߓ��?�!8��}4���.8��}���y��|K����sA��3ϻଭ��?���\H��Վ�l�y���ˮ�u\��*���cZ���M�œ����y��t��r��Y/����s�g^����op��~^�5�������~m�̼���O�K�s�'
���8g���zH��:���s� �I=������|�8�:�Z=d��tZ��/�Z=���:�����߃3�ߍ�tj����O���=뺬�s��'���B�M�M�͟싃?�7�5��ԣ�O��9���Ӳn�������xRw��W�qQw�]�|Եg|�c���L�{\���k:-�;�.�ˣ�=��N� �9hY?�G ��L=$�q� �Whُ�G �����<�]��8יyM':hу�.��{�/� >ċ�~t���.��w�K]�)y��?�c���EyNK�������}�EyHK�� K^��[򍖼�g�?� ��!�h�w|����x�G�� -����<ߌ}���,ϧ��B���G��!7�ú��z���fq�9{=GX��:���N�;֝�w��5��w�wS/�q������q�4�;�+�;��󞝇;d�ξn{��>0^��W6w<jm��N��c��~��k��q�_]���>��3���xR��nA��w�s��n��n˾�|����^q���N��u��Q��M��/u1������N�_���_�a�5�6l�����.un\{o9�‡�k��ƻԏuc�U���g��R�s(������8���ř�#0����}����>>c�����:)�����P'�1^�i���$��C���|�2�zz�KĹ�3��_��e�����yM�ų�?8Ĺdz��N�g��ܳ~�L�g��;��1��>S�#��ot^�y��-և�7:����c���F�5���|9��:�������]O��~�5��� >�h�7˻��
���=���;�鴼������k:-ߗ���w\���"Ygv=��}}U���6�:*8��}b�7=6��/�������#���s���{^��xM��s;���{U{�l����g�7=��}�[��o��tZ���o��5^�i������O��t����f����K]&m�?����?��v_l�ԏҞ��w^�i����68��xM�ř�c�����k:-��?� >~n����C���P'M����tZ�S�L[���36l���i��s�l�}���yA����V����vޗ��?��ĵ�Z�m�K�y����}��;�9�;�>D�M�7=�ԝ�DžϾ��3��5���fߠ��<.���ƫ:��Ep���|e����mw��k>c�K3y^��x�g4ԝǿ�B��zw�o7�5�|�����y��z���C(�q_L��aԝ�< �1^�)�N�1�����Ի/��?p�� ������k�����/����[��~�|�����:�鱼��f����I�9��sqn�k���k������z��s��\{�"�O�����~��ٗt|�c��Θ}p����}��k���m�w��k�U�������sd����f��yM��/��?1^��?���n|����Nӳ��O�==>��~��cq3=��^��C�̫:-�P��=>�ϼ�S����s����|'uĊ���|'�º_�]����oz,��O�����?��N�?������wU����4s\RLayerElementUVI�FVersionIe�F
NameSUVMap"GMappingInformationTypeSByPolygonVertexYGReferenceInformationTypeS IndexToDirect�L�UVdP�x]�˪\E��s3�=Pp�81{�8���H"��DA8p�APp��H����$��%5����8"r�������]���jUպTUwJ�s|�M�-<-�ZC�O��6�׭�� �����������~.�z���*_����snsJ��Wsj�CO"?���r���j�~������O��n�oNʑ�����R��q��lJ�<�����!��%�чѿi�R�̭�a�ş��<��ڟb�c*�F��:e�����S��䎣^y>���g}���Z��x���Ig~Ƙ���Ǟ�~�s)��m��Y������8��g�����9�����m�3Og�c��XٯR5�;�3�3?��׏<G�V�����C�����R~�Y���u;���'v>u������za�sl�@<�{���;������ � c}��!��q���c慿l_���>���!�ק���}�y���+����^q��ȣ1X��O��� Wb~�/f?Yr������q̗���~?#�zԅ9��_^����^�8�Ŷ��!�C�:^���^���z��/S)��+&�e��!����#�~�~u)����z�4��M�p}�~���v�;>���ϒ5>u���"�������YK����������q��gj�E>��_��������]n��;u�zԼ��u���ǜ�zmw
�h�f�mOv�_r��u���v�|ɫ�������쩷�U#��߱�;F�����n�ך}8��!%�Oް;���W�D�a����|����%�폎�_����W�{��_��;��Ŏ���Z~������V�6�Vf��~������^r�� �f���ɩ_�kju��;��q+��w�KF�:]�'^Ƚ>�#���O�����?O�~%������}���*�\���� �-�^ܣ~+�[���'_�����}���z�~���k����_4_��tuH����r����7�~~�V����]��yn��?�7�Oܨ��νm��?���?=��33�v��^y�j�O諤��~��O�]��^�~�������/;漭y��w�hH�����"�� l�M���XJ�#����J��C��;�|:��;�������Ǝ��������~ O/}�I�R���p��G=����`�?��~��������x�g��q<���ގ��<�������2�w�����$�ܳ�v?j>������M������'[=9߆ȇ�Ӹu�:���ɿ�dwɛ�g��v_3gꫝ�UU�����Ka��k��C�����xw���==�93����DL��ns�o�hŮG��|��?j9_=1���CX-r�s�9�U��\�<��x��oH�<�����r�� ğ��|q��N��j{?�z-~�e�O<��e����ɽ>�>:F9��yF~ϣg�����������|l��`��K�?�Q�[?�������=��������9�=ORAUVIndexi�4x-�c��W���۞�MS۶�6�msj۞"�ݦi�Hm۶�T��uf�g����{��_gBCC��a�0>�j��0[� ��ιO9Y�Я�lR��8ٔ��?�������N�������qJ�dz�N������7�ɗ���l�dz,� �{Ǚw���|0o�������f��-���wE9�~W����q��d�{�kɗ��
��W���{M�d:][N����dz��=�ԙ��;���ذU���ia���Lyϙ7wz9��pF9�~ו��|}9����df�g����kv�r2�&Nf��O�W����9��g�9���3o�w8���aP0��Yaκ�1Ι778gμΝ'ӯs9�ĜG����nb���='�Ï �=��\N��r�r2�� s�f�3�S�r2����������3�N����u+'ӯ{��L�=���۳�L����̶
{��f����>�dfW('ӻOX ��d�y�*'��;��ݧB�`�p�d��8�N�'�s����ܯ�Lϕ�ɼ��[���C��in�r2s���̵�����o�:��-RN���d�y����.�s���?����U����8������9��L���=��g���0(�inp�d�=��~�3����d:�8�~떓��N����`��!���74p2��N��g����y�dz/� �{Ǚw���e0o������
�^�3����d�-SN�߲�d�{���{pX?��o8��/N��ׁ���J�dz�� zRg�~�p2s��o�ys����;�֙7�a9�~;����Q9�~k����Nfv��s���.����V�df��L�.���}|� ��[p���'3�Zx=�w���apg�:��-'���r2��('���r2����ܝ� ��oN��_����]�dz>>
zYg^Ϸ����'swz�8��7N����)�f�#'�����t:*p2=�����8��n8&�w�����8���'azx��|S�%p2�� \S��;�̽��#�N�~ �̽�'3�h�d:� �L��'����ɼ��É�c�>�k�N�:�8Y��u�)� ��̷ ���f
�����'s�Sh ��C�'swXΜL������{x2N�琜�a����7�ccp��i ]�ۼ�n�r���=�[�0�μ~=���8�Σ����'s�g����8�{�����
��1\XN�����}~X'��gޝ�¦�Ns;N�^��^0wq�y�6 �L�K����4p2�������M���,4���N��こ��o�dz> :�Qg�~�p2s��w����Ò����̛;���9,8�~?�9��3���~�p2����5��ߖ���[N6-�I�dzM K=�֙�i|�d�{���h��iSLayerI�RVersionId�R LayerElement�RTypeSLayerElementNormal�R
TypedIndexI\S LayerElement3STypeSLayerElementUVOS
TypedIndexI�U)ModelLM��SInvert_HemiModelSMesh�SVersionI�U Properties709THPS Lcl RotationS Lcl RotationSSAD�''�V�DD�TFPS Lcl ScalingS Lcl ScalingSSADY@DY@DY@�T8PSDefaultAttributeIndexSintSIntegerSI U(PS InheritTypeSenumSSI2U
MultiLayerIMU MultiTakeIcUShadingC�UCullingS
CullingOffV Connections�UCSOOLM��LVCSOOL�9LM��KVTakes>VCurrentS��� ���f�v���&~��Z�j���~�� �u�)

92
Tests/GraphicsTests/RenderPipeline/HDRenderPipeline/CommonAssets/3DObjects/Invert_Hemisphere/Invert_Hemisphere.fbx.meta


fileFormatVersion: 2
guid: 37c9ab2997677ac43a4217f9a795d276
ModelImporter:
serializedVersion: 22
fileIDToRecycleName:
100000: //RootNode
400000: //RootNode
2100000: No Name
2300000: //RootNode
3300000: //RootNode
4300000: Invert_Hemi
externalObjects: {}
materials:
importMaterials: 0
materialName: 0
materialSearch: 1
materialLocation: 1
animations:
legacyGenerateAnimations: 4
bakeSimulation: 0
resampleCurves: 1
optimizeGameObjects: 0
motionNodeName:
rigImportErrors:
rigImportWarnings:
animationImportErrors:
animationImportWarnings:
animationRetargetingWarnings:
animationDoRetargetingWarnings: 0
importAnimatedCustomProperties: 0
importConstraints: 0
animationCompression: 1
animationRotationError: 0.5
animationPositionError: 0.5
animationScaleError: 0.5
animationWrapMode: 0
extraExposedTransformPaths: []
extraUserProperties: []
clipAnimations: []
isReadable: 1
meshes:
lODScreenPercentages: []
globalScale: 1
meshCompression: 0
addColliders: 0
importVisibility: 1
importBlendShapes: 1
importCameras: 1
importLights: 1
swapUVChannels: 0
generateSecondaryUV: 0
useFileUnits: 1
optimizeMeshForGPU: 1
keepQuads: 0
weldVertices: 1
preserveHierarchy: 0
indexFormat: 0
secondaryUVAngleDistortion: 8
secondaryUVAreaDistortion: 15.000001
secondaryUVHardAngle: 88
secondaryUVPackMargin: 4
useFileScale: 1
tangentSpace:
normalSmoothAngle: 60
normalImportMode: 0
tangentImportMode: 3
normalCalculationMode: 4
importAnimation: 0
copyAvatar: 0
humanDescription:
serializedVersion: 2
human: []
skeleton: []
armTwist: 0.5
foreArmTwist: 0.5
upperLegTwist: 0.5
legTwist: 0.5
armStretch: 0.05
legStretch: 0.05
feetSpacing: 0
rootMotionBoneName:
rootMotionBoneRotation: {x: 0, y: 0, z: 0, w: 1}
hasTranslationDoF: 0
hasExtraRoot: 0
skeletonHasParents: 1
lastHumanDescriptionAvatarSource: {instanceID: 0}
animationType: 0
humanoidOversampling: 1
additionalBone: 0
userData:
assetBundleName:
assetBundleVariant:

8
Tests/GraphicsTests/RenderPipeline/HDRenderPipeline/Scenes/2xxx_Lighting/2203_PlanarProbes.meta


fileFormatVersion: 2
guid: 0b115fd7a18dc9043ba2f65456a487a0
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
正在加载...
取消
保存