Consider remapping uv range [0, 1] to image pixel range [0, w-1] (or [0, h-1]) in MeshT.BinPackTextures #61
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#L61
Converting null literal or possible null value to non-nullable type.
|
build:
Obj2Tiles.Library/Materials/Material.cs#L62
Converting null literal or possible null value to non-nullable type.
|
build:
Obj2Tiles.Library/Geometry/MeshT.cs#L457
Dereference of a possibly null reference.
|
build:
Obj2Tiles.Library/Geometry/MeshT.cs#L457
Dereference of a possibly null reference.
|
build:
Obj2Tiles.Library/Geometry/MeshT.cs#L458
Dereference of a possibly null reference.
|
build:
Obj2Tiles.Library/Geometry/MeshT.cs#L458
Dereference of a possibly null reference.
|
build:
Obj2Tiles.Library/Geometry/MeshT.cs#L513
Possible null reference argument for parameter 'path2' in 'string Path.Combine(string path1, string path2)'.
|
build:
Obj2Tiles.Library/Geometry/MeshT.cs#L514
Possible null reference argument for parameter 'source' in 'void ImageExtensions.Save(Image source, string path)'.
|
build:
Obj2Tiles.Library/Geometry/MeshT.cs#L519
Possible null reference argument for parameter 'path2' in 'string Path.Combine(string path1, string path2)'.
|