Remove commented out code
parent
0a8183531e
commit
a5e8e0b2bd
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue