WRL selectable in menus, fixed some issues

This commit is contained in:
Zeno Rogue
2020-04-16 14:36:45 +02:00
parent 0ef619739e
commit a380134d29
4 changed files with 209 additions and 94 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ EX ld finger_force = 1;
EX eModel rug_projection = mdEquidistant;
EX bool perspective() { return among(rug_projection, mdPerspective, mdGeodesic); }
EX bool perspective() { return models::model_is_perspective(rug_projection); }
void push_point(hyperpoint& h, int coord, ld val) {
USING_NATIVE_GEOMETRY;