Merge pull request #52 from andreiveselov/Support-coordinate-system-f… #57
Annotations
10 warnings
build:
Obj2Tiles.Library/Geometry/Box3.cs#L37
Nullability of type of parameter 'obj' doesn't match overridden member (possibly because of nullability attributes).
|
build:
Obj2Tiles.Library/Materials/Material.cs#L59
Converting null literal or possible null value to non-nullable type.
|
build:
Obj2Tiles.Library/Geometry/MeshT.cs#L604
Possible null reference argument for parameter 'source' in 'void ImageExtensions.Save(Image source, string path)'.
|
build:
Obj2Tiles.Library/Geometry/MeshT.cs#L615
Dereference of a possibly null reference.
|
build:
Obj2Tiles.Library/Geometry/MeshT.cs#L1030
Possible null reference argument for parameter 'targetFolder' in 'void MeshT.TrimTextures(string targetFolder)'.
|
build:
MeshDecimatorCore/Math/Vector2.cs#L326
Nullability of type of parameter 'other' doesn't match overridden member (possibly because of nullability attributes).
|
build:
MeshDecimatorCore/Math/Vector2d.cs#L326
Nullability of type of parameter 'other' doesn't match overridden member (possibly because of nullability attributes).
|
build:
MeshDecimatorCore/Math/Vector2i.cs#L289
Nullability of type of parameter 'other' doesn't match overridden member (possibly because of nullability attributes).
|
build:
MeshDecimatorCore/Math/Vector3.cs#L356
Nullability of type of parameter 'other' doesn't match overridden member (possibly because of nullability attributes).
|
build:
MeshDecimatorCore/Math/Vector3d.cs#L356
Nullability of type of parameter 'other' doesn't match overridden member (possibly because of nullability attributes).
|