2
0
David Rose 20 жил өмнө
parent
commit
5f53420a10

+ 1 - 1
pandatool/src/mayaegg/mayaToEggConverter.cxx

@@ -2430,7 +2430,7 @@ apply_texture_properties(EggTexture &tex, const MayaShaderColorDef &color_def) {
   
   LMatrix3d mat = color_def.compute_texture_matrix();
   if (!mat.almost_equal(LMatrix3d::ident_mat())) {
-    tex.set_transform(mat);
+    tex.set_transform_2d(mat);
   }
 }