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 |
||||
|
||||
o MissingPositionIndices |
||||
o missing position indices |
||||
v 1 2 3 |
||||
|
||||
o MissingNormalData |
||||
o missing normal data |
||||
v 1 2 3 |
||||
p 3//3 |
||||
|
||||
o MissingNormalIndices |
||||
o missing normal indices |
||||
v 1 2 3 |
||||
vn 1 2 3 |
||||
p 4 |
||||
|
||||
o MissingTextureData |
||||
o missing texture coordinate data |
||||
v 1 2 3 |
||||
p 5/1 |
||||
|
||||
o MissingTextureIndices |
||||
o missing texture coordinate indices |
||||
v 1 2 3 |
||||
vt 1 2 |
||||
p 6 |
||||
|
||||
@ -1,29 +1,29 @@
|
||||
o ShortFloat |
||||
o two-component position |
||||
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 |
||||
vn 0.5 1.0 2.3 7.4 |
||||
|
||||
o LongOptionalFloat |
||||
v 0.5 1 2 0.0 3.5 |
||||
|
||||
o InvalidIndices |
||||
o four-component index tuple |
||||
v 1 2 3 |
||||
p 4/1/1/1 |
||||
|
||||
o WrongPointIndices |
||||
o point with two indices |
||||
v 1 2 3 |
||||
p 5 5 |
||||
|
||||
o WrongLineIndices |
||||
o line with one index |
||||
v 1 2 3 |
||||
l 6 |
||||
|
||||
o WrongTriangleIndices |
||||
o triangle with two indices |
||||
v 1 2 3 |
||||
f 7 7 |
||||
|
||||
o PolygonIndices |
||||
o quad |
||||
v 1 2 3 |
||||
f 8 8 8 8 |
||||
|
||||
@ -1,22 +1,22 @@
|
||||
o WrongFloat |
||||
o invalid float literal |
||||
v 1 bleh 2 |
||||
p 1 |
||||
|
||||
o WrongInteger |
||||
o invalid integer literal |
||||
v 1 0 2 |
||||
p bleh |
||||
|
||||
o PositionIndexOutOfRange |
||||
o position index out of range |
||||
v 1 0 2 |
||||
# Should be 3 |
||||
p 1 |
||||
|
||||
o TextureIndexOutOfRange |
||||
o texture index out of range |
||||
v 1 0 2 |
||||
vt 0 1 |
||||
# Should be 4/1 |
||||
p 4/2 |
||||
|
||||
o ZeroIndex |
||||
o zero index |
||||
v 1 0 2 |
||||
p 0 |
||||
|
||||
Loading…
Reference in new issue