mirror of https://github.com/mosra/magnum.git
6 changed files with 48 additions and 48 deletions
@ -1,23 +1,23 @@ |
|||||||
o MissingPositionData |
o missing position data |
||||||
p 1 |
p 1 |
||||||
|
|
||||||
o MissingPositionIndices |
o missing position indices |
||||||
v 1 2 3 |
v 1 2 3 |
||||||
|
|
||||||
o MissingNormalData |
o missing normal data |
||||||
v 1 2 3 |
v 1 2 3 |
||||||
p 3//3 |
p 3//3 |
||||||
|
|
||||||
o MissingNormalIndices |
o missing normal indices |
||||||
v 1 2 3 |
v 1 2 3 |
||||||
vn 1 2 3 |
vn 1 2 3 |
||||||
p 4 |
p 4 |
||||||
|
|
||||||
o MissingTextureData |
o missing texture coordinate data |
||||||
v 1 2 3 |
v 1 2 3 |
||||||
p 5/1 |
p 5/1 |
||||||
|
|
||||||
o MissingTextureIndices |
o missing texture coordinate indices |
||||||
v 1 2 3 |
v 1 2 3 |
||||||
vt 1 2 |
vt 1 2 |
||||||
p 6 |
p 6 |
||||||
|
|||||||
@ -1,29 +1,29 @@ |
|||||||
o ShortFloat |
o two-component position |
||||||
v 0.5 1.0 |
v 0.5 1.0 |
||||||
|
|
||||||
o LongFloat |
o five-component position with optional fourth component |
||||||
|
v 0.5 1 2 0.0 3.5 |
||||||
|
|
||||||
|
o four-component normal |
||||||
v 0.5 1 2 |
v 0.5 1 2 |
||||||
vn 0.5 1.0 2.3 7.4 |
vn 0.5 1.0 2.3 7.4 |
||||||
|
|
||||||
o LongOptionalFloat |
o four-component index tuple |
||||||
v 0.5 1 2 0.0 3.5 |
|
||||||
|
|
||||||
o InvalidIndices |
|
||||||
v 1 2 3 |
v 1 2 3 |
||||||
p 4/1/1/1 |
p 4/1/1/1 |
||||||
|
|
||||||
o WrongPointIndices |
o point with two indices |
||||||
v 1 2 3 |
v 1 2 3 |
||||||
p 5 5 |
p 5 5 |
||||||
|
|
||||||
o WrongLineIndices |
o line with one index |
||||||
v 1 2 3 |
v 1 2 3 |
||||||
l 6 |
l 6 |
||||||
|
|
||||||
o WrongTriangleIndices |
o triangle with two indices |
||||||
v 1 2 3 |
v 1 2 3 |
||||||
f 7 7 |
f 7 7 |
||||||
|
|
||||||
o PolygonIndices |
o quad |
||||||
v 1 2 3 |
v 1 2 3 |
||||||
f 8 8 8 8 |
f 8 8 8 8 |
||||||
|
|||||||
@ -1,22 +1,22 @@ |
|||||||
o WrongFloat |
o invalid float literal |
||||||
v 1 bleh 2 |
v 1 bleh 2 |
||||||
p 1 |
p 1 |
||||||
|
|
||||||
o WrongInteger |
o invalid integer literal |
||||||
v 1 0 2 |
v 1 0 2 |
||||||
p bleh |
p bleh |
||||||
|
|
||||||
o PositionIndexOutOfRange |
o position index out of range |
||||||
v 1 0 2 |
v 1 0 2 |
||||||
# Should be 3 |
# Should be 3 |
||||||
p 1 |
p 1 |
||||||
|
|
||||||
o TextureIndexOutOfRange |
o texture index out of range |
||||||
v 1 0 2 |
v 1 0 2 |
||||||
vt 0 1 |
vt 0 1 |
||||||
# Should be 4/1 |
# Should be 4/1 |
||||||
p 4/2 |
p 4/2 |
||||||
|
|
||||||
o ZeroIndex |
o zero index |
||||||
v 1 0 2 |
v 1 0 2 |
||||||
p 0 |
p 0 |
||||||
|
|||||||
@ -1,8 +1,8 @@ |
|||||||
o UnsupportedPositionW |
o position with optional fourth component not one |
||||||
v 1.5 2 3 0.8 |
v 1.5 2 3 0.8 |
||||||
p 1 |
p 1 |
||||||
|
|
||||||
o UnsupportedTextureW |
o texture with optional third component not zero |
||||||
v 1.5 2 3 |
v 1.5 2 3 |
||||||
vt 0.5 0.7 0.5 |
vt 0.5 0.7 0.5 |
||||||
p 2/1 |
p 2/1 |
||||||
|
|||||||
Loading…
Reference in new issue