Browse Source

Trade: "flip Y" is not a good idea, "Y up" is clearer.

pull/529/head
Vladimír Vondruš 5 years ago
parent
commit
90e8798d36
  1. 2
      src/Magnum/Trade/AbstractImageConverter.h
  2. 2
      src/Magnum/Trade/AbstractImporter.h

2
src/Magnum/Trade/AbstractImageConverter.h

@ -266,7 +266,7 @@ enum class ImageConverterFlag: UnsignedByte {
*/
Verbose = 1 << 0
/** @todo Y flip */
/** @todo ~~Y flip~~ Y up */
};
/**

2
src/Magnum/Trade/AbstractImporter.h

@ -109,7 +109,7 @@ enum class ImporterFlag: UnsignedByte {
*/
Verbose = 1 << 0,
/** @todo Y flip for images, "I want to import just once, don't copy" ... */
/** @todo ~~Y flip~~ Y up for images, "I want to import just once, don't copy" ... */
};
/**

Loading…
Cancel
Save