Skip to content

Commit

Permalink
Explicit precondition
Browse files Browse the repository at this point in the history
  • Loading branch information
matt77hias committed Apr 27, 2017
1 parent 129ebeb commit f607b08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MAGE/MAGE/src/mesh/obj/obj_reader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ namespace mage {
/**
Reads a Vertex Normal Coordinates definition.
@pre All the vertex normals in the OBJ file are normalized.
@throws FormattedException
Failed to read a Vertex Normal Coordinates definition.
*/
Expand Down Expand Up @@ -211,6 +212,7 @@ namespace mage {
/**
Reads the vertex normal coordinates.
@pre All the vertex normals in the OBJ file are normalized.
@return The @c Normal3 represented by the next token
of this OBJ reader (modified according to
the mesh descriptor of this OBj reader).
Expand Down

0 comments on commit f607b08

Please sign in to comment.