add display mode for sharp edges.

This commit is contained in:
2013-04-18 17:09:56 +00:00
parent feeab1ad53
commit 5c72a19c09
10 changed files with 161 additions and 51 deletions

View File

@@ -9359,6 +9359,9 @@ static void do_versions(FileData *fd, Library *lib, Main *main)
statvis->distort_min = DEG2RADF(5.0f);
statvis->distort_max = DEG2RADF(45.0f);
statvis->sharp_min = DEG2RADF(90.0f);
statvis->sharp_max = DEG2RADF(180.0f);
}
}