Remove commented out code

pull/1423/head
Daniel Hritzkiv 2017-09-06 14:17:37 -04:00
parent 0a8183531e
commit a5e8e0b2bd
No known key found for this signature in database
GPG Key ID: D1D19875679D5CBF
1 changed files with 0 additions and 7 deletions

View File

@ -717,13 +717,6 @@ namespace glTF2
float strength = 1;
};
//! Holds a material property that can be a texture or a color (fallback for glTF 1)
/*struct FallbackTexProperty
{
Ref<Texture> texture;
vec4 color;
};*/
struct PbrMetallicRoughness
{
vec4 baseColorFactor;