We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8f958f commit bee34c2Copy full SHA for bee34c2
include/polyscope/options.h
@@ -39,7 +39,7 @@ extern bool autoscaleStructures;
39
40
// If true, Polyscope will automatically compute state::boundingBox and state::lengthScale parameters according to the
41
// registered structures, and update them whenever structures are added chagned. If false, the bounding box and length
42
-// scale are left unchanged. If set to flast before the first structure is registered, the user is required to set the
+// scale are left unchanged. If set to false before the first structure is registered, the user is required to set the
43
// bounding box and length scale manually. (default: true)
44
extern bool automaticallyComputeSceneExtents;
45
0 commit comments