diff --git a/.idea/.idea.QiGuanChaGuan_Dog/.idea/.gitignore b/.idea/.idea.QiGuanChaGuan_Dog/.idea/.gitignore new file mode 100644 index 0000000..0e9cbf0 --- /dev/null +++ b/.idea/.idea.QiGuanChaGuan_Dog/.idea/.gitignore @@ -0,0 +1,13 @@ +# 默认忽略的文件 +/shelf/ +/workspace.xml +# Rider 忽略的文件 +/contentModel.xml +/.idea.QiGuanChaGuan_Dog.iml +/projectSettingsUpdater.xml +/modules.xml +# 基于编辑器的 HTTP 客户端请求 +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.idea.QiGuanChaGuan_Dog/.idea/encodings.xml b/.idea/.idea.QiGuanChaGuan_Dog/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.QiGuanChaGuan_Dog/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.QiGuanChaGuan_Dog/.idea/indexLayout.xml b/.idea/.idea.QiGuanChaGuan_Dog/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.QiGuanChaGuan_Dog/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.QiGuanChaGuan_Dog/.idea/vcs.xml b/.idea/.idea.QiGuanChaGuan_Dog/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/.idea.QiGuanChaGuan_Dog/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Assets/Render/RongMao/Shaders/MaoFaF.shader b/Assets/Render/RongMao/Shaders/MaoFaF.shader index 927d7d5..1a6e638 100644 --- a/Assets/Render/RongMao/Shaders/MaoFaF.shader +++ b/Assets/Render/RongMao/Shaders/MaoFaF.shader @@ -117,7 +117,7 @@ Shader "Unlit/MaoFaF" o.vertex = TransformObjectToHClip(v.vertex); o.wpos=mul(UNITY_MATRIX_M,v.vertex); o.uv = v.uv; - o.wnormal=(mul(v.normal,(float3x3)unity_WorldToObject)); + o.wnormal=TransformObjectToWorldNormal(v.normal);//(mul(v.normal,(float3x3)unity_WorldToObject)); return o; diff --git a/Assets/Settings/New Lighting Settings.lighting b/Assets/Settings/New Lighting Settings.lighting new file mode 100644 index 0000000..45252a6 --- /dev/null +++ b/Assets/Settings/New Lighting Settings.lighting @@ -0,0 +1,64 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!850595691 &4890085278179872738 +LightingSettings: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_Name: New Lighting Settings + serializedVersion: 4 + m_GIWorkflowMode: 1 + m_EnableBakedLightmaps: 1 + m_EnableRealtimeLightmaps: 0 + m_RealtimeEnvironmentLighting: 1 + m_BounceScale: 1 + m_AlbedoBoost: 1 + m_IndirectOutputScale: 1 + m_UsingShadowmask: 1 + m_BakeBackend: 2 + m_LightmapMaxSize: 2048 + m_BakeResolution: 80 + m_Padding: 2 + m_LightmapCompression: 2 + m_AO: 1 + m_AOMaxDistance: 0.5 + m_CompAOExponent: 0.5 + m_CompAOExponentDirect: 0 + m_ExtractAO: 0 + m_MixedBakeMode: 2 + m_LightmapsBakeMode: 1 + m_FilterMode: 1 + m_LightmapParameters: {fileID: 15204, guid: 0000000000000000f000000000000000, type: 0} + m_ExportTrainingData: 0 + m_TrainingDataDestination: TrainingData + m_RealtimeResolution: 2 + m_ForceWhiteAlbedo: 0 + m_ForceUpdates: 0 + m_FinalGather: 0 + m_FinalGatherRayCount: 256 + m_FinalGatherFiltering: 1 + m_PVRCulling: 0 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 512 + m_PVREnvironmentSampleCount: 256 + m_PVREnvironmentReferencePointCount: 2048 + m_LightProbeSampleCountMultiplier: 12 + m_PVRBounces: 8 + m_PVRMinBounces: 6 + m_PVREnvironmentMIS: 0 + m_PVRFilteringMode: 1 + m_PVRDenoiserTypeDirect: 1 + m_PVRDenoiserTypeIndirect: 1 + m_PVRDenoiserTypeAO: 1 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_PVRTiledBaking: 0 diff --git a/Assets/Settings/New Lighting Settings.lighting.meta b/Assets/Settings/New Lighting Settings.lighting.meta new file mode 100644 index 0000000..7192747 --- /dev/null +++ b/Assets/Settings/New Lighting Settings.lighting.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 3045f23e889b9b24795e5e10c8a4aabd +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 4890085278179872738 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/Settings/URP-HighFidelity-Renderer.asset b/Assets/Settings/URP-HighFidelity-Renderer.asset index e5f20bf..a4e362a 100644 --- a/Assets/Settings/URP-HighFidelity-Renderer.asset +++ b/Assets/Settings/URP-HighFidelity-Renderer.asset @@ -1,62 +1,5 @@ %YAML 1.1 %TAG !u! tag:unity3d.com,2011: ---- !u!114 &-6728284159839266859 -MonoBehaviour: - m_ObjectHideFlags: 0 - 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: 6b3d386ba5cd94485973aee1479b272e, type: 3} - m_Name: RenderObjects - m_EditorClassIdentifier: - m_Active: 1 - settings: - passTag: RenderObjects - Event: 450 - filterSettings: - RenderQueueType: 0 - LayerMask: - serializedVersion: 2 - m_Bits: 64 - PassNames: [] - overrideMaterial: {fileID: 2100000, guid: 42b3f174fd4977f4aa73c17400b57cc0, type: 2} - overrideMaterialPassIndex: 0 - overrideDepthState: 1 - depthCompareFunction: 8 - enableWrite: 1 - stencilSettings: - overrideStencilState: 1 - stencilReference: 1 - stencilCompareFunction: 3 - passOperation: 0 - failOperation: 0 - zFailOperation: 0 - cameraSettings: - overrideCamera: 0 - restoreCamera: 1 - offset: {x: 0, y: 0, z: 0, w: 0} - cameraFieldOfView: 60 ---- !u!114 &-6510344265679474488 -MonoBehaviour: - m_ObjectHideFlags: 0 - 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: 664b8d886da2cfe468694b5db616d688, type: 3} - m_Name: VolumeLight - m_EditorClassIdentifier: - m_Active: 1 - space_sigma: 1 - range_sigma: 0.5 - Precision: 10 - Strength: 3 - renderPassEvent: 500 --- !u!114 &-1878332245247344467 MonoBehaviour: m_ObjectHideFlags: 0 @@ -97,12 +40,8 @@ MonoBehaviour: type: 3} m_RendererFeatures: - {fileID: -1878332245247344467} - - {fileID: -6510344265679474488} - {fileID: 7570895041170667171} - - {fileID: 902893616232793135} - - {fileID: 9219428373139810745} - - {fileID: -6728284159839266859} - m_RendererFeatureMap: adc0de57c6d2eee5c870ac36629ca6a5a376be78ed3811692f0486d1f5b8870cb9e9273d42fdf17fd597e4603455a0a2 + m_RendererFeatureMap: adc0de57c6d2eee5a376be78ed381169 m_UseNativeRenderPass: 0 postProcessData: {fileID: 11400000, guid: 41439944d30ece34e96484bdb6645b55, type: 2} xrSystemData: {fileID: 11400000, guid: 60e1133243b97e347b653163a8c01b64, type: 2} @@ -124,10 +63,10 @@ MonoBehaviour: m_AssetVersion: 1 m_OpaqueLayerMask: serializedVersion: 2 - m_Bits: 439 + m_Bits: 2147483647 m_TransparentLayerMask: serializedVersion: 2 - m_Bits: 311 + m_Bits: 2147483647 m_DefaultStencilState: overrideStencilState: 0 stencilReference: 0 @@ -142,45 +81,6 @@ MonoBehaviour: m_ClusteredRendering: 0 m_TileSize: 32 m_IntermediateTextureMode: 0 ---- !u!114 &902893616232793135 -MonoBehaviour: - m_ObjectHideFlags: 0 - 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: 6b3d386ba5cd94485973aee1479b272e, type: 3} - m_Name: RenderObjects - m_EditorClassIdentifier: - m_Active: 0 - settings: - passTag: RenderObjects - Event: 300 - filterSettings: - RenderQueueType: 0 - LayerMask: - serializedVersion: 2 - m_Bits: 64 - PassNames: [] - overrideMaterial: {fileID: 0} - overrideMaterialPassIndex: 0 - overrideDepthState: 0 - depthCompareFunction: 4 - enableWrite: 1 - stencilSettings: - overrideStencilState: 1 - stencilReference: 3 - stencilCompareFunction: 8 - passOperation: 2 - failOperation: 0 - zFailOperation: 2 - cameraSettings: - overrideCamera: 0 - restoreCamera: 1 - offset: {x: 0, y: 0, z: 0, w: 0} - cameraFieldOfView: 60 --- !u!114 &7570895041170667171 MonoBehaviour: m_ObjectHideFlags: 0 @@ -204,42 +104,3 @@ MonoBehaviour: useGBuffer: 1 m_CopyDepthPS: {fileID: 4800000, guid: d6dae50ee9e1bfa4db75f19f99355220, type: 3} m_DBufferClear: {fileID: 4800000, guid: f056d8bd2a1c7e44e9729144b4c70395, type: 3} ---- !u!114 &9219428373139810745 -MonoBehaviour: - m_ObjectHideFlags: 0 - 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: 6b3d386ba5cd94485973aee1479b272e, type: 3} - m_Name: RenderObjects - m_EditorClassIdentifier: - m_Active: 1 - settings: - passTag: RenderObjects - Event: 300 - filterSettings: - RenderQueueType: 0 - LayerMask: - serializedVersion: 2 - m_Bits: 128 - PassNames: [] - overrideMaterial: {fileID: 0} - overrideMaterialPassIndex: 0 - overrideDepthState: 0 - depthCompareFunction: 4 - enableWrite: 1 - stencilSettings: - overrideStencilState: 1 - stencilReference: 0 - stencilCompareFunction: 8 - passOperation: 3 - failOperation: 0 - zFailOperation: 0 - cameraSettings: - overrideCamera: 0 - restoreCamera: 1 - offset: {x: 0, y: 0, z: 0, w: 0} - cameraFieldOfView: 60 diff --git a/Assets/_Scenes/QiGuanChaGuan.meta b/Assets/_Scenes/QiGuanChaGuan.meta new file mode 100644 index 0000000..0bb600e --- /dev/null +++ b/Assets/_Scenes/QiGuanChaGuan.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 38e6843def0411342be412165d5d960b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/_Scenes/QiGuanChaGuan.unity b/Assets/_Scenes/QiGuanChaGuan.unity index b033d9c..40f8b87 100644 --- a/Assets/_Scenes/QiGuanChaGuan.unity +++ b/Assets/_Scenes/QiGuanChaGuan.unity @@ -97,9 +97,9 @@ LightmapSettings: m_ExportTrainingData: 0 m_TrainingDataDestination: TrainingData m_LightProbeSampleCountMultiplier: 4 - m_LightingDataAsset: {fileID: 112000000, guid: 2948edc423349654f99a6a3b17d15f8c, + m_LightingDataAsset: {fileID: 112000000, guid: 47f64377558419845b074e034f4b574f, type: 2} - m_LightingSettings: {fileID: 4890085278179872738, guid: 4dcaefa7c07ae194296f7ff165b7be8a, + m_LightingSettings: {fileID: 4890085278179872738, guid: 3045f23e889b9b24795e5e10c8a4aabd, type: 2} --- !u!196 &4 NavMeshSettings: @@ -34454,6 +34454,104 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: serializedGuid: e8a98cabd3b86c45bd2ac2747412f143 +--- !u!1 &827266484 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 827266485} + - component: {fileID: 827266488} + - component: {fileID: 827266487} + - component: {fileID: 827266486} + m_Layer: 0 + m_Name: Quad + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 1 + m_IsActive: 1 +--- !u!4 &827266485 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 827266484} + m_LocalRotation: {x: -0.7071068, y: 0, z: 0, w: 0.7071068} + m_LocalPosition: {x: -0.313, y: 0.921, z: 0.008} + m_LocalScale: {x: 1.6867139, y: 0.8197595, z: 1} + m_ConstrainProportionsScale: 0 + m_Children: [] + m_Father: {fileID: 1934588857} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: -90, y: 0, z: 0} +--- !u!64 &827266486 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 827266484} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 10210, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &827266487 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 827266484} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_StaticShadowCaster: 0 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RayTraceProcedural: 0 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 31321ba15b8f8eb4c954353edc038b1d, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 0.5 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + 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 + m_AdditionalVertexStreams: {fileID: 0} +--- !u!33 &827266488 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 827266484} + m_Mesh: {fileID: 10210, guid: 0000000000000000e000000000000000, type: 0} --- !u!114 &827272790 MonoBehaviour: m_ObjectHideFlags: 0 @@ -77087,6 +77185,12 @@ MonoBehaviour: m_Name: m_EditorClassIdentifier: serializedGuid: 6ef5366acf8013468e17ecd83357f5f6 +--- !u!4 &1934588857 stripped +Transform: + m_CorrespondingSourceObject: {fileID: 2083750526820348646, guid: 546fa871a7c1b9d4f884ab24d713ed97, + type: 3} + m_PrefabInstance: {fileID: 6699604257515856009} + m_PrefabAsset: {fileID: 0} --- !u!114 &1935306142 MonoBehaviour: m_ObjectHideFlags: 0 @@ -111510,7 +111614,7 @@ GameObject: m_Icon: {fileID: 0} m_NavMeshLayer: 0 m_StaticEditorFlags: 0 - m_IsActive: 1 + m_IsActive: 0 --- !u!114 &5087122794628420690 MonoBehaviour: m_ObjectHideFlags: 0 @@ -177126,6 +177230,11 @@ PrefabInstance: propertyPath: m_Name value: "\u547C\u5438\u673A" objectReference: {fileID: 0} + - target: {fileID: 1094733500393564316, guid: 546fa871a7c1b9d4f884ab24d713ed97, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} - target: {fileID: 1418419557302762145, guid: 546fa871a7c1b9d4f884ab24d713ed97, type: 3} propertyPath: m_ScaleInLightmap @@ -177141,6 +177250,11 @@ PrefabInstance: propertyPath: m_ScaleInLightmap value: 2 objectReference: {fileID: 0} + - target: {fileID: 1790823008151131027, guid: 546fa871a7c1b9d4f884ab24d713ed97, + type: 3} + propertyPath: m_Enabled + value: 1 + objectReference: {fileID: 0} - target: {fileID: 2724790508276732093, guid: 546fa871a7c1b9d4f884ab24d713ed97, type: 3} propertyPath: m_ScaleInLightmap @@ -177216,6 +177330,21 @@ PrefabInstance: propertyPath: m_LocalEulerAnglesHint.z value: 0 objectReference: {fileID: 0} + - target: {fileID: 5829617454688300558, guid: 546fa871a7c1b9d4f884ab24d713ed97, + type: 3} + propertyPath: m_LocalPosition.x + value: -1.447 + objectReference: {fileID: 0} + - target: {fileID: 5829617454688300558, guid: 546fa871a7c1b9d4f884ab24d713ed97, + type: 3} + propertyPath: m_LocalPosition.y + value: 1.291 + objectReference: {fileID: 0} + - target: {fileID: 5829617454688300558, guid: 546fa871a7c1b9d4f884ab24d713ed97, + type: 3} + propertyPath: m_LocalPosition.z + value: -1.674 + objectReference: {fileID: 0} - target: {fileID: 6272559022337550397, guid: 546fa871a7c1b9d4f884ab24d713ed97, type: 3} propertyPath: m_ScaleInLightmap diff --git a/Assets/犬气管插管场景/Qvan/LightingData.asset b/Assets/_Scenes/QiGuanChaGuan/LightingData.asset similarity index 64% rename from Assets/犬气管插管场景/Qvan/LightingData.asset rename to Assets/_Scenes/QiGuanChaGuan/LightingData.asset index 1540fb5..ff5e97e 100644 Binary files a/Assets/犬气管插管场景/Qvan/LightingData.asset and b/Assets/_Scenes/QiGuanChaGuan/LightingData.asset differ diff --git a/Assets/犬气管插管场景/Qvan/LightingData.asset.meta b/Assets/_Scenes/QiGuanChaGuan/LightingData.asset.meta similarity index 79% rename from Assets/犬气管插管场景/Qvan/LightingData.asset.meta rename to Assets/_Scenes/QiGuanChaGuan/LightingData.asset.meta index b4f1eb2..5b27158 100644 --- a/Assets/犬气管插管场景/Qvan/LightingData.asset.meta +++ b/Assets/_Scenes/QiGuanChaGuan/LightingData.asset.meta @@ -1,5 +1,5 @@ fileFormatVersion: 2 -guid: 2948edc423349654f99a6a3b17d15f8c +guid: 47f64377558419845b074e034f4b574f NativeFormatImporter: externalObjects: {} mainObjectFileID: 112000000 diff --git a/Assets/_Scenes/QiGuanChaGuan/Lightmap-0_comp_dir.png b/Assets/_Scenes/QiGuanChaGuan/Lightmap-0_comp_dir.png new file mode 100644 index 0000000..cc4e863 Binary files /dev/null and b/Assets/_Scenes/QiGuanChaGuan/Lightmap-0_comp_dir.png differ diff --git a/Assets/犬气管插管场景/Qvan/Lightmap-0_comp_dir.png.meta b/Assets/_Scenes/QiGuanChaGuan/Lightmap-0_comp_dir.png.meta similarity index 78% rename from Assets/犬气管插管场景/Qvan/Lightmap-0_comp_dir.png.meta rename to Assets/_Scenes/QiGuanChaGuan/Lightmap-0_comp_dir.png.meta index 16e4b5e..f923e7b 100644 --- a/Assets/犬气管插管场景/Qvan/Lightmap-0_comp_dir.png.meta +++ b/Assets/_Scenes/QiGuanChaGuan/Lightmap-0_comp_dir.png.meta @@ -1,9 +1,9 @@ fileFormatVersion: 2 -guid: 1aefa31ca33f8d84d987b938ff663150 +guid: 839cef1cb1ec4804b950539904adb79b TextureImporter: internalIDToNameTable: [] externalObjects: {} - serializedVersion: 13 + serializedVersion: 11 mipmaps: mipMapMode: 0 enableMipMap: 1 @@ -20,12 +20,11 @@ TextureImporter: externalNormalMap: 0 heightScale: 0.25 normalMapFilter: 0 - flipGreenChannel: 0 isReadable: 0 streamingMipmaps: 1 streamingMipmapsPriority: 0 vTOnly: 0 - ignoreMipmapLimit: 0 + ignoreMasterTextureLimit: 0 grayScaleToAlpha: 0 generateCubemap: 6 cubemapConvolution: 0 @@ -64,8 +63,6 @@ TextureImporter: textureFormatSet: 0 ignorePngGamma: 0 applyGammaDecoding: 0 - swizzle: 50462976 - cookieLightType: 0 platformSettings: - serializedVersion: 3 buildTarget: DefaultTexturePlatform @@ -77,20 +74,6 @@ TextureImporter: crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: @@ -107,8 +90,9 @@ TextureImporter: weights: [] secondaryTextures: [] nameFileIdTable: {} - mipmapLimitGroupName: + spritePackingTag: pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 userData: assetBundleName: assetBundleVariant: diff --git a/Assets/_Scenes/QiGuanChaGuan/Lightmap-0_comp_light.exr b/Assets/_Scenes/QiGuanChaGuan/Lightmap-0_comp_light.exr new file mode 100644 index 0000000..a5dfb17 Binary files /dev/null and b/Assets/_Scenes/QiGuanChaGuan/Lightmap-0_comp_light.exr differ diff --git a/Assets/犬气管插管场景/Qvan/Lightmap-0_comp_light.exr.meta b/Assets/_Scenes/QiGuanChaGuan/Lightmap-0_comp_light.exr.meta similarity index 78% rename from Assets/犬气管插管场景/Qvan/Lightmap-0_comp_light.exr.meta rename to Assets/_Scenes/QiGuanChaGuan/Lightmap-0_comp_light.exr.meta index 8aa4014..2118196 100644 --- a/Assets/犬气管插管场景/Qvan/Lightmap-0_comp_light.exr.meta +++ b/Assets/_Scenes/QiGuanChaGuan/Lightmap-0_comp_light.exr.meta @@ -1,9 +1,9 @@ fileFormatVersion: 2 -guid: 3611b7b3fc3681f4f8eec09c291be09d +guid: 9eb7efba6e703024ebd81812ff9ef1c9 TextureImporter: internalIDToNameTable: [] externalObjects: {} - serializedVersion: 13 + serializedVersion: 11 mipmaps: mipMapMode: 0 enableMipMap: 1 @@ -20,12 +20,11 @@ TextureImporter: externalNormalMap: 0 heightScale: 0.25 normalMapFilter: 0 - flipGreenChannel: 0 isReadable: 0 streamingMipmaps: 1 streamingMipmapsPriority: 0 vTOnly: 0 - ignoreMipmapLimit: 0 + ignoreMasterTextureLimit: 0 grayScaleToAlpha: 0 generateCubemap: 6 cubemapConvolution: 0 @@ -64,8 +63,6 @@ TextureImporter: textureFormatSet: 0 ignorePngGamma: 0 applyGammaDecoding: 0 - swizzle: 50462976 - cookieLightType: 0 platformSettings: - serializedVersion: 3 buildTarget: DefaultTexturePlatform @@ -77,20 +74,6 @@ TextureImporter: crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: @@ -107,8 +90,9 @@ TextureImporter: weights: [] secondaryTextures: [] nameFileIdTable: {} - mipmapLimitGroupName: + spritePackingTag: pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 userData: assetBundleName: assetBundleVariant: diff --git a/Assets/_Scenes/QiGuanChaGuan/Lightmap-1_comp_dir.png b/Assets/_Scenes/QiGuanChaGuan/Lightmap-1_comp_dir.png new file mode 100644 index 0000000..432ced1 Binary files /dev/null and b/Assets/_Scenes/QiGuanChaGuan/Lightmap-1_comp_dir.png differ diff --git a/Assets/犬气管插管场景/Qvan/Lightmap-1_comp_dir.png.meta b/Assets/_Scenes/QiGuanChaGuan/Lightmap-1_comp_dir.png.meta similarity index 78% rename from Assets/犬气管插管场景/Qvan/Lightmap-1_comp_dir.png.meta rename to Assets/_Scenes/QiGuanChaGuan/Lightmap-1_comp_dir.png.meta index 6d1b987..cb1fb31 100644 --- a/Assets/犬气管插管场景/Qvan/Lightmap-1_comp_dir.png.meta +++ b/Assets/_Scenes/QiGuanChaGuan/Lightmap-1_comp_dir.png.meta @@ -1,9 +1,9 @@ fileFormatVersion: 2 -guid: ff12dc4869b986e498ac35e1275835a1 +guid: 781c87fec14b9414bbedaee89210a96a TextureImporter: internalIDToNameTable: [] externalObjects: {} - serializedVersion: 13 + serializedVersion: 11 mipmaps: mipMapMode: 0 enableMipMap: 1 @@ -20,12 +20,11 @@ TextureImporter: externalNormalMap: 0 heightScale: 0.25 normalMapFilter: 0 - flipGreenChannel: 0 isReadable: 0 streamingMipmaps: 1 streamingMipmapsPriority: 0 vTOnly: 0 - ignoreMipmapLimit: 0 + ignoreMasterTextureLimit: 0 grayScaleToAlpha: 0 generateCubemap: 6 cubemapConvolution: 0 @@ -64,8 +63,6 @@ TextureImporter: textureFormatSet: 0 ignorePngGamma: 0 applyGammaDecoding: 0 - swizzle: 50462976 - cookieLightType: 0 platformSettings: - serializedVersion: 3 buildTarget: DefaultTexturePlatform @@ -77,20 +74,6 @@ TextureImporter: crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: @@ -107,8 +90,9 @@ TextureImporter: weights: [] secondaryTextures: [] nameFileIdTable: {} - mipmapLimitGroupName: + spritePackingTag: pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 userData: assetBundleName: assetBundleVariant: diff --git a/Assets/_Scenes/QiGuanChaGuan/Lightmap-1_comp_light.exr b/Assets/_Scenes/QiGuanChaGuan/Lightmap-1_comp_light.exr new file mode 100644 index 0000000..d11c9d0 Binary files /dev/null and b/Assets/_Scenes/QiGuanChaGuan/Lightmap-1_comp_light.exr differ diff --git a/Assets/犬气管插管场景/Qvan/Lightmap-1_comp_light.exr.meta b/Assets/_Scenes/QiGuanChaGuan/Lightmap-1_comp_light.exr.meta similarity index 78% rename from Assets/犬气管插管场景/Qvan/Lightmap-1_comp_light.exr.meta rename to Assets/_Scenes/QiGuanChaGuan/Lightmap-1_comp_light.exr.meta index 02d6916..c5e5db0 100644 --- a/Assets/犬气管插管场景/Qvan/Lightmap-1_comp_light.exr.meta +++ b/Assets/_Scenes/QiGuanChaGuan/Lightmap-1_comp_light.exr.meta @@ -1,9 +1,9 @@ fileFormatVersion: 2 -guid: f49b13759a621cf4faa5a8fe5510a507 +guid: 7b21d2a60cb863848aac92500c5a283f TextureImporter: internalIDToNameTable: [] externalObjects: {} - serializedVersion: 13 + serializedVersion: 11 mipmaps: mipMapMode: 0 enableMipMap: 1 @@ -20,12 +20,11 @@ TextureImporter: externalNormalMap: 0 heightScale: 0.25 normalMapFilter: 0 - flipGreenChannel: 0 isReadable: 0 streamingMipmaps: 1 streamingMipmapsPriority: 0 vTOnly: 0 - ignoreMipmapLimit: 0 + ignoreMasterTextureLimit: 0 grayScaleToAlpha: 0 generateCubemap: 6 cubemapConvolution: 0 @@ -64,8 +63,6 @@ TextureImporter: textureFormatSet: 0 ignorePngGamma: 0 applyGammaDecoding: 0 - swizzle: 50462976 - cookieLightType: 0 platformSettings: - serializedVersion: 3 buildTarget: DefaultTexturePlatform @@ -77,20 +74,6 @@ TextureImporter: crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: @@ -107,8 +90,9 @@ TextureImporter: weights: [] secondaryTextures: [] nameFileIdTable: {} - mipmapLimitGroupName: + spritePackingTag: pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 userData: assetBundleName: assetBundleVariant: diff --git a/Assets/_Scenes/QiGuanChaGuan/ReflectionProbe-0.exr b/Assets/_Scenes/QiGuanChaGuan/ReflectionProbe-0.exr new file mode 100644 index 0000000..e76860c Binary files /dev/null and b/Assets/_Scenes/QiGuanChaGuan/ReflectionProbe-0.exr differ diff --git a/Assets/犬气管插管场景/Qvan/ReflectionProbe-0.exr.meta b/Assets/_Scenes/QiGuanChaGuan/ReflectionProbe-0.exr.meta similarity index 78% rename from Assets/犬气管插管场景/Qvan/ReflectionProbe-0.exr.meta rename to Assets/_Scenes/QiGuanChaGuan/ReflectionProbe-0.exr.meta index 72d8ce3..a897bee 100644 --- a/Assets/犬气管插管场景/Qvan/ReflectionProbe-0.exr.meta +++ b/Assets/_Scenes/QiGuanChaGuan/ReflectionProbe-0.exr.meta @@ -1,9 +1,9 @@ fileFormatVersion: 2 -guid: 3f25cc612f4969742843fe2bda61a9fc +guid: 2612a771f2d471348ad075734d1342b3 TextureImporter: internalIDToNameTable: [] externalObjects: {} - serializedVersion: 13 + serializedVersion: 11 mipmaps: mipMapMode: 0 enableMipMap: 1 @@ -20,12 +20,11 @@ TextureImporter: externalNormalMap: 0 heightScale: 0.25 normalMapFilter: 0 - flipGreenChannel: 0 isReadable: 0 streamingMipmaps: 0 streamingMipmapsPriority: 0 vTOnly: 0 - ignoreMipmapLimit: 0 + ignoreMasterTextureLimit: 0 grayScaleToAlpha: 0 generateCubemap: 6 cubemapConvolution: 1 @@ -64,8 +63,6 @@ TextureImporter: textureFormatSet: 0 ignorePngGamma: 0 applyGammaDecoding: 0 - swizzle: 50462976 - cookieLightType: 0 platformSettings: - serializedVersion: 3 buildTarget: DefaultTexturePlatform @@ -77,20 +74,6 @@ TextureImporter: crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: @@ -107,8 +90,9 @@ TextureImporter: weights: [] secondaryTextures: [] nameFileIdTable: {} - mipmapLimitGroupName: + spritePackingTag: pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 userData: assetBundleName: assetBundleVariant: diff --git a/Assets/_Scenes/QiGuanChaGuan/ReflectionProbe-1.exr b/Assets/_Scenes/QiGuanChaGuan/ReflectionProbe-1.exr new file mode 100644 index 0000000..0d310ee Binary files /dev/null and b/Assets/_Scenes/QiGuanChaGuan/ReflectionProbe-1.exr differ diff --git a/Assets/犬气管插管场景/Qvan/ReflectionProbe-1.exr.meta b/Assets/_Scenes/QiGuanChaGuan/ReflectionProbe-1.exr.meta similarity index 78% rename from Assets/犬气管插管场景/Qvan/ReflectionProbe-1.exr.meta rename to Assets/_Scenes/QiGuanChaGuan/ReflectionProbe-1.exr.meta index 1ae2396..3e1f0d3 100644 --- a/Assets/犬气管插管场景/Qvan/ReflectionProbe-1.exr.meta +++ b/Assets/_Scenes/QiGuanChaGuan/ReflectionProbe-1.exr.meta @@ -1,9 +1,9 @@ fileFormatVersion: 2 -guid: 9e8b9827ebf52a44b83b85021e2c3484 +guid: 4b07d35d2463cf14b8e61a30cc65ed0d TextureImporter: internalIDToNameTable: [] externalObjects: {} - serializedVersion: 13 + serializedVersion: 11 mipmaps: mipMapMode: 0 enableMipMap: 1 @@ -20,12 +20,11 @@ TextureImporter: externalNormalMap: 0 heightScale: 0.25 normalMapFilter: 0 - flipGreenChannel: 0 isReadable: 0 streamingMipmaps: 0 streamingMipmapsPriority: 0 vTOnly: 0 - ignoreMipmapLimit: 0 + ignoreMasterTextureLimit: 0 grayScaleToAlpha: 0 generateCubemap: 6 cubemapConvolution: 1 @@ -64,8 +63,6 @@ TextureImporter: textureFormatSet: 0 ignorePngGamma: 0 applyGammaDecoding: 0 - swizzle: 50462976 - cookieLightType: 0 platformSettings: - serializedVersion: 3 buildTarget: DefaultTexturePlatform @@ -77,20 +74,6 @@ TextureImporter: crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: @@ -107,8 +90,9 @@ TextureImporter: weights: [] secondaryTextures: [] nameFileIdTable: {} - mipmapLimitGroupName: + spritePackingTag: pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 userData: assetBundleName: assetBundleVariant: diff --git a/Assets/犬气管插管场景/Model/Materials/M_BaiQiang.mat b/Assets/犬气管插管场景/Model/Materials/M_BaiQiang.mat index 28f98dd..9f31359 100644 --- a/Assets/犬气管插管场景/Model/Materials/M_BaiQiang.mat +++ b/Assets/犬气管插管场景/Model/Materials/M_BaiQiang.mat @@ -22,13 +22,10 @@ Material: m_PrefabAsset: {fileID: 0} m_Name: M_BaiQiang m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 m_ValidKeywords: - _NORMALMAP - _OCCLUSIONMAP - _SPECULARHIGHLIGHTS_OFF - - _SPECULAR_SETUP m_InvalidKeywords: [] m_LightmapFlags: 4 m_EnableInstancingVariants: 0 @@ -37,7 +34,6 @@ Material: stringTagMap: RenderType: Opaque disabledShaderPasses: [] - m_LockedProperties: m_SavedProperties: serializedVersion: 3 m_TexEnvs: @@ -122,14 +118,14 @@ Material: - _Parallax: 0.02 - _QueueOffset: 0 - _ReceiveShadows: 1 - - _Smoothness: 1 + - _Smoothness: 0.85 - _SmoothnessTextureChannel: 0 - _SpecularHighlights: 0 - _SrcBlend: 1 - _SrcBlendAlpha: 1 - _Surface: 0 - _UVSec: 0 - - _WorkflowMode: 0 + - _WorkflowMode: 1 - _ZWrite: 1 m_Colors: - _BaseColor: {r: 1, g: 1, b: 1, a: 1} diff --git a/Assets/犬气管插管场景/Model/Materials/M_BaiSeJingShu.mat b/Assets/犬气管插管场景/Model/Materials/M_BaiSeJingShu.mat index 3006dda..481fe12 100644 --- a/Assets/犬气管插管场景/Model/Materials/M_BaiSeJingShu.mat +++ b/Assets/犬气管插管场景/Model/Materials/M_BaiSeJingShu.mat @@ -9,8 +9,6 @@ Material: m_PrefabAsset: {fileID: 0} m_Name: M_BaiSeJingShu m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 m_ValidKeywords: - _NORMALMAP - _OCCLUSIONMAP @@ -22,7 +20,6 @@ Material: stringTagMap: RenderType: Opaque disabledShaderPasses: [] - m_LockedProperties: m_SavedProperties: serializedVersion: 3 m_TexEnvs: @@ -101,13 +98,13 @@ Material: - _GlossMapScale: 1 - _Glossiness: 0.14671333 - _GlossyReflections: 1 - - _Metallic: 0.5 + - _Metallic: 0.8 - _Mode: 0 - _OcclusionStrength: 0.1 - _Parallax: 0.02 - _QueueOffset: 0 - _ReceiveShadows: 1 - - _Smoothness: 0.7 + - _Smoothness: 0.6 - _SmoothnessTextureChannel: 0 - _SpecularHighlights: 1 - _SrcBlend: 1 diff --git a/Assets/犬气管插管场景/Model/Materials/M_DiBan.mat b/Assets/犬气管插管场景/Model/Materials/M_DiBan.mat index 960fd5c..4ab6b90 100644 --- a/Assets/犬气管插管场景/Model/Materials/M_DiBan.mat +++ b/Assets/犬气管插管场景/Model/Materials/M_DiBan.mat @@ -9,8 +9,6 @@ Material: m_PrefabAsset: {fileID: 0} m_Name: M_DiBan m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 m_ValidKeywords: - _SPECULARHIGHLIGHTS_OFF m_InvalidKeywords: [] @@ -21,7 +19,6 @@ Material: stringTagMap: RenderType: Opaque disabledShaderPasses: [] - m_LockedProperties: m_SavedProperties: serializedVersion: 3 m_TexEnvs: @@ -106,7 +103,7 @@ Material: - _Parallax: 0.02 - _QueueOffset: 0 - _ReceiveShadows: 1 - - _Smoothness: 0.7 + - _Smoothness: 0.6 - _SmoothnessTextureChannel: 0 - _SpecularHighlights: 0 - _SrcBlend: 1 diff --git a/Assets/犬气管插管场景/Model/Materials/M_GouYiLiaoChuang_JinShu.mat b/Assets/犬气管插管场景/Model/Materials/M_GouYiLiaoChuang_JinShu.mat index b923637..54b3520 100644 --- a/Assets/犬气管插管场景/Model/Materials/M_GouYiLiaoChuang_JinShu.mat +++ b/Assets/犬气管插管场景/Model/Materials/M_GouYiLiaoChuang_JinShu.mat @@ -22,7 +22,7 @@ Material: serializedVersion: 3 m_TexEnvs: - _BaseMap: - m_Texture: {fileID: 2800000, guid: 74eaee5b65e0d0c4c86de04a5265dddc, type: 3} + m_Texture: {fileID: 2800000, guid: dcae86dada681624dad02fc8269bce2f, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _BumpMap: @@ -46,7 +46,7 @@ Material: m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _MainTex: - m_Texture: {fileID: 0} + m_Texture: {fileID: 2800000, guid: dcae86dada681624dad02fc8269bce2f, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _MetallicGlossMap: diff --git a/Assets/犬气管插管场景/Model/Materials/M_HeiSeJinShu.mat b/Assets/犬气管插管场景/Model/Materials/M_HeiSeJinShu.mat index 18709ee..4c94448 100644 --- a/Assets/犬气管插管场景/Model/Materials/M_HeiSeJinShu.mat +++ b/Assets/犬气管插管场景/Model/Materials/M_HeiSeJinShu.mat @@ -9,10 +9,7 @@ Material: m_PrefabAsset: {fileID: 0} m_Name: M_HeiSeJinShu m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 m_ValidKeywords: - - _METALLICSPECGLOSSMAP - _NORMALMAP - _OCCLUSIONMAP m_InvalidKeywords: [] @@ -23,7 +20,6 @@ Material: stringTagMap: RenderType: Opaque disabledShaderPasses: [] - m_LockedProperties: m_SavedProperties: serializedVersion: 3 m_TexEnvs: @@ -56,7 +52,7 @@ Material: m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _MetallicGlossMap: - m_Texture: {fileID: 2800000, guid: 7899febfdb534b74e91d4a52d87726dd, type: 3} + m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _OcclusionMap: @@ -102,13 +98,13 @@ Material: - _GlossMapScale: 1 - _Glossiness: 0.15323383 - _GlossyReflections: 1 - - _Metallic: 0 + - _Metallic: 1 - _Mode: 0 - _OcclusionStrength: 1 - _Parallax: 0.02 - _QueueOffset: 0 - _ReceiveShadows: 1 - - _Smoothness: 0.866 + - _Smoothness: 1 - _SmoothnessTextureChannel: 0 - _SpecularHighlights: 1 - _SrcBlend: 1 @@ -118,8 +114,8 @@ Material: - _WorkflowMode: 1 - _ZWrite: 1 m_Colors: - - _BaseColor: {r: 1, g: 1, b: 1, a: 1} - - _Color: {r: 1, g: 1, b: 1, a: 1} + - _BaseColor: {r: 0, g: 0, b: 0, a: 1} + - _Color: {r: 0, g: 0, b: 0, a: 1} - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} m_BuildTextureStacks: [] diff --git a/Assets/犬气管插管场景/Model/Materials/M_XiYiQi_AanNiu.mat b/Assets/犬气管插管场景/Model/Materials/M_XiYiQi_AanNiu.mat index 6b982c5..6f8d63f 100644 --- a/Assets/犬气管插管场景/Model/Materials/M_XiYiQi_AanNiu.mat +++ b/Assets/犬气管插管场景/Model/Materials/M_XiYiQi_AanNiu.mat @@ -22,7 +22,7 @@ Material: serializedVersion: 3 m_TexEnvs: - _BaseMap: - m_Texture: {fileID: 2800000, guid: bc7a3b2453ce61d4d8a19026ef17abe7, type: 3} + m_Texture: {fileID: 2800000, guid: de752cdd004c2ea47b0fdb22c00e8685, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _BumpMap: @@ -46,7 +46,7 @@ Material: m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _MainTex: - m_Texture: {fileID: 0} + m_Texture: {fileID: 2800000, guid: de752cdd004c2ea47b0fdb22c00e8685, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _MetallicGlossMap: diff --git a/Assets/犬气管插管场景/Model/Materials/M_XiYiQi_BaShou.mat b/Assets/犬气管插管场景/Model/Materials/M_XiYiQi_BaShou.mat index 1608834..1eaac05 100644 --- a/Assets/犬气管插管场景/Model/Materials/M_XiYiQi_BaShou.mat +++ b/Assets/犬气管插管场景/Model/Materials/M_XiYiQi_BaShou.mat @@ -125,8 +125,8 @@ Material: - _WorkflowMode: 1 - _ZWrite: 1 m_Colors: - - _BaseColor: {r: 1, g: 1, b: 1, a: 1} - - _Color: {r: 1, g: 1, b: 1, a: 1} + - _BaseColor: {r: 0, g: 0, b: 0, a: 1} + - _Color: {r: 0, g: 0, b: 0, a: 1} - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} m_BuildTextureStacks: [] diff --git a/Assets/犬气管插管场景/Model/Materials/M_XiYiQi_BaiQi.mat b/Assets/犬气管插管场景/Model/Materials/M_XiYiQi_BaiQi.mat index f821ad1..dc906a8 100644 --- a/Assets/犬气管插管场景/Model/Materials/M_XiYiQi_BaiQi.mat +++ b/Assets/犬气管插管场景/Model/Materials/M_XiYiQi_BaiQi.mat @@ -22,7 +22,7 @@ Material: serializedVersion: 3 m_TexEnvs: - _BaseMap: - m_Texture: {fileID: 2800000, guid: 05b2cf5be9ea5014692b9716f38b354c, type: 3} + m_Texture: {fileID: 2800000, guid: 97dae358c2732df4bb8f171eddb38464, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _BumpMap: @@ -46,7 +46,7 @@ Material: m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _MainTex: - m_Texture: {fileID: 0} + m_Texture: {fileID: 2800000, guid: 97dae358c2732df4bb8f171eddb38464, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _MetallicGlossMap: diff --git a/Assets/犬气管插管场景/Model/Materials/M_XiYiQi_Huiqi.mat b/Assets/犬气管插管场景/Model/Materials/M_XiYiQi_Huiqi.mat index c52ad16..109bf9e 100644 --- a/Assets/犬气管插管场景/Model/Materials/M_XiYiQi_Huiqi.mat +++ b/Assets/犬气管插管场景/Model/Materials/M_XiYiQi_Huiqi.mat @@ -22,7 +22,7 @@ Material: serializedVersion: 3 m_TexEnvs: - _BaseMap: - m_Texture: {fileID: 2800000, guid: e82b9d5d2b5cdc3468802ccea8533071, type: 3} + m_Texture: {fileID: 2800000, guid: de752cdd004c2ea47b0fdb22c00e8685, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _BumpMap: @@ -46,7 +46,7 @@ Material: m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _MainTex: - m_Texture: {fileID: 0} + m_Texture: {fileID: 2800000, guid: de752cdd004c2ea47b0fdb22c00e8685, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _MetallicGlossMap: diff --git a/Assets/犬气管插管场景/Model/Materials/M_XiYiQi_JinShu.mat b/Assets/犬气管插管场景/Model/Materials/M_XiYiQi_JinShu.mat index 2c0d352..b15de64 100644 --- a/Assets/犬气管插管场景/Model/Materials/M_XiYiQi_JinShu.mat +++ b/Assets/犬气管插管场景/Model/Materials/M_XiYiQi_JinShu.mat @@ -22,7 +22,7 @@ Material: serializedVersion: 3 m_TexEnvs: - _BaseMap: - m_Texture: {fileID: 2800000, guid: 7bd9794213425ea4fbf7712fdec85e3d, type: 3} + m_Texture: {fileID: 2800000, guid: 417aa074644454649ab957aa989bc9c1, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _BumpMap: @@ -46,7 +46,7 @@ Material: m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _MainTex: - m_Texture: {fileID: 0} + m_Texture: {fileID: 2800000, guid: 417aa074644454649ab957aa989bc9c1, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _MetallicGlossMap: diff --git a/Assets/犬气管插管场景/Model/Materials/M_YiLiaoChuang_HeiXian.mat b/Assets/犬气管插管场景/Model/Materials/M_YiLiaoChuang_HeiXian.mat index 9c78770..1d570a8 100644 --- a/Assets/犬气管插管场景/Model/Materials/M_YiLiaoChuang_HeiXian.mat +++ b/Assets/犬气管插管场景/Model/Materials/M_YiLiaoChuang_HeiXian.mat @@ -22,7 +22,7 @@ Material: serializedVersion: 3 m_TexEnvs: - _BaseMap: - m_Texture: {fileID: 2800000, guid: 1037ed6520dc93c4596f81ffb0038f7b, type: 3} + m_Texture: {fileID: 2800000, guid: 3db0762bf55648341bf7167cc7c3c387, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _BumpMap: @@ -46,7 +46,7 @@ Material: m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _MainTex: - m_Texture: {fileID: 0} + m_Texture: {fileID: 2800000, guid: 3db0762bf55648341bf7167cc7c3c387, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _MetallicGlossMap: diff --git a/Assets/犬气管插管场景/Model/Materials/M_YiLiaoYiQi_a_JinShu.mat b/Assets/犬气管插管场景/Model/Materials/M_YiLiaoYiQi_a_JinShu.mat index 9069ebe..c4871e7 100644 --- a/Assets/犬气管插管场景/Model/Materials/M_YiLiaoYiQi_a_JinShu.mat +++ b/Assets/犬气管插管场景/Model/Materials/M_YiLiaoYiQi_a_JinShu.mat @@ -112,8 +112,8 @@ Material: - _WorkflowMode: 1 - _ZWrite: 1 m_Colors: - - _BaseColor: {r: 1, g: 1, b: 1, a: 1} - - _Color: {r: 1, g: 1, b: 1, a: 1} + - _BaseColor: {r: 1, g: 0.93773586, b: 0.93773586, a: 1} + - _Color: {r: 1, g: 0.93773586, b: 0.93773586, a: 1} - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} m_BuildTextureStacks: [] diff --git a/Assets/犬气管插管场景/Model/Materials/M_ZhaoMingDeng_Bi.mat b/Assets/犬气管插管场景/Model/Materials/M_ZhaoMingDeng_Bi.mat index 6c17260..174e6ca 100644 --- a/Assets/犬气管插管场景/Model/Materials/M_ZhaoMingDeng_Bi.mat +++ b/Assets/犬气管插管场景/Model/Materials/M_ZhaoMingDeng_Bi.mat @@ -22,7 +22,8 @@ Material: m_PrefabAsset: {fileID: 0} m_Name: M_ZhaoMingDeng_Bi m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} - m_ValidKeywords: [] + m_ValidKeywords: + - _SPECULARHIGHLIGHTS_OFF m_InvalidKeywords: [] m_LightmapFlags: 4 m_EnableInstancingVariants: 0 @@ -117,7 +118,7 @@ Material: - _ReceiveShadows: 1 - _Smoothness: 0.55 - _SmoothnessTextureChannel: 0 - - _SpecularHighlights: 1 + - _SpecularHighlights: 0 - _SrcBlend: 1 - _SrcBlendAlpha: 1 - _Surface: 0 @@ -125,8 +126,8 @@ Material: - _WorkflowMode: 1 - _ZWrite: 1 m_Colors: - - _BaseColor: {r: 1, g: 1, b: 1, a: 1} - - _Color: {r: 1, g: 1, b: 1, a: 1} + - _BaseColor: {r: 0.9150943, g: 0.9150943, b: 0.9150943, a: 1} + - _Color: {r: 0.9150943, g: 0.9150943, b: 0.9150943, a: 1} - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} m_BuildTextureStacks: [] diff --git a/Assets/犬气管插管场景/Model/Materials/M_boli.mat b/Assets/犬气管插管场景/Model/Materials/M_boli.mat index 7ebc4a6..16f170a 100644 --- a/Assets/犬气管插管场景/Model/Materials/M_boli.mat +++ b/Assets/犬气管插管场景/Model/Materials/M_boli.mat @@ -24,7 +24,6 @@ Material: m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} m_ValidKeywords: - _SPECULARHIGHLIGHTS_OFF - - _SPECULAR_SETUP - _SURFACE_TYPE_TRANSPARENT m_InvalidKeywords: [] m_LightmapFlags: 4 @@ -114,24 +113,24 @@ Material: - _GlossMapScale: 1 - _Glossiness: 0.4472136 - _GlossyReflections: 1 - - _Metallic: 0.501 + - _Metallic: 1 - _Mode: 3 - _OcclusionStrength: 1 - _Parallax: 0.02 - _QueueOffset: 0 - _ReceiveShadows: 1 - - _Smoothness: 0.95 + - _Smoothness: 0.85 - _SmoothnessTextureChannel: 0 - _SpecularHighlights: 0 - _SrcBlend: 5 - _SrcBlendAlpha: 1 - _Surface: 1 - _UVSec: 0 - - _WorkflowMode: 0 + - _WorkflowMode: 1 - _ZWrite: 0 m_Colors: - - _BaseColor: {r: 1, g: 1, b: 1, a: 0.259542} - - _Color: {r: 1, g: 1, b: 1, a: 0.259542} + - _BaseColor: {r: 0.83396226, g: 0.94719684, b: 1, a: 0.24313726} + - _Color: {r: 0.83396226, g: 0.9471968, b: 1, a: 0.24313726} - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} - - _SpecColor: {r: 0.26448554, g: 0.38049313, b: 0.4566037, a: 1} + - _SpecColor: {r: 0.7962264, g: 0.92098576, b: 1, a: 1} m_BuildTextureStacks: [] diff --git a/Assets/犬气管插管场景/Model/Materials/M_dibang02.mat b/Assets/犬气管插管场景/Model/Materials/M_dibang02.mat index d4fc8d3..1c5693b 100644 --- a/Assets/犬气管插管场景/Model/Materials/M_dibang02.mat +++ b/Assets/犬气管插管场景/Model/Materials/M_dibang02.mat @@ -9,11 +9,8 @@ Material: m_PrefabAsset: {fileID: 0} m_Name: M_dibang02 m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 m_ValidKeywords: - _NORMALMAP - - _OCCLUSIONMAP m_InvalidKeywords: [] m_LightmapFlags: 4 m_EnableInstancingVariants: 0 @@ -22,7 +19,6 @@ Material: stringTagMap: RenderType: Opaque disabledShaderPasses: [] - m_LockedProperties: m_SavedProperties: serializedVersion: 3 m_TexEnvs: @@ -59,7 +55,7 @@ Material: m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _OcclusionMap: - m_Texture: {fileID: 2800000, guid: 971567db0ad0c6141965bf5c28064b2f, type: 3} + m_Texture: {fileID: 0} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _ParallaxMap: @@ -101,7 +97,7 @@ Material: - _GlossMapScale: 1 - _Glossiness: 0 - _GlossyReflections: 1 - - _Metallic: 0 + - _Metallic: 0.15 - _Mode: 0 - _OcclusionStrength: 0.1 - _Parallax: 0.02 @@ -117,8 +113,8 @@ Material: - _WorkflowMode: 1 - _ZWrite: 1 m_Colors: - - _BaseColor: {r: 1, g: 1, b: 1, a: 1} - - _Color: {r: 1, g: 1, b: 1, a: 1} + - _BaseColor: {r: 0.9622642, g: 0.9622642, b: 0.9622642, a: 1} + - _Color: {r: 0.9622641, g: 0.9622641, b: 0.9622641, a: 1} - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} - _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} m_BuildTextureStacks: [] diff --git a/Assets/犬气管插管场景/Model/Materials/M_guizi.mat b/Assets/犬气管插管场景/Model/Materials/M_guizi.mat index 3a70a32..840bdc7 100644 --- a/Assets/犬气管插管场景/Model/Materials/M_guizi.mat +++ b/Assets/犬气管插管场景/Model/Materials/M_guizi.mat @@ -9,8 +9,6 @@ Material: m_PrefabAsset: {fileID: 0} m_Name: M_guizi m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3} - m_Parent: {fileID: 0} - m_ModifiedSerializedProperties: 0 m_ValidKeywords: [] m_InvalidKeywords: [] m_LightmapFlags: 4 @@ -20,7 +18,6 @@ Material: stringTagMap: RenderType: Opaque disabledShaderPasses: [] - m_LockedProperties: m_SavedProperties: serializedVersion: 3 m_TexEnvs: @@ -99,7 +96,7 @@ Material: - _GlossMapScale: 1 - _Glossiness: 0 - _GlossyReflections: 1 - - _Metallic: 0.3 + - _Metallic: 0.8 - _Mode: 0 - _OcclusionStrength: 1 - _Parallax: 0.02 diff --git a/Assets/犬气管插管场景/Model/Materials/M_mazuiji1.mat b/Assets/犬气管插管场景/Model/Materials/M_mazuiji1.mat index acf613a..4b015c9 100644 --- a/Assets/犬气管插管场景/Model/Materials/M_mazuiji1.mat +++ b/Assets/犬气管插管场景/Model/Materials/M_mazuiji1.mat @@ -35,7 +35,7 @@ Material: serializedVersion: 3 m_TexEnvs: - _BaseMap: - m_Texture: {fileID: 2800000, guid: 756a5200be26cd54c91eee4314f80bfd, type: 3} + m_Texture: {fileID: 2800000, guid: 8c7daab6e625cc7418f7a21b70f14ac6, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _BumpMap: @@ -59,7 +59,7 @@ Material: m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _MainTex: - m_Texture: {fileID: 0} + m_Texture: {fileID: 2800000, guid: 8c7daab6e625cc7418f7a21b70f14ac6, type: 3} m_Scale: {x: 1, y: 1} m_Offset: {x: 0, y: 0} - _MetallicGlossMap: diff --git a/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_GouYiLiaoChuang_JinShu.jpg b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_GouYiLiaoChuang_JinShu.jpg new file mode 100644 index 0000000..ee37f4e Binary files /dev/null and b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_GouYiLiaoChuang_JinShu.jpg differ diff --git a/Assets/犬气管插管场景/Qvan/Lightmap-2_comp_dir.png.meta b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_GouYiLiaoChuang_JinShu.jpg.meta similarity index 80% rename from Assets/犬气管插管场景/Qvan/Lightmap-2_comp_dir.png.meta rename to Assets/犬气管插管场景/Model/SM_changjing.fbm/T_GouYiLiaoChuang_JinShu.jpg.meta index 0b9402d..667ba1a 100644 --- a/Assets/犬气管插管场景/Qvan/Lightmap-2_comp_dir.png.meta +++ b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_GouYiLiaoChuang_JinShu.jpg.meta @@ -1,9 +1,9 @@ fileFormatVersion: 2 -guid: 255aae48faeb9e947845e9b364188aa3 +guid: dcae86dada681624dad02fc8269bce2f TextureImporter: internalIDToNameTable: [] externalObjects: {} - serializedVersion: 13 + serializedVersion: 11 mipmaps: mipMapMode: 0 enableMipMap: 1 @@ -20,12 +20,11 @@ TextureImporter: externalNormalMap: 0 heightScale: 0.25 normalMapFilter: 0 - flipGreenChannel: 0 isReadable: 0 - streamingMipmaps: 1 + streamingMipmaps: 0 streamingMipmapsPriority: 0 vTOnly: 0 - ignoreMipmapLimit: 0 + ignoreMasterTextureLimit: 0 grayScaleToAlpha: 0 generateCubemap: 6 cubemapConvolution: 0 @@ -35,11 +34,11 @@ TextureImporter: textureSettings: serializedVersion: 2 filterMode: 1 - aniso: 3 + aniso: 1 mipBias: 0 - wrapU: 1 - wrapV: 1 - wrapW: 1 + wrapU: 0 + wrapV: 0 + wrapW: 0 nPOTScale: 1 lightmap: 0 compressionQuality: 50 @@ -54,7 +53,7 @@ TextureImporter: alphaUsage: 1 alphaIsTransparency: 0 spriteTessellationDetail: -1 - textureType: 12 + textureType: 0 textureShape: 1 singleChannelComponent: 0 flipbookRows: 1 @@ -64,8 +63,6 @@ TextureImporter: textureFormatSet: 0 ignorePngGamma: 0 applyGammaDecoding: 0 - swizzle: 50462976 - cookieLightType: 0 platformSettings: - serializedVersion: 3 buildTarget: DefaultTexturePlatform @@ -77,7 +74,6 @@ TextureImporter: crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 - ignorePlatformSupport: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 - serializedVersion: 3 @@ -90,7 +86,18 @@ TextureImporter: crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 - ignorePlatformSupport: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + - serializedVersion: 3 + buildTarget: Server + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: @@ -107,8 +114,9 @@ TextureImporter: weights: [] secondaryTextures: [] nameFileIdTable: {} - mipmapLimitGroupName: + spritePackingTag: pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 userData: assetBundleName: assetBundleVariant: diff --git a/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_M_DiBan_Base Color.png b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_M_DiBan_Base Color.png new file mode 100644 index 0000000..3e1dd13 Binary files /dev/null and b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_M_DiBan_Base Color.png differ diff --git a/Assets/犬气管插管场景/Qvan/Lightmap-2_comp_light.exr.meta b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_M_DiBan_Base Color.png.meta similarity index 74% rename from Assets/犬气管插管场景/Qvan/Lightmap-2_comp_light.exr.meta rename to Assets/犬气管插管场景/Model/SM_changjing.fbm/T_M_DiBan_Base Color.png.meta index 03a357a..d343580 100644 --- a/Assets/犬气管插管场景/Qvan/Lightmap-2_comp_light.exr.meta +++ b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_M_DiBan_Base Color.png.meta @@ -1,9 +1,9 @@ fileFormatVersion: 2 -guid: a4d82d217f7d5b14db277312b6bcd397 +guid: 9b4acca1db660da4b9d6c67dd6e797ed TextureImporter: internalIDToNameTable: [] externalObjects: {} - serializedVersion: 13 + serializedVersion: 11 mipmaps: mipMapMode: 0 enableMipMap: 1 @@ -20,12 +20,11 @@ TextureImporter: externalNormalMap: 0 heightScale: 0.25 normalMapFilter: 0 - flipGreenChannel: 0 isReadable: 0 - streamingMipmaps: 1 + streamingMipmaps: 0 streamingMipmapsPriority: 0 vTOnly: 0 - ignoreMipmapLimit: 0 + ignoreMasterTextureLimit: 0 grayScaleToAlpha: 0 generateCubemap: 6 cubemapConvolution: 0 @@ -35,11 +34,11 @@ TextureImporter: textureSettings: serializedVersion: 2 filterMode: 1 - aniso: 3 + aniso: 1 mipBias: 0 - wrapU: 1 - wrapV: 1 - wrapW: 1 + wrapU: 0 + wrapV: 0 + wrapW: 0 nPOTScale: 1 lightmap: 0 compressionQuality: 50 @@ -51,10 +50,10 @@ TextureImporter: spritePixelsToUnits: 100 spriteBorder: {x: 0, y: 0, z: 0, w: 0} spriteGenerateFallbackPhysicsShape: 1 - alphaUsage: 0 + alphaUsage: 1 alphaIsTransparency: 0 spriteTessellationDetail: -1 - textureType: 6 + textureType: 0 textureShape: 1 singleChannelComponent: 0 flipbookRows: 1 @@ -64,8 +63,6 @@ TextureImporter: textureFormatSet: 0 ignorePngGamma: 0 applyGammaDecoding: 0 - swizzle: 50462976 - cookieLightType: 0 platformSettings: - serializedVersion: 3 buildTarget: DefaultTexturePlatform @@ -77,20 +74,6 @@ TextureImporter: crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 - ignorePlatformSupport: 0 - androidETC2FallbackOverride: 0 - forceMaximumCompressionQuality_BC6H_BC7: 0 - - serializedVersion: 3 - buildTarget: Standalone - maxTextureSize: 2048 - resizeAlgorithm: 0 - textureFormat: -1 - textureCompression: 1 - compressionQuality: 50 - crunchedCompression: 0 - allowsAlphaSplitting: 0 - overridden: 0 - ignorePlatformSupport: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: @@ -107,8 +90,9 @@ TextureImporter: weights: [] secondaryTextures: [] nameFileIdTable: {} - mipmapLimitGroupName: + spritePackingTag: pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 userData: assetBundleName: assetBundleVariant: diff --git a/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_M_dibang02_Base Color.png b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_M_dibang02_Base Color.png new file mode 100644 index 0000000..2e47b1a Binary files /dev/null and b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_M_dibang02_Base Color.png differ diff --git a/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_M_dibang02_Base Color.png.meta b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_M_dibang02_Base Color.png.meta new file mode 100644 index 0000000..2fa5e58 --- /dev/null +++ b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_M_dibang02_Base Color.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: d81c16714701d2748b9539481d0ac84d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_TouMingPingZi.jpg b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_TouMingPingZi.jpg new file mode 100644 index 0000000..710d853 Binary files /dev/null and b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_TouMingPingZi.jpg differ diff --git a/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_TouMingPingZi.jpg.meta b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_TouMingPingZi.jpg.meta new file mode 100644 index 0000000..762fa48 --- /dev/null +++ b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_TouMingPingZi.jpg.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 22a9ee29e96413e4cb68010b4009cfbc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_XiYiQi_AanNiu.jpg b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_XiYiQi_AanNiu.jpg new file mode 100644 index 0000000..ca5338f Binary files /dev/null and b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_XiYiQi_AanNiu.jpg differ diff --git a/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_XiYiQi_AanNiu.jpg.meta b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_XiYiQi_AanNiu.jpg.meta new file mode 100644 index 0000000..5568387 --- /dev/null +++ b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_XiYiQi_AanNiu.jpg.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: a95237d3ec55fab4aa2a2e7a2e3cdddc +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_XiYiQi_BaShou.jpg b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_XiYiQi_BaShou.jpg new file mode 100644 index 0000000..cd6e11b Binary files /dev/null and b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_XiYiQi_BaShou.jpg differ diff --git a/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_XiYiQi_BaShou.jpg.meta b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_XiYiQi_BaShou.jpg.meta new file mode 100644 index 0000000..c3df278 --- /dev/null +++ b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_XiYiQi_BaShou.jpg.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: a36653d2ac7adb1408d9c28e32d81c46 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_XiYiQi_BaiQi.jpg b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_XiYiQi_BaiQi.jpg new file mode 100644 index 0000000..c40143d Binary files /dev/null and b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_XiYiQi_BaiQi.jpg differ diff --git a/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_XiYiQi_BaiQi.jpg.meta b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_XiYiQi_BaiQi.jpg.meta new file mode 100644 index 0000000..d3e1fa7 --- /dev/null +++ b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_XiYiQi_BaiQi.jpg.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 97dae358c2732df4bb8f171eddb38464 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_XiYiQi_Huiqi.jpg b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_XiYiQi_Huiqi.jpg new file mode 100644 index 0000000..f7941a8 Binary files /dev/null and b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_XiYiQi_Huiqi.jpg differ diff --git a/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_XiYiQi_Huiqi.jpg.meta b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_XiYiQi_Huiqi.jpg.meta new file mode 100644 index 0000000..821263c --- /dev/null +++ b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_XiYiQi_Huiqi.jpg.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: de752cdd004c2ea47b0fdb22c00e8685 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_XiYiQi_JinShu.jpg b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_XiYiQi_JinShu.jpg new file mode 100644 index 0000000..e52b66c Binary files /dev/null and b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_XiYiQi_JinShu.jpg differ diff --git a/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_XiYiQi_JinShu.jpg.meta b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_XiYiQi_JinShu.jpg.meta new file mode 100644 index 0000000..99af71c --- /dev/null +++ b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_XiYiQi_JinShu.jpg.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 417aa074644454649ab957aa989bc9c1 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_YiLiaoChuang_BuLiao.jpg b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_YiLiaoChuang_BuLiao.jpg new file mode 100644 index 0000000..81b10b5 Binary files /dev/null and b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_YiLiaoChuang_BuLiao.jpg differ diff --git a/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_YiLiaoChuang_BuLiao.jpg.meta b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_YiLiaoChuang_BuLiao.jpg.meta new file mode 100644 index 0000000..a3ffd5f --- /dev/null +++ b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_YiLiaoChuang_BuLiao.jpg.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 8eb81e72bbd65e940b9eb38bab211750 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_YiLiaoChuang_HeiXian.jpg b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_YiLiaoChuang_HeiXian.jpg new file mode 100644 index 0000000..336713b Binary files /dev/null and b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_YiLiaoChuang_HeiXian.jpg differ diff --git a/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_YiLiaoChuang_HeiXian.jpg.meta b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_YiLiaoChuang_HeiXian.jpg.meta new file mode 100644 index 0000000..d600a0b --- /dev/null +++ b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_YiLiaoChuang_HeiXian.jpg.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 3db0762bf55648341bf7167cc7c3c387 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_YiLiaoYiQi_a_JinShu.png b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_YiLiaoYiQi_a_JinShu.png new file mode 100644 index 0000000..6696261 Binary files /dev/null and b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_YiLiaoYiQi_a_JinShu.png differ diff --git a/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_YiLiaoYiQi_a_JinShu.png.meta b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_YiLiaoYiQi_a_JinShu.png.meta new file mode 100644 index 0000000..11fd63d --- /dev/null +++ b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_YiLiaoYiQi_a_JinShu.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 3fe4b3139988c014ba95067c995e7d94 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_YiLiaoYiQi_a_LunTai.png b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_YiLiaoYiQi_a_LunTai.png new file mode 100644 index 0000000..058141b Binary files /dev/null and b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_YiLiaoYiQi_a_LunTai.png differ diff --git a/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_YiLiaoYiQi_a_LunTai.png.meta b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_YiLiaoYiQi_a_LunTai.png.meta new file mode 100644 index 0000000..cac82bf --- /dev/null +++ b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_YiLiaoYiQi_a_LunTai.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 963fb4a79307e9c439b20a2fbeb1c4ba +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_ZhaoMingDeng.jpg b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_ZhaoMingDeng.jpg new file mode 100644 index 0000000..24d0cb0 Binary files /dev/null and b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_ZhaoMingDeng.jpg differ diff --git a/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_ZhaoMingDeng.jpg.meta b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_ZhaoMingDeng.jpg.meta new file mode 100644 index 0000000..f75bbdf --- /dev/null +++ b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_ZhaoMingDeng.jpg.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: fe6a18dbf320d964ca2f33515ca7644c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_mazuiji_AlbedoTransparency.png b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_mazuiji_AlbedoTransparency.png new file mode 100644 index 0000000..addf2e8 Binary files /dev/null and b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_mazuiji_AlbedoTransparency.png differ diff --git a/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_mazuiji_AlbedoTransparency.png.meta b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_mazuiji_AlbedoTransparency.png.meta new file mode 100644 index 0000000..3233ab6 --- /dev/null +++ b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_mazuiji_AlbedoTransparency.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 8c7daab6e625cc7418f7a21b70f14ac6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_mazuiji_Normal.png b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_mazuiji_Normal.png new file mode 100644 index 0000000..6c4fbf6 Binary files /dev/null and b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_mazuiji_Normal.png differ diff --git a/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_mazuiji_Normal.png.meta b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_mazuiji_Normal.png.meta new file mode 100644 index 0000000..40d0528 --- /dev/null +++ b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_mazuiji_Normal.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 59c58630654f3b14a9fead1ad5e457d8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 0 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 1 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_shoushujin.png b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_shoushujin.png new file mode 100644 index 0000000..acf1fd5 Binary files /dev/null and b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_shoushujin.png differ diff --git a/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_shoushujin.png.meta b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_shoushujin.png.meta new file mode 100644 index 0000000..ba1c9ff --- /dev/null +++ b/Assets/犬气管插管场景/Model/SM_changjing.fbm/T_shoushujin.png.meta @@ -0,0 +1,98 @@ +fileFormatVersion: 2 +guid: 05c23984b4831c94b9d18998824b1905 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + mipmaps: + mipMapMode: 0 + enableMipMap: 1 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + vTOnly: 0 + ignoreMasterTextureLimit: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + nPOTScale: 1 + lightmap: 0 + compressionQuality: 50 + spriteMode: 0 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 0 + spriteTessellationDetail: -1 + textureType: 0 + textureShape: 1 + singleChannelComponent: 0 + flipbookRows: 1 + flipbookColumns: 1 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + ignorePngGamma: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + forceMaximumCompressionQuality_BC6H_BC7: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + nameFileIdTable: {} + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/犬气管插管场景/Model/SM_changjing.fbx.meta b/Assets/犬气管插管场景/Model/SM_changjing.fbx.meta index b06548c..2141741 100644 --- a/Assets/犬气管插管场景/Model/SM_changjing.fbx.meta +++ b/Assets/犬气管插管场景/Model/SM_changjing.fbx.meta @@ -3,12 +3,247 @@ guid: bb35535783517b74094772ec85c8f554 ModelImporter: serializedVersion: 21300 internalIDToNameTable: [] - externalObjects: {} + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: M_BaiQiang + second: {fileID: 2100000, guid: 8c68ab9925df41d47b1af54f58c95327, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: M_BaiSeJingShu + second: {fileID: 2100000, guid: 5091b7208a13fb94cb15d35ab70734bf, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: M_ChuangDaiBaiSe + second: {fileID: 2100000, guid: 5dad70cc8c9ff764480d7ad23d3f4fe3, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: M_Deng + second: {fileID: 2100000, guid: 748ca0bcb3d1d484ebb393a23d5f1112, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: M_DiBan + second: {fileID: 2100000, guid: 35bc912b0f8f0e24cb7f6f8a16e39c8a, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: M_GouYiLiaoChuang_JinShu + second: {fileID: 2100000, guid: 69a00a30c3990f541ac809b310b41942, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: M_HeiSeJinShu + second: {fileID: 2100000, guid: 1534e7ae0abb9a64cb3cd555f3dec737, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: M_QiangFeng + second: {fileID: 2100000, guid: 87274e6d25a90f043b162eb04a2c37ed, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: M_TianHuaBan + second: {fileID: 2100000, guid: 7e2055852ed236d489d5fcd84c3935eb, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: M_TouMingPingZi + second: {fileID: 2100000, guid: 94febb3dc6ed0d84aa4a8a56f6617a56, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: M_XiYiQi_AanNiu + second: {fileID: 2100000, guid: b324a7b12aafff648b631aedec6289bc, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: M_XiYiQi_BaShou + second: {fileID: 2100000, guid: 5b7f41d40e584b149b44efef7207cf60, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: M_XiYiQi_BaiQi + second: {fileID: 2100000, guid: 4e7423ee19a499e41bb5aca5a79a595a, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: M_XiYiQi_Huiqi + second: {fileID: 2100000, guid: c750486b2f82f1743b162c8424503d38, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: M_XiYiQi_JinShu + second: {fileID: 2100000, guid: fb0c6925bb1b8c34c8bf504113e9b322, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: M_YiLiaoChuang_BuLiao + second: {fileID: 2100000, guid: 11edf5535903fba428dd8e3c5e54a249, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: M_YiLiaoChuang_HeiXian + second: {fileID: 2100000, guid: a1f5f8a130a841e4892797db81907766, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: M_YiLiaoYiQi_a_JinShu + second: {fileID: 2100000, guid: 75e4c6e86d751734b98afd9581c892aa, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: M_YiLiaoYiQi_a_LunTai + second: {fileID: 2100000, guid: 2a61ff9c6d5a79d4b8ad0f9c55c19549, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: M_ZhaoMingDeng_Bi + second: {fileID: 2100000, guid: 6b5c4523c1b8f0b4cb812b9fe3ff8ffa, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: M_ZhaoMingDeng_ZiFaGuang1 + second: {fileID: 2100000, guid: d45d19bbfebef044a9af2d10d48fc709, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: M_baise + second: {fileID: 2100000, guid: f07df6830820ff74eb181266c317effb, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: M_boli + second: {fileID: 2100000, guid: 5a6176ef759079646b32626c7337c22d, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: M_dibang02 + second: {fileID: 2100000, guid: e1d45dab3303a4e45b8c53709430eff9, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: M_guizi + second: {fileID: 2100000, guid: 84286e41ab4aff8448e83f3dc6f2fcbf, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: M_mazuiji1 + second: {fileID: 2100000, guid: 9de311005e0903e4a9056f03f70ef509, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: M_shoushujin + second: {fileID: 2100000, guid: 95651c1c2b856a64cb799a02270a367e, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: M_touming2 + second: {fileID: 2100000, guid: 4ef3dc7183e56404d93d8b6967937f24, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: lambert1 + second: {fileID: 2100000, guid: f7822565aa085364f88302d688794243, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: phong13 + second: {fileID: 2100000, guid: 331865ac95e150640b492fa27f88c61a, type: 2} + - first: + type: UnityEngine:Texture2D + assembly: UnityEngine.CoreModule + name: T_GouYiLiaoChuang_JinShu + second: {fileID: 2800000, guid: dcae86dada681624dad02fc8269bce2f, type: 3} + - first: + type: UnityEngine:Texture2D + assembly: UnityEngine.CoreModule + name: T_M_DiBan_Base Color + second: {fileID: 2800000, guid: 9b4acca1db660da4b9d6c67dd6e797ed, type: 3} + - first: + type: UnityEngine:Texture2D + assembly: UnityEngine.CoreModule + name: T_M_dibang02_Base Color + second: {fileID: 2800000, guid: d81c16714701d2748b9539481d0ac84d, type: 3} + - first: + type: UnityEngine:Texture2D + assembly: UnityEngine.CoreModule + name: T_TouMingPingZi + second: {fileID: 2800000, guid: 22a9ee29e96413e4cb68010b4009cfbc, type: 3} + - first: + type: UnityEngine:Texture2D + assembly: UnityEngine.CoreModule + name: T_XiYiQi_AanNiu + second: {fileID: 2800000, guid: a95237d3ec55fab4aa2a2e7a2e3cdddc, type: 3} + - first: + type: UnityEngine:Texture2D + assembly: UnityEngine.CoreModule + name: T_XiYiQi_BaShou + second: {fileID: 2800000, guid: a36653d2ac7adb1408d9c28e32d81c46, type: 3} + - first: + type: UnityEngine:Texture2D + assembly: UnityEngine.CoreModule + name: T_XiYiQi_BaiQi + second: {fileID: 2800000, guid: 97dae358c2732df4bb8f171eddb38464, type: 3} + - first: + type: UnityEngine:Texture2D + assembly: UnityEngine.CoreModule + name: T_XiYiQi_Huiqi + second: {fileID: 2800000, guid: de752cdd004c2ea47b0fdb22c00e8685, type: 3} + - first: + type: UnityEngine:Texture2D + assembly: UnityEngine.CoreModule + name: T_XiYiQi_JinShu + second: {fileID: 2800000, guid: 417aa074644454649ab957aa989bc9c1, type: 3} + - first: + type: UnityEngine:Texture2D + assembly: UnityEngine.CoreModule + name: T_YiLiaoChuang_BuLiao + second: {fileID: 2800000, guid: 8eb81e72bbd65e940b9eb38bab211750, type: 3} + - first: + type: UnityEngine:Texture2D + assembly: UnityEngine.CoreModule + name: T_YiLiaoChuang_HeiXian + second: {fileID: 2800000, guid: 3db0762bf55648341bf7167cc7c3c387, type: 3} + - first: + type: UnityEngine:Texture2D + assembly: UnityEngine.CoreModule + name: T_YiLiaoYiQi_a_JinShu + second: {fileID: 2800000, guid: 3fe4b3139988c014ba95067c995e7d94, type: 3} + - first: + type: UnityEngine:Texture2D + assembly: UnityEngine.CoreModule + name: T_YiLiaoYiQi_a_LunTai + second: {fileID: 2800000, guid: 963fb4a79307e9c439b20a2fbeb1c4ba, type: 3} + - first: + type: UnityEngine:Texture2D + assembly: UnityEngine.CoreModule + name: T_ZhaoMingDeng + second: {fileID: 2800000, guid: fe6a18dbf320d964ca2f33515ca7644c, type: 3} + - first: + type: UnityEngine:Texture2D + assembly: UnityEngine.CoreModule + name: T_mazuiji_AlbedoTransparency + second: {fileID: 2800000, guid: 8c7daab6e625cc7418f7a21b70f14ac6, type: 3} + - first: + type: UnityEngine:Texture2D + assembly: UnityEngine.CoreModule + name: T_mazuiji_Normal + second: {fileID: 2800000, guid: 59c58630654f3b14a9fead1ad5e457d8, type: 3} + - first: + type: UnityEngine:Texture2D + assembly: UnityEngine.CoreModule + name: T_shoushujin + second: {fileID: 2800000, guid: 05c23984b4831c94b9d18998824b1905, type: 3} materials: materialImportMode: 2 materialName: 1 materialSearch: 1 - materialLocation: 0 + materialLocation: 1 animations: legacyGenerateAnimations: 4 bakeSimulation: 0 diff --git a/Assets/犬气管插管场景/Model/Textures/T_M_dibang02_Base Color.png.meta b/Assets/犬气管插管场景/Model/Textures/T_M_dibang02_Base Color.png.meta index dfa838e..3aa54ee 100644 --- a/Assets/犬气管插管场景/Model/Textures/T_M_dibang02_Base Color.png.meta +++ b/Assets/犬气管插管场景/Model/Textures/T_M_dibang02_Base Color.png.meta @@ -3,11 +3,11 @@ guid: a1a62a528ffa7e74783e9e46a43bbdb2 TextureImporter: internalIDToNameTable: [] externalObjects: {} - serializedVersion: 12 + serializedVersion: 11 mipmaps: mipMapMode: 0 enableMipMap: 1 - sRGBTexture: 1 + sRGBTexture: 0 linearTexture: 0 fadeOut: 0 borderMipMap: 0 @@ -20,12 +20,11 @@ TextureImporter: externalNormalMap: 0 heightScale: 0.25 normalMapFilter: 0 - flipGreenChannel: 0 isReadable: 0 streamingMipmaps: 0 streamingMipmapsPriority: 0 vTOnly: 0 - ignoreMipmapLimit: 0 + ignoreMasterTextureLimit: 0 grayScaleToAlpha: 0 generateCubemap: 6 cubemapConvolution: 0 @@ -64,8 +63,6 @@ TextureImporter: textureFormatSet: 0 ignorePngGamma: 0 applyGammaDecoding: 0 - swizzle: 50462976 - cookieLightType: 0 platformSettings: - serializedVersion: 3 buildTarget: DefaultTexturePlatform @@ -77,7 +74,6 @@ TextureImporter: crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 - ignorePlatformSupport: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 - serializedVersion: 3 @@ -90,7 +86,6 @@ TextureImporter: crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 - ignorePlatformSupport: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 - serializedVersion: 3 @@ -103,7 +98,6 @@ TextureImporter: crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 - ignorePlatformSupport: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 - serializedVersion: 3 @@ -116,7 +110,6 @@ TextureImporter: crunchedCompression: 0 allowsAlphaSplitting: 0 overridden: 0 - ignorePlatformSupport: 0 androidETC2FallbackOverride: 0 forceMaximumCompressionQuality_BC6H_BC7: 0 spriteSheet: @@ -133,8 +126,9 @@ TextureImporter: weights: [] secondaryTextures: [] nameFileIdTable: {} - mipmapLimitGroupName: + spritePackingTag: pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 userData: assetBundleName: assetBundleVariant: diff --git a/Assets/犬气管插管场景/Qvan/Lightmap-0_comp_dir.png b/Assets/犬气管插管场景/Qvan/Lightmap-0_comp_dir.png deleted file mode 100644 index 8403114..0000000 Binary files a/Assets/犬气管插管场景/Qvan/Lightmap-0_comp_dir.png and /dev/null differ diff --git a/Assets/犬气管插管场景/Qvan/Lightmap-0_comp_light.exr b/Assets/犬气管插管场景/Qvan/Lightmap-0_comp_light.exr deleted file mode 100644 index 461aecb..0000000 Binary files a/Assets/犬气管插管场景/Qvan/Lightmap-0_comp_light.exr and /dev/null differ diff --git a/Assets/犬气管插管场景/Qvan/Lightmap-1_comp_dir.png b/Assets/犬气管插管场景/Qvan/Lightmap-1_comp_dir.png deleted file mode 100644 index 7d26d04..0000000 Binary files a/Assets/犬气管插管场景/Qvan/Lightmap-1_comp_dir.png and /dev/null differ diff --git a/Assets/犬气管插管场景/Qvan/Lightmap-1_comp_light.exr b/Assets/犬气管插管场景/Qvan/Lightmap-1_comp_light.exr deleted file mode 100644 index f4b1c1e..0000000 Binary files a/Assets/犬气管插管场景/Qvan/Lightmap-1_comp_light.exr and /dev/null differ diff --git a/Assets/犬气管插管场景/Qvan/Lightmap-2_comp_dir.png b/Assets/犬气管插管场景/Qvan/Lightmap-2_comp_dir.png deleted file mode 100644 index f50c9c1..0000000 Binary files a/Assets/犬气管插管场景/Qvan/Lightmap-2_comp_dir.png and /dev/null differ diff --git a/Assets/犬气管插管场景/Qvan/Lightmap-2_comp_light.exr b/Assets/犬气管插管场景/Qvan/Lightmap-2_comp_light.exr deleted file mode 100644 index 4c341a1..0000000 Binary files a/Assets/犬气管插管场景/Qvan/Lightmap-2_comp_light.exr and /dev/null differ diff --git a/Assets/犬气管插管场景/Qvan/ReflectionProbe-0.exr b/Assets/犬气管插管场景/Qvan/ReflectionProbe-0.exr deleted file mode 100644 index 1f480b3..0000000 Binary files a/Assets/犬气管插管场景/Qvan/ReflectionProbe-0.exr and /dev/null differ diff --git a/Assets/犬气管插管场景/Qvan/ReflectionProbe-1.exr b/Assets/犬气管插管场景/Qvan/ReflectionProbe-1.exr deleted file mode 100644 index 969005f..0000000 Binary files a/Assets/犬气管插管场景/Qvan/ReflectionProbe-1.exr and /dev/null differ diff --git a/Assets/犬气管插管场景/Qvan/SampleSceneProfile 1.asset b/Assets/犬气管插管场景/Qvan/SampleSceneProfile 1.asset index 09ac0fd..264e4a5 100644 --- a/Assets/犬气管插管场景/Qvan/SampleSceneProfile 1.asset +++ b/Assets/犬气管插管场景/Qvan/SampleSceneProfile 1.asset @@ -13,9 +13,6 @@ MonoBehaviour: m_Name: Bloom m_EditorClassIdentifier: active: 1 - skipIterations: - m_OverrideState: 0 - m_Value: 1 threshold: m_OverrideState: 1 m_Value: 1 @@ -34,12 +31,9 @@ MonoBehaviour: highQualityFiltering: m_OverrideState: 0 m_Value: 0 - downscale: + skipIterations: m_OverrideState: 0 - m_Value: 0 - maxIterations: - m_OverrideState: 0 - m_Value: 6 + m_Value: 1 dirtTexture: m_OverrideState: 0 m_Value: {fileID: 0} @@ -90,10 +84,10 @@ MonoBehaviour: active: 1 postExposure: m_OverrideState: 1 - m_Value: 1.1 + m_Value: 1.2 contrast: m_OverrideState: 1 - m_Value: 15 + m_Value: 20 colorFilter: m_OverrideState: 0 m_Value: {r: 1, g: 1, b: 1, a: 1} @@ -136,27 +130,3 @@ MonoBehaviour: mode: m_OverrideState: 1 m_Value: 2 - neutralHDRRangeReductionMode: - m_OverrideState: 0 - m_Value: 2 - acesPreset: - m_OverrideState: 0 - m_Value: 3 - hueShiftAmount: - m_OverrideState: 0 - m_Value: 0 - detectPaperWhite: - m_OverrideState: 0 - m_Value: 0 - paperWhite: - m_OverrideState: 0 - m_Value: 300 - detectBrightnessLimits: - m_OverrideState: 0 - m_Value: 1 - minNits: - m_OverrideState: 0 - m_Value: 0.005 - maxNits: - m_OverrideState: 0 - m_Value: 1000