Subversion Repositories gelsvn

Rev

Rev 373 | Rev 595 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 373 Rev 382
Line 54... Line 54...
54
				f[2] = ply_get_argument_value(argument);
54
				f[2] = ply_get_argument_value(argument);
55
				mesh->mat_idx.push_back(0);
55
				mesh->mat_idx.push_back(0);
56
				mesh->geometry.add_face(f);
56
				mesh->geometry.add_face(f);
57
				f[1] = f[2];
57
				f[1] = f[2];
58
			}
58
			}
59
			return 1;
-
 
60
		}
59
		}
61
    return 0;
60
		return 1;
62
	}
61
	}
63
}
62
}
64
 
63
 
65
namespace Geometry
64
namespace Geometry
66
{
65
{