Browse Source

Update src/Magnum/Trade/PhongMaterialData.h

Co-authored-by: Vladimír Vondruš <mosra@centrum.cz>
pull/438/head
Jonathan Hale 6 years ago committed by GitHub
parent
commit
166b43989d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/Magnum/Trade/PhongMaterialData.h

3
src/Magnum/Trade/PhongMaterialData.h

@ -168,6 +168,9 @@ class MAGNUM_TRADE_EXPORT PhongMaterialData: public AbstractMaterialData {
* *
* If any `*CoordinateSet` is non-zero, expects * If any `*CoordinateSet` is non-zero, expects
* @ref Flag::TextureCoordinateSets to be enabled as well. * @ref Flag::TextureCoordinateSets to be enabled as well.
*
* If any `*CoordinateSet` is non-zero, expects
* @ref Flag::TextureCoordinateSets to be enabled as well.
*/ */
explicit PhongMaterialData(Flags flags, const Color4& ambientColor, UnsignedInt ambientTexture, UnsignedInt ambientCoordinateSet, const Color4& diffuseColor, UnsignedInt diffuseTexture, UnsignedInt diffuseCoordinateSet, const Color4& specularColor, UnsignedInt specularTexture, UnsignedInt specularCoordinateSet, UnsignedInt normalTexture, UnsignedInt normalCoordinateSet, const Matrix3& textureMatrix, MaterialAlphaMode alphaMode, Float alphaMask, Float shininess, const void* importerState = nullptr) noexcept; explicit PhongMaterialData(Flags flags, const Color4& ambientColor, UnsignedInt ambientTexture, UnsignedInt ambientCoordinateSet, const Color4& diffuseColor, UnsignedInt diffuseTexture, UnsignedInt diffuseCoordinateSet, const Color4& specularColor, UnsignedInt specularTexture, UnsignedInt specularCoordinateSet, UnsignedInt normalTexture, UnsignedInt normalCoordinateSet, const Matrix3& textureMatrix, MaterialAlphaMode alphaMode, Float alphaMask, Float shininess, const void* importerState = nullptr) noexcept;

Loading…
Cancel
Save