Remove commented out code

This commit is contained in:
Daniel Hritzkiv
2017-09-06 14:17:37 -04:00
parent 0a8183531e
commit a5e8e0b2bd

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;