mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-22 01:07:56 +01:00
reduced maximem rotation slightly, to reduce risk of overlapping
This commit is contained in:
parent
fdfaafd99d
commit
6cf58db7a3
@ -43,7 +43,7 @@ function initPreviewRendering() {
|
||||
}
|
||||
|
||||
// TODO (perhaps) : make the twist limit dynamic, depending on what's printable (w.r.t. overlapping)
|
||||
var previewRotationLimit = Math.PI / 20; // rough estimate
|
||||
var previewRotationLimit = Math.PI / 30; // rough estimate
|
||||
|
||||
var numLayers = previewDefaults.numLayers; // current number of preview layers
|
||||
var maxNumLayers= 100; // maximum number of preview layers
|
||||
|
Loading…
Reference in New Issue
Block a user