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
97605b57c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Magnum/Trade/PhongMaterialData.h

2
src/Magnum/Trade/PhongMaterialData.h

@ -120,6 +120,8 @@ class MAGNUM_TRADE_EXPORT PhongMaterialData: public AbstractMaterialData {
* value.
* @param importerState Importer-specific state
* @m_since_latest
*
* All `*CoordinateSet`s are implicitly set to @cpp 0 @ce.
*/
explicit PhongMaterialData(Flags flags, const Color4& ambientColor, UnsignedInt ambientTexture, const Color4& diffuseColor, UnsignedInt diffuseTexture, const Color4& specularColor, UnsignedInt specularTexture, UnsignedInt normalTexture, const Matrix3& textureMatrix, MaterialAlphaMode alphaMode, Float alphaMask, Float shininess, const void* importerState = nullptr) noexcept;

Loading…
Cancel
Save