README.md

March 14, 2019 · View on GitHub

These models are intended to test negative scale transforms on the node object, both with and without specified normals.

The following table shows the properties that are set for every model.

PropertyValues
Normal Texture
Base Color Texture
Metallic Roughness Texture
Translation[0.0, 2.0, 0.0]

Every model has two nodes. Node 0 is usable as a point of reference, while node 1 is a child where transforms are applied.

The following table shows the properties that are set for a given model.

Sample ImageVertex NormalVertex TangentMatrixScale
00
View
01
View
[-1.0, 0.0, 0.0, 0.0]
[0.0, 1.0, 0.0, 0.0]
[0.0, 0.0, 1.0, 0.0]
[0.0, 2.0, 0.0, 1.0]
02
View
[-1.0, 0.0, 0.0, 0.0]
[0.0, -1.0, 0.0, 0.0]
[0.0, 0.0, 1.0, 0.0]
[0.0, 2.0, 0.0, 1.0]
03
View
[-1.0, 0.0, 0.0, 0.0]
[0.0, -1.0, 0.0, 0.0]
[0.0, 0.0, -1.0, 0.0]
[0.0, 2.0, 0.0, 1.0]
04
View
[-1.0, 1.0, 1.0]
05
View
[-1.0, -1.0, 1.0]
06
View
[-1.0, -1.0, -1.0]
07
View
:white_check_mark:[-1.0, 1.0, 1.0]
08
View
:white_check_mark:[-1.0, -1.0, 1.0]
09
View
:white_check_mark:[-1.0, -1.0, -1.0]
10
View
:white_check_mark::white_check_mark:[-1.0, 1.0, 1.0]
11
View
:white_check_mark::white_check_mark:[-1.0, -1.0, 1.0]
12
View
:white_check_mark::white_check_mark:[-1.0, -1.0, -1.0]