Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fbb1019b57 | |||
| 9ec2b5421b | |||
| 6c42da280a | |||
|
|
25a5fd2124 | ||
|
|
2554daa86e | ||
|
|
85669a475f | ||
|
|
2372c9429a | ||
|
|
ddc3c4c6d8 |
150
.gitattributes
vendored
@@ -1,132 +1,24 @@
|
||||
#https://gist.githubusercontent.com/nemotoo/b8a1c3a0f1225bb9231979f389fd4f3f/raw/dc3e8cab80fc62d1c60db70c761b1ffa636aa796/.gitattributes
|
||||
#grafted from https://hextantstudios.com/unity-gitattributes/
|
||||
# Macro for Unity YAML-based asset files.
|
||||
[attr]unityyaml -text merge=unityyamlmerge diff
|
||||
# Macro for all binary files that should use Git LFS.
|
||||
[attr]lfs -text filter=lfs diff=lfs merge=lfs
|
||||
# Default to auto-normalized line endings.
|
||||
# Set the default behavior, in case people don't have core.autocrlf set.
|
||||
* text=auto
|
||||
# Code
|
||||
*.cs text diff=csharp
|
||||
# Unity Text Assets
|
||||
*.meta unityyaml
|
||||
*.unity unityyaml
|
||||
*.asset unityyaml
|
||||
*.prefab unityyaml
|
||||
*.mat unityyaml
|
||||
#asink: anim files can get large
|
||||
*.anim unityyaml lfs
|
||||
*.controller unityyaml
|
||||
*.overrideController unityyaml
|
||||
*.physicMaterial unityyaml
|
||||
*.physicsMaterial2D unityyaml
|
||||
*.playable unityyaml
|
||||
*.mask unityyaml
|
||||
*.brush unityyaml
|
||||
*.flare unityyaml
|
||||
*.fontsettings unityyaml
|
||||
*.guiskin unityyaml
|
||||
*.giparams unityyaml
|
||||
*.renderTexture unityyaml
|
||||
*.spriteatlas unityyaml
|
||||
*.terrainlayer unityyaml
|
||||
*.mixer unityyaml
|
||||
*.shadervariants unityyaml
|
||||
*.preset unityyaml
|
||||
*.asmdef -text diff
|
||||
# Unity Binary Assets
|
||||
*.cubemap lfs
|
||||
*.unitypackage lfs
|
||||
# Note: Unity terrain assets must have "-Terrain" suffix.
|
||||
*-[Tt]errain.asset -unityyaml lfs
|
||||
# Note: Unity navmesh assets must have "-NavMesh" suffix.
|
||||
*-[Nn]av[Mm]esh.asset -unityyaml lfs
|
||||
## git-lfs ##
|
||||
#Image
|
||||
*.jpg filter=lfs diff=lfs merge=lfs -text
|
||||
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.gif filter=lfs diff=lfs merge=lfs -text
|
||||
*.psd filter=lfs diff=lfs merge=lfs -text
|
||||
*.ai filter=lfs diff=lfs merge=lfs -text
|
||||
#Audio
|
||||
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
||||
*.wav filter=lfs diff=lfs merge=lfs -text
|
||||
*.ogg filter=lfs diff=lfs merge=lfs -text
|
||||
#Video
|
||||
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
||||
*.mov filter=lfs diff=lfs merge=lfs -text
|
||||
## Unity ##
|
||||
*.txt text
|
||||
*.cs diff=csharp text
|
||||
*.cginc text
|
||||
*.shader text
|
||||
*.mat merge=unityyamlmerge eol=lf
|
||||
*.anim merge=unityyamlmerge eol=lf
|
||||
*.unity merge=unityyamlmerge eol=lf
|
||||
*.prefab merge=unityyamlmerge eol=lf
|
||||
*.physicsMaterial2D merge=unityyamlmerge eol=lf
|
||||
*.physicsMaterial merge=unityyamlmerge eol=lf
|
||||
*.physicMaterial merge=unityyamlmerge eol=lf
|
||||
*.asset merge=unityyamlmerge eol=lf
|
||||
*.meta merge=unityyamlmerge eol=lf
|
||||
*.controller merge=unityyamlmerge eol=lf
|
||||
*.flare merge=unityyamlmerge eol=lf
|
||||
#3D Object
|
||||
*.FBX filter=lfs diff=lfs merge=lfs -text
|
||||
*.fbx filter=lfs diff=lfs merge=lfs -text
|
||||
*.blend filter=lfs diff=lfs merge=lfs -text
|
||||
*.obj filter=lfs diff=lfs merge=lfs -text
|
||||
#ETC
|
||||
*.a filter=lfs diff=lfs merge=lfs -text
|
||||
*.exr filter=lfs diff=lfs merge=lfs -text
|
||||
*.tga filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.FBX -text
|
||||
*.fbx -text
|
||||
*.blend -text
|
||||
*.obj -text
|
||||
*.dll filter=lfs diff=lfs merge=lfs -text
|
||||
*.unitypackage filter=lfs diff=lfs merge=lfs -text
|
||||
*.aif filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.rns filter=lfs diff=lfs merge=lfs -text
|
||||
*.reason filter=lfs diff=lfs merge=lfs -text
|
||||
*.lxo filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
|
||||
*.aar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lighting filter=lfs diff=lfs merge=lfs -text
|
||||
|
||||
#/LocalPackages (tests_withnewpackage)
|
||||
#$ find . -type f | sed -e 's/.*\.//' | sed -e 's/.*\///' | sort -u
|
||||
|
||||
#$ find ./* -type f | sed -e 's/.*\.//' | sed -e 's/.*\///' | sort -u
|
||||
#LICENSE
|
||||
#LICENSE_WaveSDKNativeBinary
|
||||
#aar
|
||||
#anim
|
||||
#apk
|
||||
#asmdef
|
||||
#asset
|
||||
#bat
|
||||
#controller
|
||||
#cs
|
||||
#default
|
||||
#dll
|
||||
#docx
|
||||
#dummy
|
||||
#exe
|
||||
#exr
|
||||
#fbx
|
||||
#gitignored
|
||||
#ini
|
||||
#inputactions
|
||||
#json
|
||||
#lighting
|
||||
#mat
|
||||
#md
|
||||
#meta
|
||||
#mtl
|
||||
#obj
|
||||
#physicMaterial
|
||||
#png
|
||||
#prefab
|
||||
#preset
|
||||
#renderTexture
|
||||
#setting
|
||||
#shader
|
||||
#so
|
||||
#tm1
|
||||
#tmp
|
||||
#txt
|
||||
#unity
|
||||
#unitypackage
|
||||
#wav
|
||||
#xml
|
||||
|
||||
|
||||
*.hdr filter=lfs diff=lfs merge=lfs -text
|
||||
*.lighting filter=lfs diff=lfs merge=lfs -text
|
||||
*.so filter=lfs diff=lfs merge=lfs -text
|
||||
@@ -416,6 +416,7 @@ namespace VIVE.OpenXR.CompositionLayer.Passthrough
|
||||
#if UNITY_ANDROID
|
||||
return passthroughFeature.HTCPassthrough_DestroyPassthrough(passthroughID);
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -474,6 +475,7 @@ namespace VIVE.OpenXR.CompositionLayer.Passthrough
|
||||
else
|
||||
return false;
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -545,6 +547,7 @@ namespace VIVE.OpenXR.CompositionLayer.Passthrough
|
||||
#if UNITY_ANDROID
|
||||
return passthroughFeature.HTCPassthrough_SetMesh(passthroughID, (uint)vertexBuffer.Length, vertexBufferXrVector, (uint)indexBuffer.Length, indexBufferUint); ;
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -623,6 +626,7 @@ namespace VIVE.OpenXR.CompositionLayer.Passthrough
|
||||
#if UNITY_ANDROID
|
||||
return passthroughFeature.HTCPassthrough_SetMeshTransform(passthroughID, passthroughFeature.GetXrSpaceFromSpaceType(spaceType), meshXrPose, meshXrScale);
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -661,7 +665,7 @@ namespace VIVE.OpenXR.CompositionLayer.Passthrough
|
||||
#if UNITY_ANDROID
|
||||
return passthroughFeature.HTCPassthrough_SetLayerType(passthroughID, layerType, compositionDepth);
|
||||
#endif
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -702,6 +706,7 @@ namespace VIVE.OpenXR.CompositionLayer.Passthrough
|
||||
#if UNITY_ANDROID
|
||||
return passthroughFeature.HTCPassthrough_SetMeshTransformSpace(passthroughID, passthroughFeature.GetXrSpaceFromSpaceType(spaceType));
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -764,6 +769,7 @@ namespace VIVE.OpenXR.CompositionLayer.Passthrough
|
||||
#if UNITY_ANDROID
|
||||
return passthroughFeature.HTCPassthrough_SetMeshTransformPosition(passthroughID, OpenXRHelper.ToOpenXRVector(trackingSpaceMeshPosition, convertFromUnityToOpenXR));
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -826,6 +832,7 @@ namespace VIVE.OpenXR.CompositionLayer.Passthrough
|
||||
#if UNITY_ANDROID
|
||||
return passthroughFeature.HTCPassthrough_SetMeshTransformOrientation(passthroughID, OpenXRHelper.ToOpenXRQuaternion(trackingSpaceMeshRotation, convertFromUnityToOpenXR));
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -867,6 +874,7 @@ namespace VIVE.OpenXR.CompositionLayer.Passthrough
|
||||
#if UNITY_ANDROID
|
||||
return passthroughFeature.HTCPassthrough_SetMeshTransformScale(passthroughID, OpenXRHelper.ToOpenXRVector(meshScale, false));
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -209,7 +209,7 @@ namespace VIVE.OpenXR.Hand
|
||||
/// </summary>
|
||||
protected override void RegisterDeviceLayout()
|
||||
{
|
||||
sb.Clear().Append("RegisterDeviceLayout() ").Append(kLayoutName).Append(", product: ").Append(kDeviceLocalizedName); DEBUG(sb);
|
||||
// sb.Clear().Append("RegisterDeviceLayout() ").Append(kLayoutName).Append(", product: ").Append(kDeviceLocalizedName); DEBUG(sb);
|
||||
InputSystem.RegisterLayout(typeof(HandInteractionDevice),
|
||||
kLayoutName,
|
||||
matches: new InputDeviceMatcher()
|
||||
@@ -222,7 +222,7 @@ namespace VIVE.OpenXR.Hand
|
||||
/// </summary>
|
||||
protected override void UnregisterDeviceLayout()
|
||||
{
|
||||
sb.Clear().Append("UnregisterDeviceLayout() ").Append(kLayoutName); DEBUG(sb);
|
||||
// sb.Clear().Append("UnregisterDeviceLayout() ").Append(kLayoutName); DEBUG(sb);
|
||||
InputSystem.RemoveLayout(kLayoutName);
|
||||
}
|
||||
|
||||
|
||||
@@ -226,7 +226,7 @@ namespace VIVE.OpenXR.Hand
|
||||
#region Supported component paths
|
||||
/// <summary>
|
||||
/// Constant for a pose interaction binding '.../input/aim/pose' OpenXR Input Binding.<br></br>
|
||||
/// Typically used for aiming at objects out of arm¡¦s reach. When using a hand interaction profile, it is typically paired with <see cref="pointerActivateValue"/> to optimize aiming ray stability while performing the gesture.<br></br>
|
||||
/// Typically used for aiming at objects out of arm<EFBFBD><EFBFBD>s reach. When using a hand interaction profile, it is typically paired with <see cref="pointerActivateValue"/> to optimize aiming ray stability while performing the gesture.<br></br>
|
||||
/// When using a controller interaction profile, the "aim" pose is typically paired with a trigger or a button for aim and fire operations.
|
||||
/// </summary>
|
||||
public const string aim = "/input/aim/pose";
|
||||
@@ -245,7 +245,7 @@ namespace VIVE.OpenXR.Hand
|
||||
|
||||
/// <summary>
|
||||
/// Constant for a pose interaction binding '.../input/grip/pose' OpenXR Input Binding.<br></br>
|
||||
/// Typically used for holding a large object in the user¡¦s hand. When using a hand interaction profile, it is typically paired with <see cref="graspValue"/> for the user to directly manipulate an object held in a hand.<br></br>
|
||||
/// Typically used for holding a large object in the user<EFBFBD><EFBFBD>s hand. When using a hand interaction profile, it is typically paired with <see cref="graspValue"/> for the user to directly manipulate an object held in a hand.<br></br>
|
||||
/// When using a controller interaction profile, the "grip" pose is typically paired with a "squeeze" button or trigger that gives the user the sense of tightly holding an object.
|
||||
/// </summary>
|
||||
public const string grip = "/input/grip/pose";
|
||||
@@ -319,7 +319,7 @@ namespace VIVE.OpenXR.Hand
|
||||
/// </summary>
|
||||
protected override void RegisterDeviceLayout()
|
||||
{
|
||||
sb.Clear().Append("RegisterDeviceLayout() ").Append(kLayoutName).Append(", product: ").Append(kDeviceLocalizedName); DEBUG(sb);
|
||||
// sb.Clear().Append("RegisterDeviceLayout() ").Append(kLayoutName).Append(", product: ").Append(kDeviceLocalizedName); DEBUG(sb);
|
||||
InputSystem.RegisterLayout(typeof(HandInteractionExtDevice),
|
||||
kLayoutName,
|
||||
matches: new InputDeviceMatcher()
|
||||
@@ -332,7 +332,7 @@ namespace VIVE.OpenXR.Hand
|
||||
/// </summary>
|
||||
protected override void UnregisterDeviceLayout()
|
||||
{
|
||||
sb.Clear().Append("UnregisterDeviceLayout() ").Append(kLayoutName); DEBUG(sb);
|
||||
// sb.Clear().Append("UnregisterDeviceLayout() ").Append(kLayoutName); DEBUG(sb);
|
||||
InputSystem.RemoveLayout(kLayoutName);
|
||||
}
|
||||
|
||||
|
||||
@@ -208,7 +208,7 @@ namespace VIVE.OpenXR.Tracker
|
||||
/// </summary>
|
||||
protected override void RegisterDeviceLayout()
|
||||
{
|
||||
sb.Clear().Append("RegisterDeviceLayout() ").Append(kLayoutName).Append(", product: ").Append(kDeviceLocalizedName); DEBUG(sb);
|
||||
// sb.Clear().Append("RegisterDeviceLayout() ").Append(kLayoutName).Append(", product: ").Append(kDeviceLocalizedName); DEBUG(sb);
|
||||
InputSystem.RegisterLayout(typeof(WristTrackerDevice),
|
||||
kLayoutName,
|
||||
matches: new InputDeviceMatcher()
|
||||
@@ -221,7 +221,7 @@ namespace VIVE.OpenXR.Tracker
|
||||
/// </summary>
|
||||
protected override void UnregisterDeviceLayout()
|
||||
{
|
||||
sb.Clear().Append("UnregisterDeviceLayout() ").Append(kLayoutName); DEBUG(sb);
|
||||
// sb.Clear().Append("UnregisterDeviceLayout() ").Append(kLayoutName); DEBUG(sb);
|
||||
InputSystem.RemoveLayout(kLayoutName);
|
||||
}
|
||||
|
||||
|
||||
@@ -581,7 +581,7 @@ namespace VIVE.OpenXR.Tracker
|
||||
/// </summary>
|
||||
protected override void RegisterDeviceLayout()
|
||||
{
|
||||
sb.Clear().Append("RegisterDeviceLayout() ").Append(kLayoutName).Append(", product: ").Append(@kProducts); DEBUG(sb);
|
||||
// sb.Clear().Append("RegisterDeviceLayout() ").Append(kLayoutName).Append(", product: ").Append(@kProducts); DEBUG(sb);
|
||||
InputSystem.RegisterLayout(typeof(XrTrackerDevice),
|
||||
kLayoutName,
|
||||
matches: new InputDeviceMatcher()
|
||||
@@ -594,7 +594,7 @@ namespace VIVE.OpenXR.Tracker
|
||||
/// </summary>
|
||||
protected override void UnregisterDeviceLayout()
|
||||
{
|
||||
sb.Clear().Append("UnregisterDeviceLayout() ").Append(kLayoutName); DEBUG(sb);
|
||||
// sb.Clear().Append("UnregisterDeviceLayout() ").Append(kLayoutName); DEBUG(sb);
|
||||
InputSystem.RemoveLayout(kLayoutName);
|
||||
}
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 128 B After Width: | Height: | Size: 763 B |
|
Before Width: | Height: | Size: 131 B After Width: | Height: | Size: 237 KiB |
@@ -1,8 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: bb909cdbffc4cdc40887c53baeb6db76
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
fileFormatVersion: 2
|
||||
guid: bb909cdbffc4cdc40887c53baeb6db76
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 6541b1cca7e65874aa164f80c6f23143
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
fileFormatVersion: 2
|
||||
guid: 6541b1cca7e65874aa164f80c6f23143
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1fe62d92a6498bd41994b44944d6b552
|
||||
ShaderImporter:
|
||||
externalObjects: {}
|
||||
defaultTextures: []
|
||||
nonModifiableTextures: []
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
fileFormatVersion: 2
|
||||
guid: 1fe62d92a6498bd41994b44944d6b552
|
||||
ShaderImporter:
|
||||
externalObjects: {}
|
||||
defaultTextures: []
|
||||
nonModifiableTextures: []
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: f4acb42845551fe4b92933e1858633ad
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
fileFormatVersion: 2
|
||||
guid: f4acb42845551fe4b92933e1858633ad
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
|
||||
|
Before Width: | Height: | Size: 131 B After Width: | Height: | Size: 318 KiB |
@@ -282,7 +282,7 @@ namespace VIVE.OpenXR
|
||||
/// </summary>
|
||||
protected override void RegisterDeviceLayout()
|
||||
{
|
||||
Debug.LogFormat("VIVECosmosProfile RegisterDeviceLayout() {0} , product: {1}", kLayoutName, kDeviceLocalizedName);
|
||||
// Debug.LogFormat("VIVECosmosProfile RegisterDeviceLayout() {0} , product: {1}", kLayoutName, kDeviceLocalizedName);
|
||||
InputSystem.RegisterLayout(typeof(ViveCosmosController),
|
||||
kLayoutName,
|
||||
matches: new InputDeviceMatcher()
|
||||
@@ -295,7 +295,7 @@ namespace VIVE.OpenXR
|
||||
/// </summary>
|
||||
protected override void UnregisterDeviceLayout()
|
||||
{
|
||||
Debug.LogFormat("VIVECosmosProfile UnregisterDeviceLayout() {0}", kLayoutName);
|
||||
// Debug.LogFormat("VIVECosmosProfile UnregisterDeviceLayout() {0}", kLayoutName);
|
||||
InputSystem.RemoveLayout(kLayoutName);
|
||||
}
|
||||
|
||||
|
||||
@@ -500,7 +500,7 @@ namespace VIVE.OpenXR
|
||||
/// </summary>
|
||||
protected override void RegisterDeviceLayout()
|
||||
{
|
||||
sb.Clear().Append("RegisterDeviceLayout() ").Append(kLayoutName).Append(", product: ").Append(kDeviceLocalizedName); DEBUG(sb);
|
||||
// sb.Clear().Append("RegisterDeviceLayout() ").Append(kLayoutName).Append(", product: ").Append(kDeviceLocalizedName); DEBUG(sb);
|
||||
InputSystem.RegisterLayout(typeof(VIVEFocus3Controller),
|
||||
kLayoutName,
|
||||
matches: new InputDeviceMatcher()
|
||||
@@ -513,7 +513,7 @@ namespace VIVE.OpenXR
|
||||
/// </summary>
|
||||
protected override void UnregisterDeviceLayout()
|
||||
{
|
||||
sb.Clear().Append("UnregisterDeviceLayout() ").Append(kLayoutName); DEBUG(sb);
|
||||
// sb.Clear().Append("UnregisterDeviceLayout() ").Append(kLayoutName); DEBUG(sb);
|
||||
InputSystem.RemoveLayout(kLayoutName);
|
||||
}
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 128 B After Width: | Height: | Size: 763 B |
|
Before Width: | Height: | Size: 131 B After Width: | Height: | Size: 237 KiB |
|
Before Width: | Height: | Size: 131 B After Width: | Height: | Size: 318 KiB |
|
Before Width: | Height: | Size: 130 B After Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 130 B After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 131 B After Width: | Height: | Size: 102 KiB |
|
Before Width: | Height: | Size: 131 B After Width: | Height: | Size: 521 KiB |
|
Before Width: | Height: | Size: 132 B After Width: | Height: | Size: 1.0 MiB |
|
Before Width: | Height: | Size: 133 B After Width: | Height: | Size: 10 MiB |
|
Before Width: | Height: | Size: 133 B After Width: | Height: | Size: 10 MiB |
|
Before Width: | Height: | Size: 130 B After Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 132 B After Width: | Height: | Size: 7.3 MiB |
|
Before Width: | Height: | Size: 130 B After Width: | Height: | Size: 75 KiB |
|
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 5.1 KiB |
|
Before Width: | Height: | Size: 133 B After Width: | Height: | Size: 16 MiB |
|
Before Width: | Height: | Size: 132 B After Width: | Height: | Size: 3.8 MiB |
|
Before Width: | Height: | Size: 132 B After Width: | Height: | Size: 8.0 MiB |
|
Before Width: | Height: | Size: 133 B After Width: | Height: | Size: 22 MiB |
|
Before Width: | Height: | Size: 131 B After Width: | Height: | Size: 856 KiB |
|
Before Width: | Height: | Size: 132 B After Width: | Height: | Size: 3.9 MiB |
|
Before Width: | Height: | Size: 132 B After Width: | Height: | Size: 2.7 MiB |
|
Before Width: | Height: | Size: 133 B After Width: | Height: | Size: 16 MiB |
|
Before Width: | Height: | Size: 132 B After Width: | Height: | Size: 3.8 MiB |
|
Before Width: | Height: | Size: 132 B After Width: | Height: | Size: 8.0 MiB |
|
Before Width: | Height: | Size: 133 B After Width: | Height: | Size: 22 MiB |
|
Before Width: | Height: | Size: 132 B After Width: | Height: | Size: 2.4 MiB |
|
Before Width: | Height: | Size: 133 B After Width: | Height: | Size: 16 MiB |
|
Before Width: | Height: | Size: 132 B After Width: | Height: | Size: 9.0 MiB |
|
Before Width: | Height: | Size: 130 B After Width: | Height: | Size: 58 KiB |
|
Before Width: | Height: | Size: 130 B After Width: | Height: | Size: 71 KiB |
|
Before Width: | Height: | Size: 131 B After Width: | Height: | Size: 110 KiB |
|
Before Width: | Height: | Size: 131 B After Width: | Height: | Size: 124 KiB |
|
Before Width: | Height: | Size: 133 B After Width: | Height: | Size: 21 MiB |
|
Before Width: | Height: | Size: 133 B After Width: | Height: | Size: 21 MiB |
|
Before Width: | Height: | Size: 133 B After Width: | Height: | Size: 21 MiB |
|
Before Width: | Height: | Size: 130 B After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 130 B After Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 130 B After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 130 B After Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 131 B After Width: | Height: | Size: 127 KiB |
|
Before Width: | Height: | Size: 131 B After Width: | Height: | Size: 417 KiB |
|
Before Width: | Height: | Size: 132 B After Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 132 B After Width: | Height: | Size: 994 KiB |
|
Before Width: | Height: | Size: 130 B After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 129 B After Width: | Height: | Size: 2.3 KiB |