Subversion Repositories gelsvn

Rev

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

Rev 382 Rev 404
Line 40... Line 40...
40
		return 1;
40
		return 1;
41
	}
41
	}
42
	
42
	
43
	int face_cb(p_ply_argument argument) {
43
	int face_cb(p_ply_argument argument) {
44
		static Vec3i f;
44
		static Vec3i f;
45
		static int idx = 0;
-
 
46
		long length, value_index;
45
		long length, value_index;
47
		ply_get_argument_property(argument, NULL, &length, &value_index);
46
		ply_get_argument_property(argument, NULL, &length, &value_index);
48
		if(value_index >= 0)
47
		if(value_index >= 0)
49
		{
48
		{
50
			if(value_index < 2)
49
			if(value_index < 2)