فهرست منبع

Remove commented out code

Daniel Hritzkiv 8 سال پیش
والد
کامیت
a5e8e0b2bd
1فایلهای تغییر یافته به همراه0 افزوده شده و 7 حذف شده
  1. 0 7
      code/glTF2Asset.h

+ 0 - 7
code/glTF2Asset.h

@@ -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;