Skip to content

Commit 5f8bb78

Browse files
committed
Merge commit '2f371e121db7c56159be634545d5bf9c5b2ce55b' into multiview7
2 parents c306f84 + 2f371e1 commit 5f8bb78

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package/Shaders/SplatUtilities.compute

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,7 @@ void CSSelectionUpdate (uint3 id : SV_DispatchThreadID)
433433

434434
float3 centerWorldPos = mul(_MatrixObjectToWorld, float4(pos,1)).xyz;
435435
float4 centerClipPos = mul(UNITY_MATRIX_VP, float4(centerWorldPos, 1));
436+
centerClipPos.y *= -1;
436437
bool behindCam = centerClipPos.w <= 0;
437438
if (behindCam)
438439
return;

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
"repository": "github:aras-p/UnityGaussianSplatting",
1010
"unity": "2022.3",
1111
"unityRelease": "7f1",
12-
"version": "1.1.0"
12+
"version": "1.1.1"
1313
}

0 commit comments

Comments
 (0)