From 612a9098a28d644422d73e7d4efb5cfea64e187b Mon Sep 17 00:00:00 2001 From: yum Date: Mon, 28 Jul 2025 02:06:30 -0700 Subject: switch to float16 --- CRT Mats/passthrough.mat | 3 +- CRTs/fft_stage0.renderTexture | 2 +- CRTs/fft_stage1.renderTexture | 2 +- CRTs/fft_stage2.renderTexture | 2 +- CRTs/fft_stage3.renderTexture | 2 +- CRTs/fft_stage3_bitrev.renderTexture | 2 +- CRTs/ifft_stage0.renderTexture | 2 +- CRTs/ifft_stage1.renderTexture | 2 +- CRTs/ifft_stage2.renderTexture | 2 +- CRTs/ifft_stage3.renderTexture | 2 +- CRTs/ifft_stage3_bitrev.renderTexture | 2 +- CRTs/passthrough.renderTexture | 2 +- OPEN ME.unity | 56 +++++++++++++++++++++-------------- 13 files changed, 47 insertions(+), 34 deletions(-) diff --git a/CRT Mats/passthrough.mat b/CRT Mats/passthrough.mat index 3e5cde0..d67e84a 100644 --- a/CRT Mats/passthrough.mat +++ b/CRT Mats/passthrough.mat @@ -13,6 +13,7 @@ Material: m_ModifiedSerializedProperties: 0 m_ValidKeywords: [] m_InvalidKeywords: + - _LDS_ON - _LUMINANCE_ON - _PASSTHROUGH_ON m_LightmapFlags: 4 @@ -72,7 +73,7 @@ Material: - _Glossiness: 0.5 - _GlossyReflections: 1 - _Inverse: 0 - - _LDS: 0 + - _LDS: 1 - _Luminance: 1 - _Metallic: 0 - _Mode: 0 diff --git a/CRTs/fft_stage0.renderTexture b/CRTs/fft_stage0.renderTexture index 89fe39d..21cf115 100644 --- a/CRTs/fft_stage0.renderTexture +++ b/CRTs/fft_stage0.renderTexture @@ -19,7 +19,7 @@ RenderTexture: m_AntiAliasing: 1 m_MipCount: -1 m_DepthStencilFormat: 0 - m_ColorFormat: 52 + m_ColorFormat: 48 m_MipMap: 0 m_GenerateMips: 1 m_SRGB: 0 diff --git a/CRTs/fft_stage1.renderTexture b/CRTs/fft_stage1.renderTexture index a40849b..2176a67 100644 --- a/CRTs/fft_stage1.renderTexture +++ b/CRTs/fft_stage1.renderTexture @@ -19,7 +19,7 @@ RenderTexture: m_AntiAliasing: 1 m_MipCount: -1 m_DepthStencilFormat: 0 - m_ColorFormat: 52 + m_ColorFormat: 48 m_MipMap: 0 m_GenerateMips: 1 m_SRGB: 0 diff --git a/CRTs/fft_stage2.renderTexture b/CRTs/fft_stage2.renderTexture index 8de343a..3c38bfe 100644 --- a/CRTs/fft_stage2.renderTexture +++ b/CRTs/fft_stage2.renderTexture @@ -19,7 +19,7 @@ RenderTexture: m_AntiAliasing: 1 m_MipCount: -1 m_DepthStencilFormat: 0 - m_ColorFormat: 52 + m_ColorFormat: 48 m_MipMap: 0 m_GenerateMips: 1 m_SRGB: 0 diff --git a/CRTs/fft_stage3.renderTexture b/CRTs/fft_stage3.renderTexture index 5ee6710..0532ada 100644 --- a/CRTs/fft_stage3.renderTexture +++ b/CRTs/fft_stage3.renderTexture @@ -19,7 +19,7 @@ RenderTexture: m_AntiAliasing: 1 m_MipCount: -1 m_DepthStencilFormat: 0 - m_ColorFormat: 52 + m_ColorFormat: 48 m_MipMap: 0 m_GenerateMips: 1 m_SRGB: 0 diff --git a/CRTs/fft_stage3_bitrev.renderTexture b/CRTs/fft_stage3_bitrev.renderTexture index f1739e7..18faf3f 100644 --- a/CRTs/fft_stage3_bitrev.renderTexture +++ b/CRTs/fft_stage3_bitrev.renderTexture @@ -19,7 +19,7 @@ RenderTexture: m_AntiAliasing: 1 m_MipCount: -1 m_DepthStencilFormat: 0 - m_ColorFormat: 52 + m_ColorFormat: 48 m_MipMap: 0 m_GenerateMips: 1 m_SRGB: 0 diff --git a/CRTs/ifft_stage0.renderTexture b/CRTs/ifft_stage0.renderTexture index 0700016..2fb4624 100644 --- a/CRTs/ifft_stage0.renderTexture +++ b/CRTs/ifft_stage0.renderTexture @@ -19,7 +19,7 @@ RenderTexture: m_AntiAliasing: 1 m_MipCount: -1 m_DepthStencilFormat: 0 - m_ColorFormat: 52 + m_ColorFormat: 48 m_MipMap: 0 m_GenerateMips: 1 m_SRGB: 0 diff --git a/CRTs/ifft_stage1.renderTexture b/CRTs/ifft_stage1.renderTexture index e0229f5..eb8baa3 100644 --- a/CRTs/ifft_stage1.renderTexture +++ b/CRTs/ifft_stage1.renderTexture @@ -19,7 +19,7 @@ RenderTexture: m_AntiAliasing: 1 m_MipCount: -1 m_DepthStencilFormat: 0 - m_ColorFormat: 52 + m_ColorFormat: 48 m_MipMap: 0 m_GenerateMips: 1 m_SRGB: 0 diff --git a/CRTs/ifft_stage2.renderTexture b/CRTs/ifft_stage2.renderTexture index 660c439..a968102 100644 --- a/CRTs/ifft_stage2.renderTexture +++ b/CRTs/ifft_stage2.renderTexture @@ -19,7 +19,7 @@ RenderTexture: m_AntiAliasing: 1 m_MipCount: -1 m_DepthStencilFormat: 0 - m_ColorFormat: 52 + m_ColorFormat: 48 m_MipMap: 0 m_GenerateMips: 1 m_SRGB: 0 diff --git a/CRTs/ifft_stage3.renderTexture b/CRTs/ifft_stage3.renderTexture index 390c193..eebf985 100644 --- a/CRTs/ifft_stage3.renderTexture +++ b/CRTs/ifft_stage3.renderTexture @@ -19,7 +19,7 @@ RenderTexture: m_AntiAliasing: 1 m_MipCount: -1 m_DepthStencilFormat: 0 - m_ColorFormat: 52 + m_ColorFormat: 48 m_MipMap: 0 m_GenerateMips: 1 m_SRGB: 0 diff --git a/CRTs/ifft_stage3_bitrev.renderTexture b/CRTs/ifft_stage3_bitrev.renderTexture index 2e49798..a01ddc8 100644 --- a/CRTs/ifft_stage3_bitrev.renderTexture +++ b/CRTs/ifft_stage3_bitrev.renderTexture @@ -19,7 +19,7 @@ RenderTexture: m_AntiAliasing: 1 m_MipCount: -1 m_DepthStencilFormat: 0 - m_ColorFormat: 52 + m_ColorFormat: 48 m_MipMap: 0 m_GenerateMips: 1 m_SRGB: 0 diff --git a/CRTs/passthrough.renderTexture b/CRTs/passthrough.renderTexture index cc6ae20..d86abd7 100644 --- a/CRTs/passthrough.renderTexture +++ b/CRTs/passthrough.renderTexture @@ -19,7 +19,7 @@ RenderTexture: m_AntiAliasing: 1 m_MipCount: -1 m_DepthStencilFormat: 0 - m_ColorFormat: 52 + m_ColorFormat: 48 m_MipMap: 0 m_GenerateMips: 1 m_SRGB: 0 diff --git a/OPEN ME.unity b/OPEN ME.unity index a98b17c..fec900a 100644 --- a/OPEN ME.unity +++ b/OPEN ME.unity @@ -928,12 +928,12 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 609077999} serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 3, y: 2, z: 0} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: 2.9579275, y: 0.8078251, z: -0.3419539} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: [] - m_Father: {fileID: 0} + m_Father: {fileID: 1188641759} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &612474623 GameObject: @@ -1383,8 +1383,8 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 983355410} serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.04207261, y: -1.1921749, z: -0.3419539} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: @@ -1393,7 +1393,7 @@ Transform: - {fileID: 785989659} - {fileID: 562951497} - {fileID: 612474627} - m_Father: {fileID: 0} + m_Father: {fileID: 1188641759} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1069902874 GameObject: @@ -1553,7 +1553,7 @@ MonoBehaviour: PrefabModifications: [] SerializationNodes: [] _udonSharpBackingUdonBehaviour: {fileID: 1188641757} - sourceInput: {fileID: 2800000, guid: 63a789815b682614db57cb0280d1013b, type: 3} + sourceInput: {fileID: 2800000, guid: d0dba03849af9df4fae990e250f66246, type: 3} effectMaterials: - {fileID: 2100000, guid: caffb11975a532c48928f00ce876fda6, type: 2} - {fileID: 2100000, guid: 26596d311a37a3c45a64cee1c5576bd6, type: 2} @@ -1592,7 +1592,10 @@ Transform: m_LocalPosition: {x: 0.04207261, y: 1.1921749, z: 0.3419539} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 - m_Children: [] + m_Children: + - {fileID: 1717151656} + - {fileID: 609078003} + - {fileID: 983355411} m_Father: {fileID: 0} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1242669366 @@ -1725,8 +1728,8 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 1717151655} serializedVersion: 2 - m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} + m_LocalPosition: {x: -0.04207261, y: -1.1921749, z: -0.3419539} m_LocalScale: {x: 1, y: 1, z: 1} m_ConstrainProportionsScale: 0 m_Children: @@ -1736,7 +1739,7 @@ Transform: - {fileID: 599917956} - {fileID: 773866680} - {fileID: 824710681} - m_Father: {fileID: 0} + m_Father: {fileID: 1188641759} m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &1787983409 GameObject: @@ -1977,18 +1980,18 @@ MonoBehaviour: useAssignedLayers: 0 DynamicPrefabs: [] DynamicMaterials: - - {fileID: 2100000, guid: baecfb2a8397f824280169e46d6735f0, type: 2} + - {fileID: 2100000, guid: caffb11975a532c48928f00ce876fda6, type: 2} - {fileID: 2100000, guid: 26596d311a37a3c45a64cee1c5576bd6, type: 2} - - {fileID: 2100000, guid: ee0218d1bcfaf6e4dbd6bf9376beb306, type: 2} - - {fileID: 2100000, guid: ef7b3b20954e1f0419b7adf268df2650, type: 2} - - {fileID: 2100000, guid: 365ea70c6b535dc49b05bf0c1ff6ba5f, type: 2} + - {fileID: 2100000, guid: baecfb2a8397f824280169e46d6735f0, type: 2} - {fileID: 2100000, guid: ee8f29cf44fa87f46a1417c25af26824, type: 2} - - {fileID: 2100000, guid: d924df630b01842449ed5cd5a8ffee97, type: 2} - - {fileID: 2100000, guid: de23af3d6f8065d4e89cb057b0cd99ec, type: 2} - {fileID: 2100000, guid: 652ab864a0319244693b307366e8a107, type: 2} - - {fileID: 2100000, guid: 529b8b96dc28ae14381ede5d8ca8e97c, type: 2} - {fileID: 2100000, guid: 1544f59a65453084d9689c1a3897174e, type: 2} - - {fileID: 2100000, guid: caffb11975a532c48928f00ce876fda6, type: 2} + - {fileID: 2100000, guid: d924df630b01842449ed5cd5a8ffee97, type: 2} + - {fileID: 2100000, guid: 365ea70c6b535dc49b05bf0c1ff6ba5f, type: 2} + - {fileID: 2100000, guid: ee0218d1bcfaf6e4dbd6bf9376beb306, type: 2} + - {fileID: 2100000, guid: 529b8b96dc28ae14381ede5d8ca8e97c, type: 2} + - {fileID: 2100000, guid: ef7b3b20954e1f0419b7adf268df2650, type: 2} + - {fileID: 2100000, guid: de23af3d6f8065d4e89cb057b0cd99ec, type: 2} - {fileID: 2100000, guid: be55571ca9818ba4c9b853a41baf33c7, type: 2} LightMapsNear: [] LightMapsFar: [] @@ -2052,6 +2055,18 @@ MonoBehaviour: ID: 11 SerializedTypeNames: - VRC.Udon.UdonBehaviour + - gameObject: {fileID: 0} + ID: 12 + SerializedTypeNames: + - VRC.Udon.UdonBehaviour + - gameObject: {fileID: 0} + ID: 13 + SerializedTypeNames: + - VRC.Udon.UdonBehaviour + - gameObject: {fileID: 0} + ID: 14 + SerializedTypeNames: + - VRC.Udon.UdonBehaviour portraitCameraPositionOffset: {x: 0, y: 0, z: 0} portraitCameraRotationOffset: {x: 0, y: 1, z: 0, w: -0.00000004371139} PlayerPersistence: [] @@ -2172,6 +2187,3 @@ SceneRoots: - {fileID: 7606902903243430487} - {fileID: 358170790} - {fileID: 1188641759} - - {fileID: 1717151656} - - {fileID: 609078003} - - {fileID: 983355411} -- cgit v1.2.3