Various fixes after merge with Windows ARM pr
This commit is contained in:
@@ -85,7 +85,7 @@ float3 rand3dTo3d(float3 value)
|
||||
return float3(
|
||||
rand3dTo1d(value, float3(12.989, 78.233, 37.719)),
|
||||
rand3dTo1d(value, float3(39.346, 11.135, 83.155)),
|
||||
rand3dTo1d(value, float3(73.156, 52.235, 09.151))
|
||||
rand3dTo1d(value, float3(73.156, 52.235, 9.151))
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user