Skip to content
This repository was archived by the owner on Aug 11, 2024. It is now read-only.

Commit e88b880

Browse files
Bumped version to 0.1.8 (#34)
updated packages updated serialization for project files
1 parent c5e6b48 commit e88b880

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

StandardAssets/Scenes/BaseScene.unity

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,15 @@ LightmapSettings:
5454
m_EnableBakedLightmaps: 1
5555
m_EnableRealtimeLightmaps: 1
5656
m_LightmapEditorSettings:
57-
serializedVersion: 10
57+
serializedVersion: 12
5858
m_Resolution: 2
5959
m_BakeResolution: 40
6060
m_AtlasSize: 1024
6161
m_AO: 0
6262
m_AOMaxDistance: 1
6363
m_CompAOExponent: 1
6464
m_CompAOExponentDirect: 0
65+
m_ExtractAmbientOcclusion: 0
6566
m_Padding: 2
6667
m_LightmapParameters: {fileID: 0}
6768
m_LightmapsBakeMode: 1
@@ -76,10 +77,16 @@ LightmapSettings:
7677
m_PVRDirectSampleCount: 32
7778
m_PVRSampleCount: 500
7879
m_PVRBounces: 2
80+
m_PVREnvironmentSampleCount: 500
81+
m_PVREnvironmentReferencePointCount: 2048
82+
m_PVRFilteringMode: 2
83+
m_PVRDenoiserTypeDirect: 0
84+
m_PVRDenoiserTypeIndirect: 0
85+
m_PVRDenoiserTypeAO: 0
7986
m_PVRFilterTypeDirect: 0
8087
m_PVRFilterTypeIndirect: 0
8188
m_PVRFilterTypeAO: 0
82-
m_PVRFilteringMode: 1
89+
m_PVREnvironmentMIS: 0
8390
m_PVRCulling: 1
8491
m_PVRFilteringGaussRadiusDirect: 1
8592
m_PVRFilteringGaussRadiusIndirect: 5
@@ -88,6 +95,7 @@ LightmapSettings:
8895
m_PVRFilteringAtrousPositionSigmaIndirect: 2
8996
m_PVRFilteringAtrousPositionSigmaAO: 1
9097
m_ShowResolutionOverlay: 1
98+
m_ExportTrainingData: 0
9199
m_LightingDataAsset: {fileID: 112000004, guid: 02e571a4f8e325d458becf99010fd6e0,
92100
type: 2}
93101
m_UseShadowmask: 1
@@ -231,9 +239,10 @@ Camera:
231239
m_ClearFlags: 1
232240
m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0}
233241
m_projectionMatrixMode: 1
242+
m_GateFitMode: 2
243+
m_FOVAxisMode: 0
234244
m_SensorSize: {x: 36, y: 24}
235245
m_LensShift: {x: 0, y: 0}
236-
m_GateFitMode: 2
237246
m_FocalLength: 50
238247
m_NormalizedViewPortRect:
239248
serializedVersion: 2
@@ -372,9 +381,10 @@ Camera:
372381
m_ClearFlags: 1
373382
m_BackGroundColor: {r: 0, g: 0, b: 0, a: 1}
374383
m_projectionMatrixMode: 1
384+
m_GateFitMode: 2
385+
m_FOVAxisMode: 0
375386
m_SensorSize: {x: 36, y: 24}
376387
m_LensShift: {x: 0, y: 0}
377-
m_GateFitMode: 2
378388
m_FocalLength: 50
379389
m_NormalizedViewPortRect:
380390
serializedVersion: 2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"src": "Assets/XRTK.Core",
1313
"author": "XRTK Team (https://github.com/XRTK)",
1414
"dependencies": {
15-
"com.xrtk.core": "0.1.10"
15+
"com.xrtk.core": "0.1.11"
1616
}
1717
}

0 commit comments

Comments
 (0)