浏览代码

object types decal and billboard are supported within maya converter only

David Rose 23 年之前
父节点
当前提交
27fc54e678
共有 1 个文件被更改,包括 0 次插入9 次删除
  1. 0 9
      panda/src/egg2pg/eggLoader.cxx

+ 0 - 9
panda/src/egg2pg/eggLoader.cxx

@@ -1985,15 +1985,6 @@ do_expand_object_type(EggGroup *egg_group, const pset<string> &expanded,
     } else if (cmp_nocase_uh(object_type, "model") == 0) {
       egg_syntax = "<Model> { 1 }";
       
-    } else if (cmp_nocase_uh(object_type, "decal") == 0) {
-      egg_syntax = "<Scalar> decal { 1 }";
-      
-    } else if (cmp_nocase_uh(object_type, "billboard") == 0) {
-      egg_syntax = "<Billboard> { axis }";
-      
-    } else if (cmp_nocase_uh(object_type, "billboard-point") == 0) {
-      egg_syntax = "<Billboard> { point }";
-      
     } else if (cmp_nocase_uh(object_type, "backstage") == 0) {
       // Ignore "backstage" geometry.
       return false;