Procházet zdrojové kódy

Remove commented out code

Daniel Hritzkiv před 8 roky
rodič
revize
a5e8e0b2bd
1 změnil soubory, kde provedl 0 přidání a 7 odebrání
  1. 0 7
      code/glTF2Asset.h

+ 0 - 7
code/glTF2Asset.h

@@ -717,13 +717,6 @@ namespace glTF2
         float strength = 1;
         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
     struct PbrMetallicRoughness
     {
     {
         vec4 baseColorFactor;
         vec4 baseColorFactor;